go-serial
go-serial copied to clipboard
How to enbale RTS/CTS handshake?
trafficstars
Since RTS/CTS handshake is disabled by default, I'm wondering how to enable this feature. Is this supported?
Thank you.
@cmaglie
It looks like you can just call these methods
SetDTR(dtr bool) error
SetRTS(rts bool) error
They tell the OS what to do and that's that. So maybe you need to check the Win32 or Linux documentation. Perhaps something you need is missing.