<div dir="ltr">I'd like to point out that CPortLaz is multithreaded and that it has both a COM port object and a Packet object.<div>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:</div>

<div><br></div><div>- define what is a packet: </div><div><br></div><div>Packet.Startstring := ':';</div><div>Packet.Stopstring := #13;   or Packet.Size := 8;</div><div><br></div><div>- implement the OnPacket(Sender: TObject; Str : string); event handler</div>

<div><br></div><div>It also has some visual components but I never used them.</div><div><br></div><div>R#</div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-04-02 16:04 GMT+02:00 Paulo Costa <span dir="ltr"><<a href="mailto:paco.mail.telepac.pt@gmail.com" target="_blank">paco.mail.telepac.pt@gmail.com</a>></span>:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On 02/04/2014 07:32, Bob Axtell wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
This newbie is familiar with COMPORT from WINSOFT from my olden Delphi<br>
days, but I can no longer afford it for one program.<br>
<br>
Does anybody know of a free/cheap component? any how does it install?<br>
</blockquote>
<br></div></div>
You can try:<br>
<br>
<a href="http://sourceforge.net/projects/sdpo-cl/" target="_blank">http://sourceforge.net/<u></u>projects/sdpo-cl/</a><br>
<br>
It is has a component wrapping the synaser library.<br>
Works with Windows and Linux.<span class="HOEnZb"><font color="#888888"><br>
<br>
Paulo Costa</font></span><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>