Hello!

This is an example of using the Web Serial API and the File System Access API. It saves incoming data from the serial port into the specified file.

The page is built with Rust and wasm-bindgen crates. If you are interested, please check out the GitHub repository!

Step 1: Specify the output file.

Step 2: Specify the serial port.

Baud rate

Step 3: Click the button to start!