Online Store

如何避免使用虚拟串行通讯端口和FTDI开车吗rs on Windows OS?

Print Friendly, PDF & Email
[printfriendly current='yes']
Print Friendly, PDF & Email

Implementing a Windows virtual COM port via FTDI drivers in communication between a µFR reader and software can sometimes cause slow and unstable operation.
If you encounter this type of problem during the development of your project, you can avoid using FTDI D2XX drivers by communicating directly with the reader via the COM port.
For this you need to call the ReaderOpenEx function using the following parameters:

ReaderOpenEx (1, COMXX, 1, 0)

Replace “XX” with the actual COM port of your device.

Please find more details about the ReaderOpenEx function in theµFR Series APIdocument (pages 26-28).

Baidu
map