pazzarpj / aiomodbus

Asyncio Library for Modbus
MIT License
5 stars 1 forks source link

Add default timeout to serial protocol #40

Open pazzarpj opened 1 year ago

pazzarpj commented 1 year ago

Update the reads to not have a default timeout parameter but instead have it on client initialisation.

Then each request can override the existing timeout