On Wed, Aug 8, 2012 at 11:43 PM, trembl wrote:
> Hello,
>
> I have a problem concerning the implementation of a communication between a
> node server and a device. I use the library net in node that provides a
> communication port type TCP client .
>
> code:
>
> var net = require('net');
>
> var H
Hello,
I have a problem concerning the implementation of a communication between a
node server and a device. I use the library net in node that provides a
communication port type TCP client .
code:
var net = require('net');
var HOSTPLC = '192.168.45.120'; //Adresse de l'appareil. var PORTPLC