Closed GoogleCodeExporter closed 8 years ago
Currently libmpsse only supports sending 8-bit bytes, although adding support
for arbitrary bit-length transfers shouldn't be hard since the FTDI chips do
support that. I'll put it on the todo list, but in the meantime yes, you will
either need to modify libmpsse, or bitbang the data using libmpsse's bitbang
mode.
Original comment by heffne...@gmail.com
on 11 Mar 2013 at 2:14
I've checked in some patches to the trunk that now include WriteBits and
ReadBits functions. Initial testing seems OK, but I need to test them on a real
device.
Original comment by heffne...@gmail.com
on 22 Mar 2013 at 7:07
The latest code from the trunk contains two new functions: ReadBits and
WriteBits, which allow you to read and write from 1 to 8 bits at a time. They
can be safely mixed with the Read and Write functions in your code. I have
tested this at different bit widths in SPI0 mode reading and writing data MSB
first.
Original comment by heffne...@gmail.com
on 25 Mar 2013 at 3:00
Original issue reported on code.google.com by
masores...@gmail.com
on 5 Mar 2013 at 3:21