Hi Everyone,

I developed a software on Mac OSX using Qt5.6 Creator and a FTDI USB-to-Serial chip, FT232R. The software detects, reads and writes to the serial port on Mac and PC(windows) successfully. In both cases, FT232R is installed as a virtual com port. My next task is to port it to Android. I have a smartphone running Android 4.2.

I knew that FTDI made a D2xx driver for Android without the need of rooting. I ran the demo app, FTDIUART Terminal v1.1 successfully too. But my problem is, I am missing the building blocks in between. I downloaded the source code of the demo app and found out it was written in Ecilpse. that Qt could not open it.

Would someone please tell me how to use D2xx driver on Android? What to add to .pro file and how to find out the location of drivers installed on Android? Any hints would help.

Thank you

Techie_Q