• Added support for native Win32 based on
    https://code.launchpad.net/~thepyper/libmodbus/win32-native
    This mainly affects the RTU implementation as the TCP/IP socket
    interface is the same thanks to the winsocks library. The interface
    for using the serial port is completely different on Win32 and is now
    implemented accordingly.
    
    Signed-off-by: Stéphane Raimbault <stephane.raimbault@gmail.com>
    Tobias Doerffel authored
     
    Browse File »
  • All declarations in modbus-rtu.h and modbus-tcp.h should be inside
    MODBUS_BEGIN_DECLS and MODBUS_END_DECLS in order to make that functions
    properly accessible in C++ files.
    
    Signed-off-by: Stéphane Raimbault <stephane.raimbault@gmail.com>
    Tobias Doerffel authored
     
    Browse File »