WICG / serial

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

mark and space parity type support #172

Open joshhsiao333 opened 2 years ago

joshhsiao333 commented 2 years ago

Some vending machines use mark and space parity type. Is it possible to support mark and space parity type?

reillyeon commented 2 years ago

It's supported on Windows and it looks like there is a non-POSIX option for it in termios(3) on Linux at least. This will take some research to ensure it can be supported by browsers in a cross-platform manner.