git clone https://github.com/qwe9527/TCP2Serialport
npm install
npm start -- com=COM3
- com : SerialPort comName
- localPort : TCP client localPort
- host : TCP Server host
- port : TCP Server port
npm start -- com=COM3 localPort=7101 host=192.168.31.231 port=8080