Mirror of jamesbowman/i2cdriver@github.com - Firmware and software for the I2CDriver board
Go to file
James Bowman c03a6f2ffb Skeleton of C library 2019-02-23 10:22:33 -08:00
c Skeleton of C library 2019-02-23 10:22:33 -08:00
firmware READMEs, images, travis stub 2019-02-10 07:07:27 -08:00
hardware import PCB design 2019-02-10 06:47:56 -08:00
images READMEs, images, travis stub 2019-02-10 07:07:27 -08:00
python EDS CLOCK class and sample, using datetime 2019-02-21 11:07:18 -08:00
.gitignore Skeleton of C library 2019-02-23 10:22:33 -08:00
.travis.yml READMEs, images, travis stub 2019-02-10 07:07:27 -08:00
LICENSE BSD 3-clause 2019-02-10 07:19:59 -08:00
README.md READMEs, images, travis stub 2019-02-10 07:07:27 -08:00
testall Enable Travis for Python 2019-02-22 06:41:35 -08:00

README.md

logo

Build Status

I2CDriver is a tool for controlling any I2C device from your PC's USB port, and can also monitor and capture I2C traffic. It connects as a standard USB serial device, so there are no drivers to install. The serial protocol is very simple, and there are included drivers for

  • Windows/Mac/Linux GUI
  • Windows/Mac/Linux command-line
  • Python 2 and 3
  • Windows/Mac/Linux C/C++

front

Full documentation is at i2cdriver.com.