From d83a19109866101b1ccc3a530bd875762a64abf1 Mon Sep 17 00:00:00 2001 From: Freud Date: Tue, 23 Apr 2024 22:03:23 +0800 Subject: [PATCH] fix document --- README.MD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.MD b/README.MD index 4cc5012..7a0b885 100644 --- a/README.MD +++ b/README.MD @@ -14,9 +14,9 @@ ModbusSimulator is a java based modbus protocol server simulator that can run on - serialConnection: Serial connection configuration - comPort: String, `COM*` in windows, `/dev/tty*` in linux - baudrate: `[300, 600, 1200, 2400, 4800, 9600, 14400, 19200, 38400, 56000, 57600, 115200]` - - dataBits: `7, 8` + - dataBits: `[7, 8]` - stopBits: `[1, 2]` - - parity: `[NONE, ODD, EVEN, MARK, SPACE]` + - parity: `[NONE, ODD, EVEN]` - tcpConnection: TCP connection configuration - port: TCP Port - modbusDataDefinition