hacker-cb / modbus-dart

BSD 3-Clause "New" or "Revised" License
37 stars 22 forks source link

Connector was closed before operation was completed #9

Closed LennyLip closed 3 years ago

LennyLip commented 3 years ago

writeSingleRegister works ok but raises subj exception.

LennyLip commented 3 years ago

soft FYI: Windows Android studio Modbus Slave application

also: client.reportSlaveId() raises: I/flutter (12004): MODBUS ERROR: Illegal Function

LennyLip commented 3 years ago

ok, fixed with added 'await' keyword.

await client.writeSingleRegister(register, value);