rust-mavlink
rust-mavlink copied to clipboard
Moves rust-mavlink to move from serial to serialport
The main idea of this patch is to allow read and write in parallel when using serial port, as UDP and TCP methods already provide, serialport library has a full duplex implementation of the serial access to allow such thing.