Page 1 of 2 12 LastLast
Results 1 to 20 of 32

Thread: PCM Edit Released Current Ver: 1.0.98

  1. #1
    HP Tuners Owner Keith@HPTuners's Avatar
    Join Date
    Sep 2002
    Location
    Chicago, IL
    Posts
    6,395

    PCM Edit Released Current Ver: 1.0.98


    The only real function thing in here is the serial port communicaitons..

    Cables
    You can chose from B&B V1, V2 cable, Carputings LS1 Edit or an Other cable. When you select the cables it basically just sets the com info for you... Also..
    V1 waits for 15 bytes before dumping to log
    V2 dumps as it recieves the info. You must manually "reset" the V2 cable before you can send/recieve data.
    Carputings cable sends a size byte first, then the data.
    Other just dumps what it gets when it gets it no formatting

    Send Data
    To send a packet, just enter the hex you want to send with NO formatting...
    to send $01 $6A $10 $F1 $3C
    you would enter 016A10F13C.
    Formmating the input string is not high on my priority list right now.

    Packet Options
    V2 Auto CSum. At the end of the B&B V2 packet is a csum byte. If you would like the software to calc it for you, check this.


    It's a work in progress... give me your feedback.
    We got this guy Not Sure, ...

  2. #2
    HP Tuners Owner Keith@HPTuners's Avatar
    Join Date
    Sep 2002
    Location
    Chicago, IL
    Posts
    6,395

    Re: PCM Edit Released Current Ver: 1.0.11

    FYI, I am able to unlock the PCM using the V1 cable..

    I use mode $07 (No Filter) Because when I used either functional or physical modes I recieved no response.

    Get the Seed:
    01 6C 10 F1 27 01 00 00 00 00 00 00 05 07 00 04
    Recieve:
    01 6C 10 F1 67 01 <2 BYTE SEED> 00 00 00 07 00 00 04

    Send the Key:
    01 6C 10 F1 27 02 <2 BYTE KEY> 00 00 00 00 07 07 00 04
    Recieve:
    01 6C 10 F1 67 02 34 00 00 00 00 00 06 00 00 04


    When I request upload:
    01 6C 10 F1 35 01 00 0B 00 00 00 0A 07 00 04
    I get this error:
    01 6C F1 10 7F 35 01 00 0B 00 00 0B 33 00 04

    I request 10 bytes as to not overflow the cable. Hmmmmmmmmmmm.
    We got this guy Not Sure, ...

  3. #3
    HP Tuners Owner Keith@HPTuners's Avatar
    Join Date
    Sep 2002
    Location
    Chicago, IL
    Posts
    6,395

    Re: PCM Edit Released Current Ver: 1.0.14

    We got this guy Not Sure, ...

  4. #4
    HP Tuners Owner Keith@HPTuners's Avatar
    Join Date
    Sep 2002
    Location
    Chicago, IL
    Posts
    6,395

    Re: PCM Edit Released Current Ver: 1.0.22

    So who is playing with this yet? I'm updating it constantly.
    We got this guy Not Sure, ...

  5. #5

    Re: PCM Edit Released Current Ver: 1.0.11

    Quote Originally Posted by Magnus
    When I request upload:
    01 6C 10 F1 35 01 00 0B 00 00 00 0A 07 00 04
    I get this error:
    01 6C F1 10 7F 35 01 00 0B 00 00 0B 33 00 04

    I request 10 bytes as to not overflow the cable. Hmmmmmmmmmmm.
    Response code $33 = Security Access Denied.
    Paul

  6. #6
    HP Tuners Owner Keith@HPTuners's Avatar
    Join Date
    Sep 2002
    Location
    Chicago, IL
    Posts
    6,395

    Re: PCM Edit Released Current Ver: 1.0.22



    Excellent. I wonder if there is a timelimit/timeout for security mode access. For now I am doing a lot of my stuff by hand which takes a handful of seconds to enter.
    We got this guy Not Sure, ...

  7. #7
    Senior Tuner
    Join Date
    May 2003
    Location
    Santa Clarita, Ca
    Posts
    962

    Re: PCM Edit Released Current Ver: 1.0.22

    The delay was 10 seconds on the LT1.....

  8. #8
    Senior Tuner
    Join Date
    May 2003
    Location
    Santa Clarita, Ca
    Posts
    962

    Re: PCM Edit Released Current Ver: 1.0.22

    But then again, the key for the LT1 was the inverse of the seed.

    No way we are getting off that easy this time.


    Super_Sport_x2,

  9. #9
    Tuner in Training
    Join Date
    May 2003
    Location
    SLC, Utah
    Posts
    33

    Re: PCM Edit Released Current Ver: 1.0.22

    Quote Originally Posted by Magnus


    Excellent. I wonder if there is a timelimit/timeout for security mode access. For now I am doing a lot of my stuff by hand which takes a handful of seconds to enter.
    Time to cheat then, eh?

    Write yourself a little routine to do both, the $27 and
    then the $35 right after.


  10. #10
    HP Tuners Owner Keith@HPTuners's Avatar
    Join Date
    Sep 2002
    Location
    Chicago, IL
    Posts
    6,395

    Re: PCM Edit Released Current Ver: 1.0.22

    heh.. check out the blurred buttons. I need to do some more testing though.
    We got this guy Not Sure, ...

  11. #11
    Tuner in Training
    Join Date
    May 2003
    Location
    SLC, Utah
    Posts
    33

    Re: PCM Edit Released Current Ver: 1.0.22

    Don't forget the call to disable normal comms.

    Mode 28.. Subfunction 00




  12. #12
    HP Tuners Owner Keith@HPTuners's Avatar
    Join Date
    Sep 2002
    Location
    Chicago, IL
    Posts
    6,395

    Re: PCM Edit Released Current Ver: 1.0.22

    heh. Disable normal comms works for about 4 seconds, then you get a flury of data back. So you need to call it every few seconds.

    Jim, what cable are you using?

    I updated the version... I added quick general quick commands for disable normal comm and get seed. They should work on any cable you have selected. I haven't tested it yet but my packets look sound.
    We got this guy Not Sure, ...

  13. #13
    Tuner in Training
    Join Date
    May 2003
    Location
    SLC, Utah
    Posts
    33

    Re: PCM Edit Released Current Ver: 1.0.23

    None, until one of my own design is finished.

    None of the cables out there can handle "block transfers"
    aka mode $36 that I know of.


  14. #14

    Re: PCM Edit Released Current Ver: 1.0.23

    I'll try this out on some of my experimental cables as soon as race season slows down a bit. Gotta find me a PCM though - wifey wont let me near the new car with tools in my hand!

    BTW.. we are 2nd in points right now! 140 back
    Business Network Solutions - for all your PC, network, printer and computer security needs.

  15. #15

    Re: PCM Edit Released Current Ver: 1.0.24

    you need to have ignition on for at least 10secs before trying to connect at least with edit you do anyway
    I count sheep in hex...

  16. #16
    HP Tuners Owner Keith@HPTuners's Avatar
    Join Date
    Sep 2002
    Location
    Chicago, IL
    Posts
    6,395

    Re: PCM Edit Released Current Ver: 1.0.34

    I recieved an e-mail with Carputings LS1 Edit spec.. so as long as carputing doesn't have any problems and This software doesn't violate any copyrights or laws, then I will leave the carputing option in there. It's such a simple packet format too though.

    A comment was brought up about the cable being proprietary.. I had the EULA of the cable forwarded to me and I found nothing regarding only being able to use the cable with carputings software.

    Heck, you bought it right? You're not reverse engineering it.. why not use it at your own risk?

    I also added an option to save your log file.
    We got this guy Not Sure, ...

  17. #17

    Re: PCM Edit Released Current Ver: 1.0.34

    I dont think their cable was propietary so much as it was expensive - like $500 for cable and software. As far as I know they only sell them bundled.. but I may be wrong...
    Business Network Solutions - for all your PC, network, printer and computer security needs.

  18. #18

    Re: PCM Edit Released Current Ver: 1.0.34

    i have 2 of the 4 cables you mention Magnus ;D

    Been spending my time on other parts of the code for now though (Autolearn security, s/c boost control, 2 bar MAP, MAFless cals, finding any spare outputs that could be used for other cool stuff etc.)

    my VPW knowledge sucks although i can follow your examples i'm missing all of the details of the mode options - i guess they are in a doc somewhere?




    I count sheep in hex...

  19. #19
    HP Tuners Owner Keith@HPTuners's Avatar
    Join Date
    Sep 2002
    Location
    Chicago, IL
    Posts
    6,395

    Re: PCM Edit Released Current Ver: 1.0.34

    All my VPW knowledge comes from this GM VPW page and the flash protocol thread.
    We got this guy Not Sure, ...

  20. #20
    HP Tuners Owner Keith@HPTuners's Avatar
    Join Date
    Sep 2002
    Location
    Chicago, IL
    Posts
    6,395

    Re: PCM Edit Released Current Ver: 1.0.38

    In v 1.0.38 I believe I fixed the autotap v2 output.. so that one full packet is on its own line to ease confusion.

    Also to note, you should turn your car on, THEN plug in your cable to the vehicle, THEN turn on my software. If the cable spits a packet back at you half way through, the logging will be a little flawed because the length bytes don't match up. To fix this problem if it occurs, just disconnect, clear the log, and reconnect.
    We got this guy Not Sure, ...