connect abstract method
Connect to the remote Modbus server.
Must be called before any read/write operations. Throws an exception if connection fails.
Implementation
Future<void> connect();
Connect to the remote Modbus server.
Must be called before any read/write operations. Throws an exception if connection fails.
Future<void> connect();