Skip to content

rs485: Add options to enable rtscts flowcontrol, add receive delay

Felix Gerking requested to merge rs485-add-rtscts-flow-control into dunfell

Option -c enables flowcontrol with rts and cts, for none RS485 mode. Option -t adds a delay after the reception of the first byte, usable to test the flowcontrol.

Merge request reports