Online Store

How to communicate with µFR device on Windows without FTDI drivers implementation

Is it possible to communicate with the µFR device without using the FTDI drivers on Windows? #

You can avoid using FTDI drivers (D2XX) by communicating with the reader via the COM port directly. This is done by calling the 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 ).