Serialport Support
- allow communication to elm327 device via a serialport - allow creation of elm327 device without requiring unwrap() - added some extra documentation - expose reset() functionality of device - serial_comm and ftdi_comm abstractions added
This commit is contained in:
parent
db4b4d990d
commit
821e80aaaf
14 changed files with 213 additions and 60 deletions
|
|
@ -42,7 +42,7 @@ impl From<u16> for Dtc {
|
|||
1 => Dtc::Chassis(n),
|
||||
2 => Dtc::Body(n),
|
||||
3 => Dtc::Network(n),
|
||||
_ => unreachable!(),
|
||||
_ => unreachable!(), // can't happen, only two bits
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue