Skip to content

Commit 377d8d9

Browse files
Minor edits
1 parent 01526d7 commit 377d8d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ModbusSerialSlave/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This is the main library class.
2828

2929
### Constructor: ModbusSerialSlave(*slaveID, uart[, rts][, params]*)
3030

31-
Instantiate a new ModbusSerialSlave object and set the configuration of the UART bus over which it operates. The *slaveID* parameter takes an ID by which the master identifies this slave. The *uart* parameter is an imp UART object. The optional *rts* parameter should be used for RS485 coms when using an imp GPIO pin for control flow. The *params* parameter is optional and takes a table containing the following keys:
31+
Instantiates a new ModbusSerialSlave object and configures the UART bus over which it operates. The *slaveID* parameter takes an ID by which the master identifies this slave. The *uart* parameter is an imp UART object. The optional *rts* parameter should be used for RS485 communications when you are using an imp GPIO pin for control flow. The *params* parameter is optional and takes a table containing the following keys:
3232

3333
| Key | Default | Notes |
3434
| --- | --- | --- |

0 commit comments

Comments
 (0)