Announcement

Collapse
No announcement yet.

Tuning available for 93-95 L32 and L82 PCMs

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Tuning available for 93-95 L32 and L82 PCMs

    This post is not meant as advertising. I just wanted to shares some news with the V6 community and ask for help from local members.

    Mostly as a side project, I have been working over the past few months on developing software to tune the neglected 93-95 L32 and L82 PCMs (service numbers: 16172693, 16184737 and 16196397). If anyone local is interested in helping me to continue develop the software and offer more parameter tweaking, I would greatly appreciate it. My software reads and flashes over the diagnostic port, so no disassembly or physical changes will be done to your car. I would need the car for a few hours, perhaps during several different days. As part of the process your PCM will also be updated to the latest GM calibration available and you will of course receive free tuning and diagnostics if you like.

    I can adjust quite a few things at the moment, but a few parameters such as adjustments for gear ratio changes are still not fully implemented.

    I am located in DeKalb, IL. You can contact me directly at support@madtuner.com for more details. Thank you.

  • #2
    I hope that you do mange to fully crack into the PCM. I know a few of my friends would greatly appreicate being able to get there car tuned.
    Researching phase for project ( screamer engine reseach, in the coming years)

    Comment


    • #3
      I really hope you can fully crack it as well. I have no use of it, but it would be nice to stop having to tell people to revert to full OBD1 or upgrade to full OBD2 and allow them to use their current hardware
      -60v6's 2nd Jon M.
      91 Black Lumina Z34-5 speed
      92 Black Lumina Z34 5 speed (getting there, slowly... follow the progress here)
      94 Red Ford Ranger 2WD-5 speed
      Originally posted by Jay Leno
      Tires are cheap clutches...

      Comment


      • #4
        interesting..... i'm sure i could expand on the stuff you have decoded already, but Dekalb is a bit far away for me...
        1995 Monte Carlo LS 3100, 4T60E...for now, future plans include driving it until the wheels fall off!
        Latest nAst1 files here!
        Need a wiring diagram for any GM car or truck from 82-06(and 07-08 cars)? PM me!

        Comment


        • #5
          Robert,

          I take it you have modified your tune already at some point? Please let me know which parameters you have been able to uncover. I've got enough to tune most cars out there, but I am still missing a few parameters for more advanced modifications.

          I have used your datalog definitions in the past by the way. Thanks.

          Comment


          • #6
            i've never messed with the OBD1.5 native code, i've been too busy adding stuff to the $A1 mask.

            i've never came across(nor had the ability to write) the software required to actually write the tune to the PCM, which has been my big hangup.... pulling it via the ALDL circuit is cake though.

            if you could send a few BINs my way, i could probably run them through my disassembler though, just need to know which areas to focus on.
            1995 Monte Carlo LS 3100, 4T60E...for now, future plans include driving it until the wheels fall off!
            Latest nAst1 files here!
            Need a wiring diagram for any GM car or truck from 82-06(and 07-08 cars)? PM me!

            Comment


            • #7
              OK Robert, maybe we can combine efforts and add features quicker since I have so many other projects.

              Please e-mail me at support@madtuner.com and I will send you a few bins. I have developed my own software from scratch, though I am curious what you mean by pulling it through the ALDL circuit.

              Comment


              • #8
                you can dump BINs through the ALDL circuit, same way the 94-95 LT1 guys do... couple different methods to go about it actually, i believe mode 2 commands typically are fastest without sending a custom program over the ALDL that resides in memory and just continuously dumps the BINs(since there are 2 32KB PROMs to deal with).

                don't suppose you have interest in the 93-95 NorthStar stuff as well?
                1995 Monte Carlo LS 3100, 4T60E...for now, future plans include driving it until the wheels fall off!
                Latest nAst1 files here!
                Need a wiring diagram for any GM car or truck from 82-06(and 07-08 cars)? PM me!

                Comment


                • #9
                  Interesting. I never even bothered to try that. I just wrote my own bootloader. Could have saved me a little bit of work. Will reply shortly.

                  Comment


                  • #10
                    considering mode 2 sends a total of 6 bytes(including checksum), and then recieves 64 bytes of RAM or ROM in a 68 byte packet(checksum included again), it's a fairly efficient and simple method. just have to increment the address by 64 bytes for every command until you get to the end of the PROM. since these PCMs use dul 32KB PROMs, it requires a total of 512 commands to grab all of the bytes from 1 PROM. takes about ~55 seconds per PROM IIRC.
                    1995 Monte Carlo LS 3100, 4T60E...for now, future plans include driving it until the wheels fall off!
                    Latest nAst1 files here!
                    Need a wiring diagram for any GM car or truck from 82-06(and 07-08 cars)? PM me!

                    Comment


                    • #11
                      So many great things seem to be happening. We have the nAst1 progject, the custom intake(superchargers anyone) and now the possiblity of tunable obd 1.5 PCM this is going to be amazing!
                      Researching phase for project ( screamer engine reseach, in the coming years)

                      Comment


                      • #12
                        This could be interesting! Although a little late for me, as I already swapped to OBD1
                        sigpic
                        1994 Oldsmobile Cultass Supreme SL
                        3400/Getrag 284 5spd
                        1995 Chevy K1500 350c.i. 5spd Z71
                        350/NV3500 5spd
                        2014 Chevrolet Malibu LS

                        Comment


                        • #13
                          Originally posted by 19Cutlass94 View Post
                          This could be interesting! Although a little late for me, as I already swapped to OBD1
                          x2 lol

                          93 Firebird 3.4
                          Pacesetter Headers, Flowmaster 80, Comp 1.6 RR,Cloyes 2x Set, P&P Heads & Intakes, Custom Cam, Holley FPR, Ram Air Intake, Posi Rear w/3.42's & Disk Brakes.
                          Cam and Heads by 60Inclusive.com

                          Comment


                          • #14
                            I am glad to see there is some interest in this. I just had a few of these PCMs on my shelf for nearly a decade and finally decided to give them some TLC. As I mentioned before, I have already developed the software to fully read, upload, some datalogging (though this can be accomplished via Tunerpro already thanks to Robert's definitions) and I have mapped out quite a bit of code and variables. I expect to be able to tune them for any modifications in a couple of months with a little bit of help.

                            Comment


                            • #15
                              man, are you guys in for some surprises.... i've never seen/played with an OBD1 PCM other than the northstar PCM that uses some 16 bit 3D tables.....

                              i've never seen a 255 row 2D table until now either.

                              another interesting tidbit: it almost looks like GM left in the code to use a PCS equipped transmission in the FWD cars. not sure if the hardware is there though.

                              i'll shut up and get back to hacking now.
                              1995 Monte Carlo LS 3100, 4T60E...for now, future plans include driving it until the wheels fall off!
                              Latest nAst1 files here!
                              Need a wiring diagram for any GM car or truck from 82-06(and 07-08 cars)? PM me!

                              Comment

                              Working...
                              X