Ashcon Mohseninia (RAND_ASH)

Results 77 comments of Ashcon Mohseninia (RAND_ASH)

the UNIT calculation can be hard to workout, and is not present in the XSMonitor files. For instance, T_OEL in gearbox (722.6) can be calculated as ``` T_OEL - 50...

This is super cool! I never glanced at those bytes before! Thank you so much! I will get to work on a v4 parser with this knowledge. Now assuming you...

Hi, nice to hear from you again. Unfortunately, I currently have other projects going on, so I have very little time to devote to fixing these kind of bugs with...

Does anyone have any packet traces on how this works? I could imagine its some variation of UDS diagnostic layer. Also, consider raising the issue here: https://github.com/rnd-ash/ecu_diagnostics (OpenVehicleDiag will soon...

To add to this, TP2.0 would be added as a layer in OVD, but you would still need to write a [description JSON](https://github.com/rnd-ash/OpenVehicleDiag/blob/main/SCHEMA.md) in order to tell OVD how to...

Nope it's not dead, just been doing tons of behind the scenes work. Unfortunately the GUI library this version of the app uses is clunky so I stopped work on...

OVD was NEVER based on Macchina itself, it is a general toolset, just I had made a J2534 driver for Macchina's own hardware to go along side with it for...

You would need to create a custom J2534 API driver for the arduino in order to do this...

Yes this would have been my assumption. I have been assuming all UDS sessions take place on standard 500kbps CAN over the OBD port. I will go ahead and add...

I locked the window size due to bugs in the ICED GUI library. I can make the window resizable, however this might make the UI break on certain pages. Ill...