Commit graph

7 commits

Author SHA1 Message Date
c1cea1e488
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
2025-05-23 20:40:30 -04:00
Robert Sammelson
1171380877
Fix lint issues and add comments
Lint issues:
- spelling problems
- iter instead of into_iter
2025-03-20 02:17:56 -04:00
Robert Sammelson
5b20ac0ab9
Add more doc comments 2023-05-20 22:42:57 -04:00
Robert Sammelson
8d521ff46d
Add more getter functions to the commands module 2023-05-20 22:42:57 -04:00
Robert Sammelson
cd0242b796
Split some files and add more documentation 2023-05-15 21:07:07 -04:00
Robert Sammelson
877722ed1b
Additional cleanup 2023-05-15 20:11:32 -04:00
Robert Sammelson
2a43bf94bd
Switch to a library and move main to an example 2023-05-14 23:41:18 -04:00
Renamed from src/obd2/mod.rs (Browse further)