Change names of config file and control script

Also make top Makefile more tidy.
This commit is contained in:
Igor Socec 2017-01-25 01:33:37 +01:00
parent a1162d1674
commit 83bd22bef9
6 changed files with 22 additions and 20 deletions

17
tools/moxerver.cfg Normal file
View file

@ -0,0 +1,17 @@
# Configuration format:
# tcp=<tcp_port> tty=<tty_device> baud=<tty_baudrate>
#
# Example:
# tcp=4001 tty=/dev/ttyS0 baud=115200
#
# Supported baud rates:
# 75, 110, 134, 150, 200, 300, 600, 1200, 1800, 2400,
# 4800, 9600, 19200, 38400, 57600, 115200
#
tcp=4001 tty=/dev/ttyS1 baud=115200
tcp=4002 tty=/dev/ttyS2 baud=115200
tcp=4003 tty=/dev/ttyS3 baud=115200
tcp=4004 tty=/dev/ttyS4 baud=115200
tcp=4005 tty=/dev/ttyS5 baud=115200
tcp=4006 tty=/dev/ttyS6 baud=115200