connect abstract method

Future<void> connect()

Connect to the remote Modbus server.

Must be called before any read/write operations. Throws an exception if connection fails.

Implementation

Future<void> connect();