-
Notifications
You must be signed in to change notification settings - Fork 71
Open
Description
Hi,
In ordinary pyserial I can do:
self.serial_port.reset_input_buffer() self.serial_port.reset_output_buffer()
With pyserial_asyncio I try to do:
self.writer.transport.serial.reset_input_buffer() self.writer.transport.serial.reset_output_buffer()
This feels wrong, and also does not clear the input buffer. I have stray newlines due to the thing I'm talking to being a bit inconsistent.
How am I supposed to reset these buffers with pyserial_asyncio?
Best regards,
Fredrik
syshriki9 and victorallume
Metadata
Metadata
Assignees
Labels
No labels