Pages: [1]
Author Topic: Hitachi SH705X read/write with J2534 looking for advice  (Read 2512 times)
hidalga
Newbie
*

Karma: +0/-0
Offline Offline

Posts: 5


« on: August 06, 2022, 08:33:31 AM »

Greetings, I'm trying to understand how reading/writing works using a J2534 via OBDII, I'm trying to do this on a Nissan March/Micra 2018 but have no knowledge about the topic, does anyone here have some experience developing software for the J2534?
Logged
H2Deetoo
Sr. Member
****

Karma: +26/-1
Offline Offline

Posts: 256


« Reply #1 on: August 06, 2022, 02:19:58 PM »

Hi,


It is fairly straightforward to work with J2534 interfaces:

Each installed J2534 device has its own DLL but they all expose the same set of (J2534) functions.
So go through the registry to get a list of installed devices and where to find their DLLs.
Then load the DLL of the device you want and access its exposed functions (like PassThruConnect, PassThruStartMsgFilter, PassThruReadMsgs etc.)

Then call the functions according to the J2534 documentation.
If you google you will find a lot of documentation and examples.
And you can find examples as well (like https://github.com/joeyoravec/j2534-logger)

Feel free to contact me if you have some questions.


Rgs H2Deetoo


Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by SMF 1.1.21 | SMF © 2015, Simple Machines Page created in 0.015 seconds with 17 queries. (Pretty URLs adds 0.001s, 0q)