From 9f316b36807988e7c9e21eaf5e0becf44e1ffc2b Mon Sep 17 00:00:00 2001 From: Stéphane Raimbault Date: Sun, 8 May 2011 11:15:29 +0200 Subject: [PATCH] Fix typo in modbus_new_tcp.txt --- doc/modbus_new_rtu.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/modbus_new_rtu.txt b/doc/modbus_new_rtu.txt index f88dc54..c74ad70 100644 --- a/doc/modbus_new_rtu.txt +++ b/doc/modbus_new_rtu.txt @@ -21,7 +21,7 @@ The _modbus_new_rtu()_ function shall allocate and initialize a modbus_t structure to communicate in RTU mode on a serial line. The _device_ argument specifies the name of the serial port handled by the OS, -eg. '/dev/ttyS0' or '/dev/ttyUSB0'. On Windons, it's necessary to prepend COM +eg. '/dev/ttyS0' or '/dev/ttyUSB0'. On Windows, it's necessary to prepend COM name with '\\.\' for COM number greater than 9, eg. '\\\\.\\COM10'. See http://msdn.microsoft.com/en-us/library/aa365247(v=vs.85).aspx for details -- libgit2 0.21.4