ComPort-Library icon indicating copy to clipboard operation
ComPort-Library copied to clipboard

COM Port Library for Delphi (fork from SourceForge)

Results 11 ComPort-Library issues
Sort by recently updated
recently updated
newest added

HOw to sort port by hub port ? [https://i.postimg.cc/bvtHpVKK/2022-06-23-173323.jpg](https://i.postimg.cc/bvtHpVKK/2022-06-23-173323.jpg)

Currently the ComPort-Library does non contain any license mention, and this could confuse users (especially in closed source projects). Since original ComPort Library (https://sourceforge.net/projects/comport/) is in Public Domain, using Apache...

Hello Christian, do you plan to create a release for Delphi 11 Alexandria? Thanks.

There is an issue while enumerating available comports and access-violation when closing port. Returned Stringslist contains additional zeros after portname (here 5x with 10.3.2 and Win 8.1) This may lead...

Hi, Guys I'm getting error [dcc32 Error] CPort.pas(664): E2004 Identifier redeclared: 'System.Types' When i tryng to build CPort_R103R on Delphi 10.4. I think is happening because line 23 already in...

Hi, folks. Do you have an effective way to disconnect the USB cable? Unfortunately, all solutions from internet do not work. Regards Robert

help wanted

String converting lost data after #0 symbol You can't get #0 from port.... property Buffer: string read FBuffer write FBuffer;

I was wondering if the components can be compiled as 64bit? If this is possible, how should I proceed?

I have a Serial Port tracing module (allows me to mimic a loopback). It shows each character I send: Comport1.WriteStr('ATZ'#13); However, all of the OnRx* events - I do a...

Hi! How can I send hex values to the comport? I've an array of bytes (for example 6 bytes)...Any help?