
ComPort for FireMonkey


Delphi and C++Builder FireMonkey component for serial communication on Windows.
- seamless communication with devices connected to the serial port
- intuitive to use while offering powerful capabilities
- optimized for maximum performance with multithreading and overlapping techniques
- supports Delphi and C++Builder XE2 to 12 FireMonkey applications
- compatible with 32-bit and 64-bit Windows platforms
- includes source code in the registered version
- royalty-free distribution in applications
ComPort for FireMonkey is part of Communication Protocol Suite for FireMonkey
Download and order
Order ComPort for FireMonkey component $120 USD (license for one developer)
Order ComPort for FireMonkey multi-license $360 USD (license for all developers in company)
Order ComPort for FireMonkey year upgrades $60 USD (registered users only)
Order ComPort for FireMonkey year upgrades multi-license $180 USD (registered multi-license users only)
FAQ
How can I access COM ports numbered 10 and above?
Windows requires the use of a special prefix to access COM ports with numbers 10 or higher:
Windows requires the use of a special prefix to access COM ports with numbers 10 or higher:
// Delphi FComPort.DeviceName := '\\.\COM10'; // C++Builder FComPort->DeviceName = "\\\\.\\COM10";