Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 350 Bytes

README.md

File metadata and controls

12 lines (12 loc) · 350 Bytes

Introduction

Serial port to TCP server, used to debug the serial port through the network.

Compile

make

Usage

ser2tcp -d dev_name -p port -b baud

Options:
	     -d dev_name Serial device node, default:/dev/ttyS1
	     -p port     server port,        default:10010
	     -b baud     baud rate,          defualt:B115200