Questions tagged [ftdi]

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.) communication buses.

Useful Links:

Official Web Site

470 questions
-2
votes
1 answer

udev rules for FTDI device are not working in VMware Ubuntu 16.04

I have set up a VMware (14.1.1) environment with Ubuntu 16.04 where I was trying to control some FTDI devices over FTDI's D2xx driver. However, I can not open my FTDI device or communicate with it. Using FT_CreateDeviceInfoList(&NumDevs); tells me…
pixelpress
  • 109
  • 1
  • 14
-2
votes
1 answer

FTDI + ESP8266 [Need to use AT Commands] without Arduino

I am trying to write standalone ESP8266 code so that it can communicate to wifi and change its states. For this, what I want to do is to send some command "AT+CWMODE=1" or "AT+CWMODE=3" to ESP8266 via code and toggle them on push button tap. So,…
Reno Jones
  • 1,979
  • 1
  • 18
  • 30
-2
votes
1 answer

Integrating fd2xx.lib with Visual Studio

I would love some help here, this is driving me crazy. I'm trying to follow this tutorial. http://hackaday.com/2009/09/22/introduction-to-ftdi-bitbang-mode/ I'm using the fd2xx drivers but I don't know how to integrate everything this visual studio.…
George Waller
  • 95
  • 3
  • 4
  • 13
-2
votes
1 answer

QtCreator undefined reference using FTD2XX C++

So I've been playing with this one for a week now and I figured it was time to call in some backup. I am currently developing some software to communicate with some boards I am developing. The boards have ft230 chips from FTDI, so I am using their…
Baylis
  • 1
-4
votes
1 answer

Future Technology Devices International communication

Will FTDI always converts the data into serial or any other types of transfers?
vijay
  • 1
  • 1
1 2 3
31
32