Questions tagged [libftdi]

7 questions
1
vote
0 answers

Trying to read data from old gadget with pylibftdi fails

I have a small USB device from Windows XP times. It receives a sea weather report on a special frequency and transmits it in text form. This requires a program and driver that only runs on Windows XP. (Old Page here:…
F. E.
  • 11
  • 1
1
vote
3 answers

autoconf: best practice for including `libftdi` in `configure.ac`

Hello everybody out there using GNU autoconf, What is the best practice to look for libftdi and including it with autoconf for compiling a C program using it? The following snippet from a configure.ac file works, but I'm not sure, whether it is best…
NicolasBourbaki
  • 853
  • 1
  • 6
  • 19
1
vote
0 answers

could I use pyserial instead of pylibftdi in raspberry pi?

currently I develop python program in Windows to control PID controller via package "serial", now I need to transfer everything into Raspberry Pi. I noticed "serial" package could not able to connect the device, even I do see "/dev/ttyUSB0".…
adam wu
  • 47
  • 5
0
votes
0 answers

Pylibftdi versus PyFtdi - what is the difference?

What's the difference between pylibftdi and PyFtdi? I have used PySerial before. But have not been able to use it on my current device that has an ftdi cable. That's how I stumbled across pylibftdi and PyFtdi. If I need to choose a platform agnostic…
Archie
  • 153
  • 9
0
votes
0 answers

issue libusb_set_auto_detach_kernel_drive not found with pylibftdi with python software Psychopy

I have been able to add the pylibftdi to Pyschopy (a python based software made to build an run psychology experiment). My FTDI device is detected but I have the error below. I had previouly this error in Anaconda and solved it by creating a new…
simthi
  • 13
  • 2
0
votes
0 answers

How to clear FTDI FT232 receive buffer with libftdi after leaving bit-bang mode?

Using libftdi 1.5 with an FTDI FT232 USB serial converter, I've run into a situation in which bit-bang mode causes the device to fill some internal receive buffer with unwanted data that cannot be purged using the normal buffer flush routines. My…
Colin
  • 79
  • 1
  • 7
0
votes
0 answers

I have problem instaling libftdi on mysys2

I just want to instal libftdi on mysys2 to be able to compile and write some code I have used this link and cmd line to do it https://packages.msys2.org/package/mingw-w64-x86_64-libftdi pacman -S mingw-w64-x86_64-libftdi But I will get this…
ASiDesigner
  • 115
  • 1
  • 1
  • 8