pazzarpj / aiomodbus

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

Auto timeout feature is too sensitive at higher baud rates #19

Closed pazzarpj closed 4 years ago

pazzarpj commented 4 years ago

When running at higher baud rates. The expected packet time is so small that the decode task times out before the client has a chance to process the data. Find a better solution for automatically guessing the timeout time so that large reads with low baud rates don't time out prematurely but also high baudrates have a chance to process the data.