<div dir="ltr">Unfortunately I've never tried it on anything other than Win2000-XP-7; I could support you only on these platforms with some examples.<div><br><div><div>If you discover anything interesting on Win CE, please share it!</div>

</div><div><br></div><div>R#</div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-04-03 0:23 GMT+02:00 Martin Gomez <span dir="ltr"><<a href="mailto:mmgomez@outlook.com" target="_blank">mmgomez@outlook.com</a>></span>:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class=""><br>
On 02/04/2014 05:53 p.m., Roberto P. wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I'd like to point out that CPortLaz is multithreaded and that it has both a COM port object and a Packet object.<br>
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:<br>
<br>
- define what is a packet:<br>
<br>
Packet.Startstring := ':';<br>
Packet.Stopstring := #13;   or Packet.Size := 8;<br>
<br>
- implement the OnPacket(Sender: TObject; Str : string); event handler<br>
</blockquote>
<br></div>
AWESOME, that's just what i need for a project i'm migrating from .NET<br>
<br>
Does it work in Windows CE?<br>
<br>
<br>
Regards,<br>
Martín<div class="HOEnZb"><div class="h5"><br>
<br>
--<br>
______________________________<u></u>_________________<br>
Lazarus mailing list<br>
<a href="mailto:Lazarus@lists.lazarus.freepascal.org" target="_blank">Lazarus@lists.lazarus.<u></u>freepascal.org</a><br>
<a href="http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus" target="_blank">http://lists.lazarus.<u></u>freepascal.org/mailman/<u></u>listinfo/lazarus</a><br>
</div></div></blockquote></div><br></div>