Multiplexer written in Rust for Maritime devices.
This project is currently setup on STM Nucleo-F411RE
Currently supports:
- Receiving 9Bit serial for Seatalk
See also my python-implementation NMEA-Seatalk-Multiplexer.
Either or:
cargo build --thumbv7em-none-eabihf
cargo build --target x86_64-pc-windows-msvc
cargo build --target x86_64-unknown-linux-gnu
cargo embed
cargo test --target x86_64-pc-windows-msvc
- cmake
rustup update
rustup target add thumbv7em-none-eabihf