WINSOFT components and applications

ComPort for Android Prolific

ComPort for Android Prolific

Delphi and C++Builder serial communication library for Prolific devices on Android.
Download ComPort for Android Prolific 4.5 trial version
Download demo example
Order ComPort for Android Prolific library $120 USD (license for one developer)
Order ComPort for Android Prolific multi-license $360 USD (license for all developers in the company)
Order ComPort for Android Prolific year upgrades $60 USD (registered users only)
Order ComPort for Android Prolific year upgrades multi-license $180 USD (registered multi-license users only)
Order Winsoft Component Package

FAQ

What files should be deployed to the Android device?

To ensure proper USB device support in your Delphi Android application, follow these steps:
1.Add Files to the Delphi Deployment window
Local Name Remote Path   Note
device_filter.xml res\xml\
2. Add Required Libraries
Include the following JAR files in the Libraries list of your Delphi project
  pl2303driver.jar
  pl2303g_driver.jar
3. Modify the AndroidManifest.template.xml
Add the following entries to handle USB device attachment events:
<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 the chip used in a USB/RS232 adapter?

On a Windows PC use HWiNFO, a powerful hardware information and diagnostic tool.
On an Android device use the USB Library for Android demo.

Useful Links

IconComPort
IconComPort DLL
IconComPort for Android
IconComPort for Android FT31xD
IconComPort for Android FTDI
IconComPort for Android USB
IconComPort for Android USB Serial
IconComPort for FireMonkey
IconComPort for Linux
IconComPort for macOS

IconPL2303 Android Driver Solution

IconARDUINO
IconCan I Do 9-bit Serial Communication Instead of 7 or 8 bits?
Icon Free Serial Analyzer
Icon FT232R - USB UART IC
Icon Modem-HOWTO
Icon Null-modem emulator
Icon RS232 Data Logger
Icon Serial HOWTO
Icon Simple Serial Port Monitor
Icon Simple URB (USB Request Block) Monitor
Icon Sysinternals Suite
Icon The RS232 STANDARD
Icon Uwe Sieber's Homepage
Icon Wireshark