[Lazarus] [LAZARUS] Any Free/Cheap Async Serial Port Component
Martin Gomez
mmgomez at outlook.com
Thu Apr 3 00:23:40 CEST 2014
On 02/04/2014 05:53 p.m., Roberto P. wrote:
> I'd like to point out that CPortLaz is multithreaded and that it has
> both a COM port object and a Packet object.
> The first one is used to setup, open and close the port; the second
> one connects to the first one and makes packet handling as simple as:
>
> - define what is a packet:
>
> Packet.Startstring := ':';
> Packet.Stopstring := #13; or Packet.Size := 8;
>
> - implement the OnPacket(Sender: TObject; Str : string); event handler
AWESOME, that's just what i need for a project i'm migrating from .NET
Does it work in Windows CE?
Regards,
MartÃn
More information about the Lazarus
mailing list