Can anyone explain in detail how to send arrays of bytes and receive arrays of bytes using the Ftdi.SndData and Ftdi.RcvData from the UBS Host Library 2.0.
I am attempting to connect to a MTi-G xsens IMU over a USB Host shield and communicate. I attempted to follow the example code for the USBFTDILoopback sketch, but it would not receive anything from my IMU.
I think that using these drivers might not work with my specific application, but I want to make sure its just not user error.