Releases: rnd-ash/OpenVehicleDiag
Releases · rnd-ash/OpenVehicleDiag
Version 1.0.5
This is a minor update, with a few changes and bug fixes:
- Ability for application crashes to be logged to a file, with a dialog presented to the user
- Improved CAN Tracer. Can now toggle between 29/11bit CAN ID Addressing, and select baud rate
- Re-worked communication API, should help with some crashes
The re-worked communication API is a necessary addition for adding other communication protocols such as ISO9141 and J1850. This will be added later to OpenVehicleDiag. The necessary addition was the Interface abstraction layer (See below). TLDR; this allows the diagnostic servers to send the same data, and for this abstraction layer to convert to protocol specific payloads for transmitting to a vehicle:
Version 1.0!
Woohoo release version 1.0!
Alpha version 0.5.0
This is the first alpha build of OVD! - OSX users, you will have to compile from source unfortunately - I don't have a machine to compile OSX executables.
What works?
- Custom JSON Session
- KWP2000 session
- Diagnostic scanner (Automatic ISO-TP scanning)
- OBD-II over CAN
- CAN Analyzer
- Passthru (J2534) API
What doesn't work
- UDS Session
- KWP2000 session
- You tell me
Bugs
- Please report any user UI bugs or session issues via Github tickets.