Re: [nodejs] Node.js-net socket - Sending frame

2012-08-08 Thread Ben Noordhuis
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

[nodejs] Node.js-net socket - Sending frame

2012-08-08 Thread trembl
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