serialport-rs icon indicating copy to clipboard operation
serialport-rs copied to clipboard

[WIP]: Implement WebSerial/wasm

Open i404788 opened this issue 1 year ago • 0 comments

Resolves https://github.com/serialport/serialport-rs/issues/165. As stated in that issue it's not supported on all browsers although it has been 'stable' on those browsers since 2021.

Since WebSerial is entirely Promise based there is a lot of block_on to make it sync.

Currently status:

  • [x] Core serial operations and options
  • [ ] Timeouts
  • [ ] Flow-control Inputs
  • [ ] *_to_read (see inline comment)

i404788 avatar Oct 23 '24 10:10 i404788