USB to I2C Debug Board
Description:
This is a serial to USB board that works with I2C transceivers. It comes with a PIC18F26J50 preloaded with code that allows the transceivers to act as pass through serial devices. When powered up, the LEDs will blink to indicate an operational USB connection. You will need to use Microchip VCP drivers, so that your USB connection comes up as a COM port. Then all you need to do is use a terminal program to communicate with the I2C device.
Documents:
- Schematic page: SCH-PW001-01_02_Eagle.pdf
- Source code: i2c_USB_src.zip
- Source schematic: USB_RS232_Eagle.zip*
*The Source schematic file includes:
- SCH-PW001-01_02_Eagle.sch: Eagle schematics
- SCH-PW001-01_02_Eagle.pdf: pdf print of the schematics
- SCH-PW001-01_02_Eagle.asc: PADS readable netlist
- Pacifcware.lbr: Eagle component library (schematic and layout symbols) of newly created components specific to this project
Return to Previous Page