PCM Hammer Release 020 Preview
- antus
- Site Admin
- Posts: 9009
- Joined: Sat Feb 28, 2009 8:34 pm
- cars: TX Gemini 2L Twincam
TX Gemini SR20 18psi
Datsun 1200 Ute
Subaru Blitzen '06 EZ30 4th gen, 3.0R Spec B - Contact:
Re: PCM Hammer Release 020 Preview
Are you guys talking about the same thing? Read the voltage first yes - agree on that. But the doc does say DeviceID is the first argument, and it looks like ChannelID in the code. I think that part is a real bug.
Have you read the FAQ? For lots of information and links to significant threads see here: http://pcmhacking.net/forums/viewtopic.php?f=7&t=1396
Re: PCM Hammer Release 020 Preview
It is DeviceID in PCM Hammer, github.com/LegacyNsfw/PcmHacks/Apps/PcmLibraryWindowsForms/Devices/J2534Device.cs#L399
Intelligence is in the details!
It is easier not to learn bad habits, then it is to break them!
If I was here to win a popularity contest, their would be no point, so I wouldn't be here!
It is easier not to learn bad habits, then it is to break them!
If I was here to win a popularity contest, their would be no point, so I wouldn't be here!
Re: PCM Hammer Release 020 Preview
It is deviceID in the code, Joukoy was suggesting it should be ChannelID but that is only the case when you are reading from other pins on the DLC after connecting to a protocol.
Your Local Aussie Reverse Engineer
Contact for Software/Hardware development and Reverse Engineering
Site:https://www.envyouscustoms.com
Mob:+61406 140 726

Contact for Software/Hardware development and Reverse Engineering
Site:https://www.envyouscustoms.com
Mob:+61406 140 726

- antus
- Site Admin
- Posts: 9009
- Joined: Sat Feb 28, 2009 8:34 pm
- cars: TX Gemini 2L Twincam
TX Gemini SR20 18psi
Datsun 1200 Ute
Subaru Blitzen '06 EZ30 4th gen, 3.0R Spec B - Contact:
Re: PCM Hammer Release 020 Preview
ok cool
Have you read the FAQ? For lots of information and links to significant threads see here: http://pcmhacking.net/forums/viewtopic.php?f=7&t=1396
Re: PCM Hammer Release 020 Preview
NSFW, I just made a Pull request for PCMHammer to add support for a couple upcoming devices (VC and GT). Both have been tested with the latest commit.
Your Local Aussie Reverse Engineer
Contact for Software/Hardware development and Reverse Engineering
Site:https://www.envyouscustoms.com
Mob:+61406 140 726

Contact for Software/Hardware development and Reverse Engineering
Site:https://www.envyouscustoms.com
Mob:+61406 140 726

Re: PCM Hammer Release 020 Preview
I just put up RC4 with a change that I expect will fix data logging for J2534 devices. Instead of sending the usual "tool present" message with an 8C priority, the logger periodically sends "data logger present" (I made that up) which is basically the same thing but with a 6C priority. That way the PCM always sends log data with a 6C priority, and the original filter still works. That also let me remove a line of log message parsing code, so this approach is simpler all around.
I experiment with using 6C instead of 8C for all "tool present" messages but then my PCM wouldn't let me upload the kernel anymore. I switched them back to 8C and added some comments about the importance of 8C.
--
And then I saw Tazzi's pull request. Stay tuned for RC5.
I experiment with using 6C instead of 8C for all "tool present" messages but then my PCM wouldn't let me upload the kernel anymore. I switched them back to 8C and added some comments about the importance of 8C.
--
And then I saw Tazzi's pull request. Stay tuned for RC5.

Please don't PM me with technical questions - start a thread instead, and send me a link to it. That way I can answer in public, and help other people who have the same question. Thanks!
Re: PCM Hammer Release 020 Preview
RC5 is up.
Please don't PM me with technical questions - start a thread instead, and send me a link to it. That way I can answer in public, and help other people who have the same question. Thanks!
Re: PCM Hammer Release 020 Preview
Tested shortly with Vxdiag & OBDX pro: Logging & test write ok.NSFW wrote:RC5 is up.
Still have this minimal problem: program must be restarted after selecting device, otherwise logging is halted.
- antus
- Site Admin
- Posts: 9009
- Joined: Sat Feb 28, 2009 8:34 pm
- cars: TX Gemini 2L Twincam
TX Gemini SR20 18psi
Datsun 1200 Ute
Subaru Blitzen '06 EZ30 4th gen, 3.0R Spec B - Contact:
Re: PCM Hammer Release 020 Preview
I would suggest still calling the 6C message tool present, as tool present is what the command is and its what other literature refers too. You've changed the priority, lowering its priority from 8 (1000) to 6 (0111) which doesn't make any practical difference as I'm not aware of anything which actually reads a queue of messages then processes them in priority order instead of received order, but its still a 'tool present' message.
Have you read the FAQ? For lots of information and links to significant threads see here: http://pcmhacking.net/forums/viewtopic.php?f=7&t=1396
-
- Posts: 252
- Joined: Sat Dec 18, 2021 8:15 am
- cars: 2005 Yukon, 2004 Suburban, 2001 Tahoe, 2002 Envoy, 2006 Envoy, 2003 Lincoln LS
- Location: New Jersey, USA
Re: PCM Hammer Release 020 Preview
I keep hearing about some problem using J2534 devices, and I actually have two J2534 devices. In fact that is what I am doing all my testing with for the P10 and P12 PCMs. I haven't noticed any issues. What exactly was the issue?