ComPort for FireMonkey

ComPort for FireMonkey

ComPort for FireMonkeyComPort 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

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:
// Delphi
FComPort.DeviceName := '\\.\COM10';

// C++Builder
FComPort->DeviceName = "\\\\.\\COM10";
							

Related links