k210-sdk-stuff/rust/uart-passthrough
Wladimir J. van der Laan a9b7ed1a43 rust: Add uart-passthrough
2019-05-20 15:58:09 +02:00
..
.cargo rust: Add uart-passthrough 2019-05-20 15:58:09 +02:00
src rust: Add uart-passthrough 2019-05-20 15:58:09 +02:00
.gitignore rust: Add uart-passthrough 2019-05-20 15:58:09 +02:00
Cargo.toml rust: Add uart-passthrough 2019-05-20 15:58:09 +02:00
README.md rust: Add uart-passthrough 2019-05-20 15:58:09 +02:00

uart-passthrough

Pass through UART from host to the ESP8285 WIFI chip.

Any input from the host is forwarded to the ESP8285, and any input from the ESP8285 is forwarded to the host. Currently only supports a fixed baudrate of 115200.