ComPort
Delphi and C++Builder 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
- available for Delphi/C++Builder versions 5 - 12 and Lazarus 2.2.6
- source code included in the registered version
- royalty-free distribution in applications
ComPort is part of the Communication Protocol Suite
Download and order
Order ComPort component $120 USD (license for one developer)
Order ComPort multi-license $360 USD (license for all developers in a company)
Order ComPort year upgrades $60 USD (for registered users only)
Order ComPort year upgrades multi-license $180 USD (for registered multi-license users only)
FAQ
How can I use COM 10 and higher ports?
A special prefix is needed (it's Windows feature):
A special prefix is needed (it's Windows feature):
// Delphi ComPort.DeviceName := '\\.\COM10'; // C++Builder ComPort->DeviceName = "\\\\.\\COM10";