You are not logged in.
Our (internal used) version of the ComPort library has just been added to the Synopse repository.
This is a RS-232 library for Delphi 7.
Warning:
It's a fork from the original freeware 2.63 version, and is not the same as the project hosted at http://sourceforge.net/projects/comport site.
Note that this version was tested and used only under Delphi 7.
Should work from Delphi 3 up to 2007. But not with Delphi 2009/2010/XE.
Since I didn't need these compiler with this unit, unicode port was not done yet.
Just ask here if you want to have this unit to be made Unicode compatible.
Offline
Here are the main modifications of this fork, according to the original 2.63 version:
- added TCustomComPort.ErrorMsg: a string property to get detailed error text
(this property is TCustomComPort-dependent, therefore is thread-safe)
- a lot of code comment and inline documentation (which lacked original version)
- LVCL compatibility (for internal use)
- some fixes and code rewrite (error handling, code speed and maintenability)
Can be downloaded from http://synopse.info/fossil/dir?ci=tip
Just select CPort.pas and CPort.inc
Please not that there is a "Download" link at the top of the file content page.
Offline