Search found 678 matches

by NSFW
Thu Mar 08, 2018 5:46 pm
Forum: GM LS1 512Kbyte and 1Mbyte and newer
Topic: Open source GM OBD2 flash tool using a ELM327 device
Replies: 382
Views: 339194

Re: Open source GM OBD2 flash tool using a ELM327 device

The only J2534 device I own is a Tactrix OpenPort 2.0, which doesn't support VPW. I just added the J2534 classes in hopes that something would come along eventually... and look what happened! What's your account name on GitHub? I'll add you to the project. Antus and I have been PMing back and forth ...
by NSFW
Fri Feb 23, 2018 3:40 pm
Forum: GM LS1 512Kbyte and 1Mbyte and newer
Topic: Open source GM OBD2 flash tool using a ELM327 device
Replies: 382
Views: 339194

Re: Open source GM OBD2 flash tool using a ELM327 device

Thanks for all of the info, I just ordered a couple. I'll stick with the stock firmware long enough to get some basic communication working, and then see about improving it. I'll read up on the AVT protocol in the meantime.
by NSFW
Thu Feb 22, 2018 4:30 am
Forum: GM LS1 512Kbyte and 1Mbyte and newer
Topic: Open source GM OBD2 flash tool using a ELM327 device
Replies: 382
Views: 339194

Re: Open source GM OBD2 flash tool using a ELM327 device

Use an allpro adapter from obddiag.net. I can get it doing 180 byte packets and 4x now with firmware mods. You need ttl serial in to it to reflash it. Will work with you on this project. I have working write on the avt now but im not happy with the code and am time poor. This packet size is a bit s...
by NSFW
Wed Feb 21, 2018 5:44 am
Forum: GM LS1 512Kbyte and 1Mbyte and newer
Topic: Open source GM OBD2 flash tool using a ELM327 device
Replies: 382
Views: 339194

Re: Open source GM OBD2 flash tool using a ELM327 device

Great thread guys. I agree the elm isn't ideal for a lot of this type of thing. I used so a bit then gave up on it a few years back when I needed a VPW transceiver. Ended up making our own (my son and I) out of a arduino mini. Similar to the designs shown earlier in this thread. I think it could do...
by NSFW
Mon Feb 19, 2018 1:18 pm
Forum: GM LS1 512Kbyte and 1Mbyte and newer
Topic: Open source GM OBD2 flash tool using a ELM327 device
Replies: 382
Views: 339194

Re: Open source GM OBD2 flash tool using a ELM327 device

I have some experience with J2534 so I'm not too worried about that. What worries me more is devices that support the J2534 API (on the application-software side) but that don't actually support J1850 VPW (on the vehicle side). For example I talked with Tactrix about VPW support and they don't have ...
by NSFW
Sun Feb 18, 2018 1:37 pm
Forum: GM LS1 512Kbyte and 1Mbyte and newer
Topic: Open source GM OBD2 flash tool using a ELM327 device
Replies: 382
Views: 339194

Re: Open source GM OBD2 flash tool using a ELM327 device

Also, does anyone know whether these devices can support VPW without the overhead of ELM's devices?

https://smile.amazon.com/dp/B074365Q6H/
by NSFW
Sun Feb 18, 2018 1:33 pm
Forum: GM LS1 512Kbyte and 1Mbyte and newer
Topic: Open source GM OBD2 flash tool using a ELM327 device
Replies: 382
Views: 339194

Re: Open source GM OBD2 flash tool using a ELM327 device

I've been working on some utilities to help with reverse engineering: https://github.com/LegacyNsfw/PcmHacks My hope is to extract GM's reflashing kernel from a recorded session, open it up in IDA, figure out how it works, write a new one in C, as post that on Github as well. If anyone has anything ...
by NSFW
Fri Feb 02, 2018 3:33 pm
Forum: GM LS1 512Kbyte and 1Mbyte and newer
Topic: LS1 OSID 12225074 bin/xdf/checksum plugin
Replies: 14
Views: 22450

Re: LS1 OSID 12225074 bin/xdf/checksum plugin

I realize this is quite an old post, but would you be willing to share the source code for the checksum plugin?

Thanks!