libmpsse icon indicating copy to clipboard operation
libmpsse copied to clipboard

Open source library for SPI/I2C control via FTDI chips

Results 36 libmpsse issues
Sort by recently updated
recently updated
newest added

fix for python bindings. libmpsee functions were incorrectly getting set to ctypes

After building and installing both the C and Python libraries I get the following error when opening a device in Python using c13df34d. ``` File "/usr/local/lib/python2.7/dist-packages/mpsse.py", line 161, in Open...

./i2c-eeprom.py -h usage: i2c-eeprom [-h] [-a ] -s -p [-e] [-r ] [-w ] [-d ] [-c ] [-o ] [-S ] [-i ] [-I ] [-v] i2c-eeprom utility based...

While testing libmpsse with a UM232H dev board, I found a couple minor bugs and fixed them.

for example i have a board that has the following wiring scheme: GPIO 0 = CS GPIO 1 = DC / CMD GPIO 2 = RESET ADBUS1 - MOSI ADBUS0...

Might be useful in case one needs to run a libmpsse-based app multiple times for the same device that has to continue its operation across these app runs in a...