ComPort for FireMonkey

ComPort for FireMonkey

ComPort for FireMonkeyComPort for FireMonkey
Delphi and C++ Builder FireMonkey component for serial communication for Windows.
  • communication with devices connected to serial port
  • easy of 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 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 Windows feature):
// Delphi
FComPort.DeviceName := '\\.\COM10';

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

Related links