How to use the FTDI D2XX library on OSX?
问题 I'm trying to talk to a an usb device connected to an EasySync USB2-H-5004-M USB to RS485 converter at baud rate 3750000 but on OSX. I've some c++ code working on Windows and have just managed to get it to compile on OSX (using the D2XX dylib instead of the dll) but I have an issue with communication somewhere and I'm not sure where to start and how to resolve this. I'm using openFrameworks/c++ and the method to list devices looks like this: int FTDI::enumerateDevices(){ DWORD numDevs; FT