how can i write out to a serial device under Linux and wait until that device is ready to receive more data? device in question is a Panasonic RK-P400C and under pyserial listening to flush, DSR and CD neither work, several commands are overwritten and skipped
this was resolved thanks again to Paul Rickards! turns out using DTR wired to host's DSR as null modem serial cables usually are doesn't work with my setup, however rewiring it to CTS instead works as intended enabling hardware flow control on the host. https://twitter.com/paulrickards/status/1394123341775126530
@paulrickards@twitter.com how did you solve this?