• - avoid export of _modbus_rtu_set_rts and change its name to avoid
      confusion
    - namespace RTU functions and constants
    - use_rts is renamed rts
    - add missing '_' in function name
    - remove useless debug message in usual write
    - wrong message about 'not supported'
    - add check for TIOCM_RTS support
    - block RTS flow control when not available
    Stéphane Raimbault authored
     
    Browse File »






  • Each function is decribed in one txt file. The file libmodbus.txt
    offers an overview of the library.
    
    It's possible to generate HTML and man outputs from the txt file.
    The documentation can be generated only if you have the required
    tools (asciidoc and xmlto).
    
    Better results are obtained with AsciiDoc v8.6+
    Stéphane Raimbault authored
     
    Browse File »