FlaminMad / researchProject

Level Control Research Project Repo
MIT License
0 stars 0 forks source link

Retry on timeout #16

Closed FlaminMad closed 8 years ago

FlaminMad commented 8 years ago

It would make sense to retry the connection upon timeout rather than just boot out of the program...

...more of a would be nice than needed right now though!

FlaminMad commented 8 years ago

Perhaps handle this within the modbus class itself. call a hander before read/writing that check successful/not

FlaminMad commented 8 years ago

Completed in commit f161b30.