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

--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to