On 09/22/2015 12:40 AM, Bo Berglund wrote:
I am porting an application from Windows Delphi 2007 to FPC on Linux
(Raspberry Pi2). In the process I need to switch from using RS232 to
TCP/IP to communicate with a data source.
I have found that FPC contains the unit ssockets.pp, which implements
a c
On Tue, Sep 22, 2015 at 1:40 AM, Bo Berglund wrote:
> [...]
Are there some examples of sending binary data between a TCP/IP server
> and the TInetSocket socket? If so please post links.
>
FPC has some TCP/IP (using TInetSocket) demos, and you can see that on its
sources, eg:
Client: \source\pa