joopert / nad_receiver

python api to connect to NAD receivers
MIT License
12 stars 18 forks source link

Reset input buffer to get rid of irrelevant responses #58

Closed rrooggiieerr closed 1 year ago

rrooggiieerr commented 1 year ago

Reset input buffer to get rid of irrelevant responses

This fixes issues when the receiver sends updates when controlled directly from the receiver instead trough the library. For instance when changing the volume on my receiver (T755) a bunch of volume updates is sent to the serial line which fill up the input buffer.

joopert commented 1 year ago

Merged, thanks!