Skip to content

Releases: serhmarch/ModbusLib

v0.4.8

06 Dec 07:49

Choose a tag to compare

  • Fixed bug when TCP client unable to connect on Windows (see bugfix.md)
  • Add functions isUnitEnabled, setUnitEnabled for ModbusServerPort class
  • Add functions fillUnitMap, unitMapToString
  • Update tests
  • Update docs

v0.4.7

02 Dec 19:53

Choose a tag to compare

  • Add setting ModbusTcpServer::ipaddr to bind
  • Fixed issues #8, #9, #10
  • Add ModbusTcpPort::transactionId() getter
  • Add new error 'Status_BadPortClosed' when trying to write into port that is closed
  • Add 'setError' string in ModbusServerResource::processDevice()
  • Fix ModbusTcpServer::setTimeout() issue
  • Fixed ModbusClientPort::request() method for blocking mode
  • CMake: separate public and private headers
  • Fix cmake install
  • Fix error text message for ModbusAscPort
  • Improve open() method for ModbusTcpPort and ModbusSerialPort
  • Update tests
  • Update docs

v0.3.3

12 Oct 11:37

Choose a tag to compare

Fixed bug when read serial port (Wrong CRC)