Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ The Modbus generally uses serial RS-485 as physical layer (then called Modbus Se
* Operates in any combination of multiple instances of
* [Modbus RTU server](examples/RTU)
* [Modbus RTU client](examples/RTU)
* Modbus TCP server for [ESP8266/ESP32](examples/TCP) and [Ethernet library](examples/TCP-Ethernet)
* Modbus TCP client for [ESP8266/ESP32](examples/TCP) and [Ethernet library](examples/TCP-Ethernet)
* Modbus TCP server for [ESP8266/ESP32](examples/TCP-ESP) and [Ethernet library](examples/TCP-Ethernet)
* Modbus TCP client for [ESP8266/ESP32](examples/TCP-ESP) and [Ethernet library](examples/TCP-Ethernet)
* [MODBUS/TCP Security server (ESP8266)](examples/TLS)
* [MODBUS/TCP Security client (ESP8266/ESP32)](examples/TLS)
* Reply exception messages for all supported functions
Expand All @@ -38,7 +38,7 @@ The Modbus generally uses serial RS-485 as physical layer (then called Modbus Se
* 0x15 - Write File Record
* 0x16 - Mask Write Register
* 0x17 - Read/Write multiple registers
* [Callbacks](examples/callback) for
* [Callbacks](examples/Callback) for
* Client connect (Modbus TCP)
* Server/Client disconnect (Modbus TCP)
* Read specific Register
Expand Down