Node.js example for the communication between a node.js app and the USR-TCP232 serial to ethernet converter.
This app uses the USR-TCP232 as socket server, it uses the net module to make the connection.
This app uses the USR-TCP232 as socket client.
This app transmits the received data to the other side, using the USR-TCP232 as server. To use it run:
{ node socketio-client/app }
USR-TCP232 --> Node.js --> Socket.io client Socket.io client --> node.js --> USR-TCP232
{ node socketio-server/app }
This app transmits the received data to the other side using the USR-TCP232 as client.