ComPort for FireMonkey

ComPort for FireMonkey

ComPort for FireMonkeyComPort for FireMonkey
Delphi and C++Builder FireMonkey component for serial communication on Windows.
  • communication with devices connected to the serial port
  • easy to use and very powerful
  • uses multithreading and overlapping for maximum performance
  • supports Delphi/C++Builder XE2 - 12 FireMonkey applications
  • supports Windows 32/64bit
  • source code included 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 use COM 10 and higher ports?
A special prefix is needed (it's a Windows feature):
// Delphi
FComPort.DeviceName := '\\.\COM10';

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

Related links