Stéphane Raimbault
|
23dd803f3f
Fix another Visual C++ 2008/2010 deficiency (closes #53)
|
13 gadi atpakaļ |
Stéphane Raimbault
|
83adabfa3e
Add -lsocket to compile on QNX
|
13 gadi atpakaļ |
Stéphane Raimbault
|
1fca027f97
Avoid ioctl call on non-RS485 ports
|
13 gadi atpakaļ |
Michael Haberler
|
a0aa885d01
serial_mode isn't a bitmask
|
13 gadi atpakaļ |
Stéphane Raimbault
|
dd4adad88e
poll.h is useless to compile TCP backend
|
13 gadi atpakaļ |
Stéphane Raimbault
|
8d8349b860
Display node and service in PI and port in IPv4 at connection
|
13 gadi atpakaļ |
Stéphane Raimbault
|
b89bb8826c
Sort headers in AC_CHECK_HEADERS
|
13 gadi atpakaļ |
Stéphane Raimbault
|
6f1ed722e6
I was certainly under the influence of drugs or hurry
|
13 gadi atpakaļ |
Stéphane Raimbault
|
1ffb31da8c
Fix a missing free in random-test-client
|
13 gadi atpakaļ |
Stéphane Raimbault
|
c9106fdb9c
Fix OMG bug in modbus_mapping_free not freeing memory
|
13 gadi atpakaļ |
Stéphane Raimbault
|
d9d1b507c6
Add basic information about installation
|
13 gadi atpakaļ |
Michael Heimpold
|
da49761b77
Fix typo in typedef
|
13 gadi atpakaļ |
Stéphane Raimbault
|
30054b90c5
Fix incorrect test of select() return code
|
13 gadi atpakaļ |
Andrew Kravchuk
|
6350a99224
Fix semicolon typo and unistd.h include under windows
|
13 gadi atpakaļ |
Stéphane Raimbault
|
7e170c34b0
Return -1 on getaddrinfo error and print error in debug mode
|
13 gadi atpakaļ |
Stéphane Raimbault
|
46281355d9
Minor - Missing '\n' in debug mode
|
13 gadi atpakaļ |
Stéphane Raimbault
|
146e8a08d5
More robust way to establish the connection in non blocking mode
|
13 gadi atpakaļ |
Stéphane Raimbault
|
8dc21ddaf5
TCP - Socket in non blocking mode by default
|
13 gadi atpakaļ |
Stéphane Raimbault
|
e90f906b55
Apply CLOEXEC flag for TCP protocol independent too (IPv6)
|
13 gadi atpakaļ |
Stéphane Raimbault
|
5d7cabc86c
Add missing C++ macros in public headers
|
13 gadi atpakaļ |
Christos Kontas
|
ca602fccd0
Fix a typo for a function link in documentation
|
13 gadi atpakaļ |
Stéphane Raimbault
|
c1e2e0b319
New RTU receive() to ignore confirmation from other slaves (closes #18)
|
13 gadi atpakaļ |
Stéphane Raimbault
|
81a52093a1
Add comment about return code of flush functions
|
13 gadi atpakaļ |
Stéphane Raimbault
|
9d5344cf42
Move RTU filtering in CRC check to avoid useless call to modbus_reply
|
13 gadi atpakaļ |
Stéphane Raimbault
|
a6e63d7d20
Fix typo in message found by Christian Leutloff
|
13 gadi atpakaļ |
Stéphane Raimbault
|
6564c32b21
Unique transaction identifier by TCP connection
|
13 gadi atpakaļ |
Stéphane Raimbault
|
2c5858513e
Use accept4 with SOCK_CLOEXEC when available (Linux)
|
13 gadi atpakaļ |
Stéphane Raimbault
|
b94ba026e0
Open fd and socket with the CLOEXEC flag when available
|
13 gadi atpakaļ |
Stéphane Raimbault
|
4cbc5252c5
Exception response on report slave ID wasn't detected (closes #27)
|
13 gadi atpakaļ |
Stéphane Raimbault
|
7fed3ff9b8
Display function codes in hexadecimal in debug mode
|
13 gadi atpakaļ |