Skip to content

ma-go/node-usrtcp232

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-usrtcp232

Node.js example for the communication between a node.js app and the USR-TCP232 serial to ethernet converter.

Client.js

This app uses the USR-TCP232 as socket server, it uses the net module to make the connection.

Server.js

This app uses the USR-TCP232 as socket client.

Socketio-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 }

Socketio-server

This app transmits the received data to the other side using the USR-TCP232 as client.

About

Node.js connection to the USR-TCP232 device

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 50.9%
  • JavaScript 49.1%