You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- RTU example section for Client and Host in USAGE
26
+
27
+
### Changed
28
+
- Removed the following common functions from [serial.py](umodbus/serial.py) and [tcp.py](umodbus/tcp.py) and added to [common.py](umodbus/common.py):
29
+
-`read_coils`
30
+
-`read_discrete_inputs`
31
+
-`read_holding_registers`
32
+
-`read_input_registers`
33
+
-`write_single_coil`
34
+
-`write_single_register`
35
+
-`write_multiple_coils`
36
+
-`write_multiple_registers`
37
+
38
+
- Extended RTU client example for Docker usage to load all registers from example JSON file
39
+
- Update internal functions parameter name `slave_id` to `slave_addr` to use same keywords in TCP and Serial
40
+
- Update Modbus function documentation from TCP specific to common module in USAGE file
41
+
42
+
### Fixed
43
+
18
44
## [2.1.3] - 2022-12-30
19
45
### Fixed
20
46
-`uart_id` can be specified during init of `ModbusRTU` and `Serial` class and is no longer hardcoded to `1`, but set as `1` by default to ensure backwards compability, see #7 and #43
@@ -195,8 +221,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
195
221
- PEP8 style issues on all files of [`lib/uModbus`](lib/uModbus)
0 commit comments