Crate fdcanusb

Source
Expand description

§FdCanUSB

An implementation of the FdCanUSB (by MJBots) protocol.

§Example

use fdcanusb::{FdCanUSB, serial2};
let mut fdcanusb = FdCanUSB::open("/dev/fdcanusb");

Re-exports§

Structs§

  • CanFdFrame represents a single frame of data on the CAN bus.
  • FdCanUSB communications struct
  • The FdCanUSB communicates over Serial using ascii encoded frames. FdCanUSBFrame is a wrapper around the ascii encoded frames.

Enums§