WICG / serial

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

Support configuring software flow control #176

Open reillyeon opened 1 year ago

reillyeon commented 1 year ago

Software flow control could be implemented in the code using this API but it works better when the flow control signals are generated and interpreted by code closest to the hardware. This means that the API needs to provide options for configuring the serial port driver with the desired flow control characters (by default XON and XOFF).