[Lazarus] [LAZARUS] Any Free/Cheap Async Serial Port Component
Roberto P.
padovani.r at gmail.com
Thu Apr 3 09:32:17 CEST 2014
Unfortunately I've never tried it on anything other than Win2000-XP-7; I
could support you only on these platforms with some examples.
If you discover anything interesting on Win CE, please share it!
R#
2014-04-03 0:23 GMT+02:00 Martin Gomez <mmgomez at outlook.com>:
>
> 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 at lists.lazarus.freepascal.org
> http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20140403/955fd028/attachment-0003.html>
More information about the Lazarus
mailing list