modbus_master 2.0.0
modbus_master: ^2.0.0 copied to clipboard
An easy to use package using which a dart program can work as a Modbus/TCP master device.
1.0.0 #
- Initial version.
2.0.0 #
- Simplified read and write method:- Now only two methods are provided for reading and writing (i.e. read and write) as opposed to 6 methods previously.
- Intuitive method names for object creation. "start" method creates object & initializes all resouces. "stop" method shuts down all resources & disconnects all TCP connections.
- Asynchronous
isStoppedAsyncmethod to check whether object is stopped. - Bug fixes.