I have a rf-reader with ftdio usb to serial chip. I was able to write a program to control it using ftdi d2xx library. So far so good.
The issue is that when the rea
I was able to fix the problem by using a different library. Instead of d2xx library, I started using pylibftdi which is based on libftdi and it's not sensitive to ftdi_sio.
d2xx
pylibftdi
libftdi
ftdi_sio