Skip to content

Commit 17ec5a8

Browse files
authored
Update README.md
1 parent 8ac4de6 commit 17ec5a8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,19 @@ Screenshots of the web interface:
2626
* up to 247 Modbus RTU slaves
2727
* up to 8 TCP/UDP sockets for Modbus TCP/UDP masters and for the web interface
2828
* RS485 interface protocols:
29-
o Modbus RTU
29+
- Modbus RTU
3030
* Ethernet interface protocols:
31-
o Modbus TCP
32-
o Modbus UDP
33-
o Modbus RTU over TCP
34-
o Modbus RTU over UDP
31+
- Modbus TCP
32+
- Modbus UDP
33+
- Modbus RTU over TCP
34+
- Modbus RTU over UDP
3535
* supports broadcast (slave address 0x00) and error codes
3636
* supports all Modbus function codes
3737
* settings can be changed via web interface, stored in EEPROM
3838
* diagnostics and Modbus RTU scan via web interface
3939
* optimized queue for Modbus requests
40-
o prioritization of requests to responding slaves
41-
o queue will accept only one requests to non-responding slaves
40+
- prioritization of requests to responding slaves
41+
- queue will accept only one requests to non-responding slaves
4242

4343
## How can I build it myself?
4444
Get the hardware. Cheap clones from China are sufficient:
@@ -85,4 +85,4 @@ This project started as a simple "playground" where I learned things. However, i
8585

8686
Not everything could fit into the limited flash memory of Arduino Nano / Uno. The DHCP client within a ethernet library consumes too much memory. The code for automatic IP address is in the sketch but disabled by default. If you want to use auto IP functionality, you have to use something bigger (such as Arduino Mega) and uncomment #define ENABLE_DHCP. After that, new "Auto IP" setting will appear in the IP settings web interface.
8787

88-
<img src="/pics/modbus6.png" alt="06" style="zoom:100%;" />
88+
<img src="/pics/modbus6.png" alt="06" style="zoom:100%;" />

0 commit comments

Comments
 (0)