|
1 |
| -| **Parameter** | **Default value** | **Description** | |
2 |
| -|:-|:-|- |
3 |
| -| name | **Modbus Default Server** | Name of connector to server. | |
4 |
| -| type | **serial** | Type of connection may be **tcp**, **udp** or **serial**. | |
5 |
| -| method | **rtu** | Type of application data unit - **rtu** or **ascii** | |
6 |
| -| port | **/dev/ttyUSB0** | Serial port for connection. | |
7 |
| -| baudrate | **19200** | Baudrate for The baud rate to use for the serial device. | |
8 |
| -| stopbits | **1** | The number of bits sent after each character in a message to indicate the end of the byte. | |
9 |
| -| bytesize | **8** | The number of bits in a byte of serial data. This can be one of 5, 6, 7, or 8. | |
10 |
| -| parity | **N** | The type of checksum to use to verify data integrity. This can be on of the following: (**E**)ven, (**O**)dd, (**N**)one. | |
11 |
| -| strict | **true** | Use Inter char timeout for baudrates <= 19200. | |
12 |
| -| timeout | **35** | Timeout in seconds for connecting to Modbus server. | |
13 |
| -| byteOrder | **BIG** | Order of bytes to read. | |
| 1 | +| **Parameter** | **Default value** | **Description** | |
| 2 | +|:-|:-|--------------------------------------------------------------------------------------------------------------------------- |
| 3 | +| name | **Modbus Default Server** | Name of connector to server. | |
| 4 | +| type | **serial** | Type of connection may be **tcp**, **udp** or **serial**. | |
| 5 | +| method | **rtu** | Type of application data unit - **RTU** or **ASCII** | |
| 6 | +| port | **/dev/ttyUSB0** | Serial port for connection. | |
| 7 | +| baudrate | **19200** | Baudrate for The baud rate to use for the serial device. | |
| 8 | +| stopbits | **1** | The number of bits sent after each character in a message to indicate the end of the byte. | |
| 9 | +| bytesize | **8** | The number of bits in a byte of serial data. This can be one of 5, 6, 7, or 8. | |
| 10 | +| parity | **N** | The type of checksum to use to verify data integrity. This can be on of the following: (**E**)ven, (**O**)dd, (**N**)one. | |
| 11 | +| strict | **true** | Use Inter char timeout for baudrates <= 19200. | |
| 12 | +| timeout | **35** | Timeout in seconds for connecting to Modbus server. | |
| 13 | +| byteOrder | **BIG** | Order of bytes to read. | |
14 | 14 | |---
|
0 commit comments