Top "Ftdi" questions

Future Technology Devices International, commonly known by its acronym FTDI, is a semiconductor device company, specializing in Universal Serial Bus (USB) technology and converters from USB to other (UART, I²C, SPI etc.

Communicating with serial USB device over Android

I have one custom made device for measuring current. This device can be connected to PC and communication is done …

android serial-port ftdi usb-otg
Undefined reference to mempcy@GLIBC_2.14 when compiling on Linux

I am trying to port an application to drive a device that uses an ftdi2332h chip from windows to …

c++ porting undefined-reference ftdi
Serial or HID (usb) Communication in iOS (iPhone/iPad)

I want to get data from glucose meter devices by connecting into iPhone or iPad devices. I have different vendors …

ios iphone objective-c hid ftdi
Using FTDI D2XX drivers with Python from Raspberry Pi on raspbian soft-float

We have a USB device controlled by FTDI's D2XX drivers. It's currently controlled from a Windows machine via a …

python usb raspberry-pi ftdi raspbian
Transferring data USB

I am trying to send and receive data over USB, my device, the Acer Iconia A500 has everything needed to …

android usb ftdi
What to do when the terminal displays "Sorry, could not find a PTY"? (Mac OSx)

I'm connecting an android device to an FTDI, which is connected to my Mac. On my android device I'm using …

android macos terminal usb ftdi
FTDI Communication with USB device - Objective C

I'm trying to communicate with the Enttec USB DMX Pro. Mainly receiving DMX. They released a Visual C++ version here, …

objective-c ftdi dmx512
macOS X Mojave 10.14 Beta FTDI USB Serial Driver

I just installed macOS Mojave 10.14 Beta and when i connect an Arduino to the USB port, nothing appears in my …

arduino driver ftdi macos-mojave
Compile FTDI kernel module

I'm trying to add the usb to serial port driver to my arch linux arm device, and I noticed that …

linux linux-kernel serial-port kernel-module ftdi
How can I use ftd2xx.lib with a C++ program?

I am having trouble making a program to interact with an FTDI chip. I don't know how much information I …

c++ qt ftdi