ftdi d2xx conflict with ftdi_sio on linux - How to remove ftdi_sio automatically

前端 未结 3 1144
再見小時候
再見小時候 2021-01-19 12:24

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

3条回答
  •  独厮守ぢ
    2021-01-19 12:40

    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.

提交回复
热议问题