资 源 简 介
What is this project about?
serial-to-tcp is a serial port over tcp/IP server written in node.js. Originally, this tool was intended for use by the PlugWise-java project, so I could acces remotely installed PlugWise Stick module. However I created a separate project for this tool in order to enable reuse by others.
Features
This tool supports multiple connections. The first connection made to the server will have write permission, all other connections will have read permission only. Upon disconnect of the oldest connection, the second-oldest connection will obtain write permission.
This tool can be run in monitoring mode using the -monitor command line option. This way, it will output the serial/tcp conversation to the console.