v3.0.0dev.2
Pre-release
Pre-release
version 3.0.0dev2
- Fix mask_write_register call. (#685)
- Add support for byte strings in the device information fields (#693)
- Catch socket going away. (#722)
- Misc typo errors (#718)
version 3.0.0dev1
- Support python3.10
- Implement asyncio ModbusSerialServer
- ModbusTLS updates (tls handshake, default framer)
- Support broadcast messages with asyncio client
- Fix for lazy loading serial module with asyncio clients.
- Updated examples and tests
version 3.0.0dev0
- Support python3.7 and above
- Support creating asyncio clients from with in coroutines.