<p>Am 21.09.2015 16:42 schrieb "Bo Berglund" <<a href="mailto:bo.berglund@gmail.com">bo.berglund@gmail.com</a>>:<br>
> Unfortunately since the existing code is built on non-blocking serial<br>
> communications and events to handle the data reception I am at a loss<br>
> right now concerning what TCP socket component to use.<br>
> Indy is blocking, synapse is blocking and ICS being non-blocking is<br>
> not open for commercial use and even so not really maintained for FPC<br>
> either...</p>
<p>You could take a look at the TInetSocket of the ssockets unit which is part of FPC (at least in 3.0.0, don't remember about 2.6.4).</p>
<p>Regards,<br>
Sven</p>