PCM Hammer Release 020 Preview

They go by many names, P01, P10, P12, P59, E38, VPW, '0411 etc.
User avatar
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

Post by antus »

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
User avatar
Gampy
Posts: 2332
Joined: Sat Dec 15, 2018 7:38 am

Re: PCM Hammer Release 020 Preview

Post by Gampy »

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!
User avatar
Tazzi
Posts: 3550
Joined: Thu May 17, 2012 8:53 pm
cars: VE SS Ute
Location: WA
Contact:

Re: PCM Hammer Release 020 Preview

Post by Tazzi »

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
Image
User avatar
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

Post by antus »

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
User avatar
Tazzi
Posts: 3550
Joined: Thu May 17, 2012 8:53 pm
cars: VE SS Ute
Location: WA
Contact:

Re: PCM Hammer Release 020 Preview

Post by Tazzi »

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
Image
User avatar
NSFW
Posts: 745
Joined: Fri Feb 02, 2018 3:13 pm

Re: PCM Hammer Release 020 Preview

Post by NSFW »

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. :)
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!
User avatar
NSFW
Posts: 745
Joined: Fri Feb 02, 2018 3:13 pm

Re: PCM Hammer Release 020 Preview

Post by NSFW »

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!
User avatar
joukoy
Posts: 398
Joined: Tue Dec 17, 2019 3:27 am
cars: --
Contact:

Re: PCM Hammer Release 020 Preview

Post by joukoy »

NSFW wrote:RC5 is up.
Tested shortly with Vxdiag & OBDX pro: Logging & test write ok.

Still have this minimal problem: program must be restarted after selecting device, otherwise logging is halted.
User avatar
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

Post by antus »

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
darkman5001
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

Post by darkman5001 »

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?
Locked