How to open selected WebSerialAPI’s SerialPort from Web Worker?
I want to delegate opening serial port and reading from serial stream to web worker, due to high throughput of serial port data lagging main thread.
I want to delegate opening serial port and reading from serial stream to web worker, due to high throughput of serial port data lagging main thread.