I am wondering if anyone has gotten FTDI's bit-bang mode to work in Processing on OS X. I'm thinking probably with FTDI's D2XX drivers, but anything else that works would be fine too!
In case anyone is unfamiliar with this; FTDI has a mode where you can use any of their recent USB->Serial chips to access the pins directly over USB. One of the higher-end chips is the FT4232;
Anyways, I'm going to keep playing around with this, but if anyone has any ideas or has gotten it to work, please let me know!
I'm trying to send data to an FPGA from Processing, and it's bogging down using regular serial at 230.4kbps. I'd love to be able to use fast USB2 to communicate with the FTDI chip and then have it send 16 bits in parallel to my FPGA, which then controls a large LED grid.