Commit 9f316b36807988e7c9e21eaf5e0becf44e1ffc2b
1 parent
e0839095
Fix typo in modbus_new_tcp.txt
Showing
1 changed file
with
1 additions
and
1 deletions
doc/modbus_new_rtu.txt
| ... | ... | @@ -21,7 +21,7 @@ The _modbus_new_rtu()_ function shall allocate and initialize a modbus_t |
| 21 | 21 | structure to communicate in RTU mode on a serial line. |
| 22 | 22 | |
| 23 | 23 | The _device_ argument specifies the name of the serial port handled by the OS, |
| 24 | -eg. '/dev/ttyS0' or '/dev/ttyUSB0'. On Windons, it's necessary to prepend COM | |
| 24 | +eg. '/dev/ttyS0' or '/dev/ttyUSB0'. On Windows, it's necessary to prepend COM | |
| 25 | 25 | name with '\\.\' for COM number greater than 9, eg. '\\\\.\\COM10'. See |
| 26 | 26 | http://msdn.microsoft.com/en-us/library/aa365247(v=vs.85).aspx for details |
| 27 | 27 | ... | ... |