You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every command to a battery takes 5 seconds because you use readline(). Every response from a battery ends with CR, not LF. Wouldn't it be better to use read_until(b'\r') instead?
That said, I have learned a lot from your project because of its completeness. Thank you!
The text was updated successfully, but these errors were encountered:
Every command to a battery takes 5 seconds because you use readline(). Every response from a battery ends with CR, not LF. Wouldn't it be better to use read_until(b'\r') instead?
That said, I have learned a lot from your project because of its completeness. Thank you!
The text was updated successfully, but these errors were encountered: