<div dir="auto">Synapse and fpc works great with serial port, I have a daemon I wrote 4 years ago that reads serial data from a phone PBX runs 24X7 and never an issue.</div><div class="gmail_extra"><br><div class="gmail_quote">On Jun 18, 2017 11:17 AM, "Bo Berglund" <<a href="mailto:bo.berglund@gmail.com">bo.berglund@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Sun, 18 Jun 2017 09:46:06 -0500, Snorkl e<br>
<<a href="mailto:tony.caduto@gmail.com">tony.caduto@gmail.com</a>> wrote:<br>
<br>
>Couldn't you read the serial port data and then stream it with Synapse to<br>
>the remote location?<br>
>You can use Synapse to read the serial port data and sent via TCP/IP.<br>
><br>
<br>
Probably, but I was hoping for some ready-made example to get going a<br>
bit faster...<br>
I did another piece of software a year or so ago only involving<br>
TCP/IP, also for remote control, but then I used an Indy TCP client<br>
component.<br>
My problem is getting my head around serial port handlers, which I<br>
have so-so experience of in the past. No RS232 work with FPC/Lazarus<br>
earlier and in Delphi I used AsyncPro components, but these are so<br>
complex that one is lost amongst all properties to set...<br>
<br>
I would like a dead simple serial component where I could just specify<br>
the comm parameters (baud, start/stop bits, handshaking and port) then<br>
just open the connection and wait for receive *events*.<br>
<br>
Yes, it is easier for me to have components with event generation on<br>
data reception rather than using blocking components, which I must<br>
make threads for and then figure out how to channel the data from the<br>
thread into the main application...<br>
<br>
<br>
--<br>
Bo Berglund<br>
Developer in Sweden<br>
<br>
______________________________<wbr>_________________<br>
fpc-pascal maillist  -  <a href="mailto:fpc-pascal@lists.freepascal.org">fpc-pascal@lists.freepascal.<wbr>org</a><br>
<a href="http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal" rel="noreferrer" target="_blank">http://lists.freepascal.org/<wbr>cgi-bin/mailman/listinfo/fpc-<wbr>pascal</a></blockquote></div></div>