WICG / serial

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

Clarify behavior of hardware flow control #157

Open reillyeon opened 2 years ago

reillyeon commented 2 years ago

The hardware flow control mode should be documented more completely. In the Chromium implementation it means that RTS/CTS-based flow control is used, where RTS is set high when there is available receive buffer space and set low when the receive buffer is dangerously full. Similarly, the CTS signal is monitored and data only sent when CTS is high.