matheuswhite / scope-rs

Multiplatform Serial Monitor made in Rust
BSD 3-Clause "New" or "Revised" License
9 stars 2 forks source link

Add connect, disconnect and reconnect for Serial port #74

Closed matheuswhite closed 3 months ago

matheuswhite commented 3 months ago

Use !serial connect to reconnect to last port (and baudrate) connected. Use !serial disconnectto disconnect from serial and use !serial connect <PORT> <BAUDRATE> to connect to <PORT> with <BAUDRATE> bps. Use only <PORT> or only <BAUDRATE> is possible to on connect command.