Page 4 of 5

Re: PCM Hammer Release 020 Preview

Posted: Wed Feb 23, 2022 9:33 am
by darkman5001
Question - Is there anyway to use PcmLogger to listen in on VPW traffic? It would really help out alot if I am able to log communication between a Tech2 and a PCM.

Re: PCM Hammer Release 020 Preview

Posted: Wed Feb 23, 2022 10:02 am
by Gampy
No, PcmLogger is for logging Tuning parameters ...

Re: PCM Hammer Release 020 Preview

Posted: Wed Feb 23, 2022 4:10 pm
by NSFW
If you want to monitor all of the messages on the VPW line, there are two approaches that I know of...

With an Arduino Mega2560 and a couple resistors (and optionally an RGB shield for blinky lights) you can use either of these:
https://github.com/LegacyNsfw/ArduinoVp ... n/Mega2560
But those just dump raw data to the serial port and it's up to you to copy/paste/save/figure it out.

JLValdez made an app specifically for that kind of thing, which requires an OBDX Pro interface.
viewtopic.php?f=4&t=7718
I haven't used it yet but I plan to, it looks like a much better approach than what I've been doing with the Arduino.

Re: PCM Hammer Release 020 Preview

Posted: Thu Feb 24, 2022 2:24 am
by joukoy
darkman5001 wrote:Question - Is there anyway to use PcmLogger to listen in on VPW traffic? It would really help out alot if I am able to log communication between a Tech2 and a PCM.
Latest UniversalPatcher have basic functionality for this.
Logger -> Analyzer

https://github.com/joukoy/UniversalPatc ... r-Full.Zip

Re: PCM Hammer Release 020 Preview

Posted: Thu Feb 24, 2022 2:30 am
by ironduke
darkman5001 wrote:Question - Is there anyway to use PcmLogger to listen in on VPW traffic? It would really help out alot if I am able to log communication between a Tech2 and a PCM.
You have a J2534 device, right?

Re: PCM Hammer Release 020 Preview

Posted: Thu Feb 24, 2022 3:07 am
by darkman5001
ironduke wrote:
darkman5001 wrote:Question - Is there anyway to use PcmLogger to listen in on VPW traffic? It would really help out alot if I am able to log communication between a Tech2 and a PCM.
You have a J2534 device, right?

I have two. :mrgreen:

Re: PCM Hammer Release 020 Preview

Posted: Thu Feb 24, 2022 3:29 am
by darkman5001
joukoy wrote:
darkman5001 wrote:Question - Is there anyway to use PcmLogger to listen in on VPW traffic? It would really help out alot if I am able to log communication between a Tech2 and a PCM.
Latest UniversalPatcher have basic functionality for this.
Logger -> Analyzer

https://github.com/joukoy/UniversalPatc ... r-Full.Zip
How do I use it to record VPW data? I couldn't figure it out.

Re: PCM Hammer Release 020 Preview

Posted: Thu Feb 24, 2022 4:01 am
by ironduke
darkman5001 wrote:
ironduke wrote:
darkman5001 wrote:Question - Is there anyway to use PcmLogger to listen in on VPW traffic? It would really help out alot if I am able to log communication between a Tech2 and a PCM.
You have a J2534 device, right?

I have two. :mrgreen:
Not trying to push my own code too much, but have you tried my updated version? Seems to work switching between normal and 4x speeds as far as pcmhammer is concerned, haven't tried it with sps yet..

viewtopic.php?f=26&t=7744&start=20

Re: PCM Hammer Release 020 Preview

Posted: Thu Feb 24, 2022 5:42 am
by joukoy
darkman5001 wrote:
joukoy wrote:
darkman5001 wrote:Question - Is there anyway to use PcmLogger to listen in on VPW traffic? It would really help out alot if I am able to log communication between a Tech2 and a PCM.
Latest UniversalPatcher have basic functionality for this.
Logger -> Analyzer

https://github.com/joukoy/UniversalPatc ... r-Full.Zip
How do I use it to record VPW data? I couldn't figure it out.
Start UniversalPatcher.exe
select Utilities -> Logger
Select "Settings" -tab, setup your device.
Select "Analyzer" tab and click "Start Analyzer"

But if you ask how hardware should be set up... I have no idea.

Re: PCM Hammer Release 020 Preview

Posted: Thu Feb 24, 2022 6:13 am
by Gampy
Sweet joukoy ...

It is possible to get it to produce the raw data in text form ??

Edit; When connecting it always responds with an 'Empty response' what is that ??