[DUG] Serial communications
Tony Blomfield
tonyb at precepthealth.com
Tue Jun 9 14:52:32 NZST 2015
Hi Robert. Serial port comms is business as usual for us, and we have written at least 300 RS232 drivers for medical devices.
We do it for Windows, and for Linux on ARM.
There is no hesitation to recommend you use the old Async Pro library.
Drop on a TComport, and connect it to a TPacket and just set the Start and End conditions on the Packet component to match your frame requirements. Then just write your parser into the TPacket.OnGetDatapacket event, and its all done.
Good luck,
Tony
-----Original Message-----
From: delphi-bounces at listserver.123.net.nz [mailto:delphi-bounces at listserver.123.net.nz] On Behalf Of Robert Martin
Sent: Tuesday, 9 June 2015 10:17 a.m.
To: NZ Borland Developers Group - Delphi List
Subject: [DUG] Serial communications
Hi
We have talked to a number of Eftpos terminals. Normally this is through a middle ware application (often ActiveX) that in turn deals with the hardware. However we are now looking at a system that requires serial communications. What serial components would people recommend to do this?
Thanks
Rob
_______________________________________________
NZ Borland Developers Group - Delphi mailing list
Post: delphi at listserver.123.net.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to delphi-request at listserver.123.net.nz with Subject: unsubscribe
More information about the Delphi
mailing list