Re: [Gambas-user] serial port issue (Robert JUHASZ)

2010-04-21 Thread Chris Dunworth
Hi, Have you looked at device/terminal servers such as 'nport server' from MOXA http://www.moxa.com/product/NPort_5410.htm These devices facilitate RS232 serial comms with devices using TCP/IP sockets. Very useful where application does not have serial drivers Not cheap , but very flexible & expa

Re: [Gambas-user] UNIX SOCKETS

2010-04-03 Thread Chris Dunworth
) { THIS->iUsePort=65535; return; } THIS->iUsePort=VPROP(GB_INTEGER); END_PROPERTY /* Charlie, using a version that dates from Sep 2009 is hardly 'very old' Regards, Chris Dunworth Date: Fri, 02 Ap

[Gambas-user] UNIX SOCKETS

2010-04-02 Thread Chris Dunworth
t;>>>>>> ** This calls a script via inetd that just sends a message and terminates The sc