Skip to content

Commit

Permalink
fix document
Browse files Browse the repository at this point in the history
  • Loading branch information
luoyan35714 committed Apr 23, 2024
1 parent 3a2fb2d commit d83a191
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d83a191

Please sign in to comment.