You can avoid using FTDI D2XX drivers by communicating with the reader via COM port directly. This is done by calling ReaderOpenEx function with the following parameters: ReaderOpenEx(1, COMXX, 1, 0)
Replace “XX” with the actual COM port of your device.
Please find more information about the ReaderOpenEx function in our API document (pages 26-28 ).