ComPort for Android FTDI

ComPort for Android FTDI

Delphi and C++ Builder serial communication library for FTDI devices for Android.
  • uses FTDI D2XX library
  • no special root access privileges needed
  • available for Delphi/C++ Builder 10.4 - 12
  • source code included in registered version
  • royalty free distribution in applications

Download and order

FAQ

What files should be deployed to the Android device?
Add device_filter.xml file in Delphi Deployment window:
Local NameRemote Path  Note
device_filter.xmlres\xml\
Add d2xx.jar file to Libraries list in Delphi Projects window
Add these lines to AndroidManifest.template.xml file:
<intent-filter>
  <action android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED" />
</intent-filter>

<meta-data android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED" android:resource="@xml/device_filter" />
							
How can I determine chip used in USB/RS232 adapter?
Use HWiNFO on PC and USB Library for Android demo example on Android.

Related links