Search found 36 matches

by ColPaul
Fri Jul 31, 2020 2:09 pm
Forum: GM LS1 512Kbyte and 1Mbyte and newer
Topic: PCM Hammer Release 014
Replies: 227
Views: 105191

Re: PCM Hammer Release 014

The program doesn't crash, but still gives some errors. It looks like there was a problem sending or reading in both calls to ExitKernel. Results and Debug Log attached. I still think there should be null checking in FindResponseFromTool to ensure that if DVIReadPacket returns a null that the if sta...
by ColPaul
Fri Jul 31, 2020 11:40 am
Forum: GM LS1 512Kbyte and 1Mbyte and newer
Topic: PCM Hammer Release 014
Replies: 227
Views: 105191

Re: PCM Hammer Release 014

Gampy, I'll have access to a PCM and bench harness through Sunday morning. Let me know what you need and I'll be happy to test with you. Antus, I ran v14 from Visual Studio using the debug and verified that this.ReadDVIPacket does return a null vs. a ResponseStatus object. I added code that exits th...
by ColPaul
Fri Jul 31, 2020 9:05 am
Forum: GM LS1 512Kbyte and 1Mbyte and newer
Topic: PCM Hammer Release 014
Replies: 227
Views: 105191

Re: PCM Hammer Release 014

I think the delay between this.Port.Send(Msg) in SetVpwSpeedInternal and the this.ReadDVIPacket in FindResponseFromTool is too short. I moved the await Task.Delay(50) to the start of the for loop in FindResponseFromTool in OBDXProDevice.cs, as well as added null checking. The null checking (without ...
by ColPaul
Fri Jul 31, 2020 6:54 am
Forum: GM LS1 512Kbyte and 1Mbyte and newer
Topic: PCM Hammer Release 014
Replies: 227
Views: 105191

Re: PCM Hammer Release 014

I verified that this.ReadDVIPacket on line 164 of OBDXProDevice.cs returns null and line 165 triggers the exception. Line 184 of Vehicle.Kernel.cs sets the device time to a minimum. I assume that the software is not waiting long enough for the response on the 2nd reset request. If so, what should th...
by ColPaul
Fri Jul 31, 2020 5:01 am
Forum: GM LS1 512Kbyte and 1Mbyte and newer
Topic: PCM Hammer Release 014
Replies: 227
Views: 105191

Re: PCM Hammer Release 014

Gampy, I'm guessing here, but it looks like it having a problem changing back to 4x mode on the 2nd reset. Something in the FindResponseFromTool function.
by ColPaul
Thu Jul 30, 2020 9:02 am
Forum: GM LS1 512Kbyte and 1Mbyte and newer
Topic: PCM Hammer Release 014
Replies: 227
Views: 105191

Re: PCM Hammer Release 014

I just got v14 compiled. I’ll remove the first call and leave the finally block to see if that resolves it.
by ColPaul
Thu Jul 30, 2020 6:46 am
Forum: GM LS1 512Kbyte and 1Mbyte and newer
Topic: PCM Hammer Release 014
Replies: 227
Views: 105191

Re: PCM Hammer Release 014

I reran both V12 and V14 to capture the debugging log. V12 ... [03:32:48:472] The contents of the file match the contents of the PCM. [03:32:48:481] Halting the kernel. [03:32:48:486] DVI setting VPW 1X [03:32:48:498] Clearing trouble codes. [03:32:49:029] Halting the kernel. [03:32:49:035] DVI sett...
by ColPaul
Wed Jul 29, 2020 12:15 pm
Forum: GM LS1 512Kbyte and 1Mbyte and newer
Topic: PCM Hammer Release 014
Replies: 227
Views: 105191

Re: PCM Hammer Release 014

Thanks! I'll start looking there and see if I can find the source.
by ColPaul
Wed Jul 29, 2020 11:00 am
Forum: GM LS1 512Kbyte and 1Mbyte and newer
Topic: PCM Hammer Release 014
Replies: 227
Views: 105191

Re: PCM Hammer Release 014

I have some generic ELM adapter that I can try, but I have run the download PCM at least 4 times from PCMHammer V12 and V14. Each time V14 fails and V12 passes. In addition, I replicated the same results on another/newer MacBook Pro, also running Windows 10. I guess I'll go look at the code around t...
by ColPaul
Wed Jul 29, 2020 9:55 am
Forum: GM LS1 512Kbyte and 1Mbyte and newer
Topic: PCM Hammer Release 014
Replies: 227
Views: 105191

Re: PCM Hammer Release 014

When I download the entire PCM with PCMHammer v12, it works. I attached the log file to compare where the PCMHammer v14 fails. The relevant section is also below. [06:10:06:260] 0x0FE000 99% 00:01 [06:10:07:166] 0x0FF000 99% 00:00 [06:10:07:182] Read complete. [06:10:07:198] All write-request messag...