WICG / serial

Serial ports API for the platform.
https://wicg.github.io/serial/
Other
255 stars 46 forks source link

Consider deprecating setSignals({ requestToSend: X }) when in "hardware" flow control mode #158

Open reillyeon opened 2 years ago

reillyeon commented 2 years ago

On Windows the RTS signal cannot be set manually when the RTS_CONTROL_HANDSHAKE mode is enabled. This is the mode configured when doing "hardware" flow control. Consider explicitly disallowing this instead of permitting this platform-specific difference to be exposed through the API.