go-serial icon indicating copy to clipboard operation
go-serial copied to clipboard

How to enbale RTS/CTS handshake?

Open TheFranconianCoder opened this issue 4 years ago • 1 comments
trafficstars

Since RTS/CTS handshake is disabled by default, I'm wondering how to enable this feature. Is this supported?

Thank you.

@cmaglie

TheFranconianCoder avatar Nov 30 '20 13:11 TheFranconianCoder

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.

kroppt avatar Dec 29 '20 20:12 kroppt