Thread: Getting avt852 box working with dhp

Page 2 of 3 FirstFirst 123 LastLast
Results 21 to 40 of 46
  1. #21 Re: Getting avt852 box working with dhp 
    SE Level Member
    Join Date
    Dec 2015
    Location
    Cadillac Michigan
    Posts
    55
    Thanks (Received)
    0
    Likes (Received)
    0
    Dislikes (Received)
    0
    Got powershell working. which i have no idea what that was before tonight. Lol Now I think i have to change my baud rates way down through my device manager in my control panel. I have to read up some more on what i have to enter in command prompt to get the avt synced. This may take a minute. As I said I have no idea what im doing. It be great if someone were to be like yea you're on the right track. haha all good though. Thanks too Scott. I just thought I was doing something wrong, but it seemed like I downloaded and redownloaded everything 5 plus times.
    Reply With Quote  
     

  2. #22 Re: Getting avt852 box working with dhp 
    SE Level Member
    Join Date
    Dec 2015
    Location
    Cadillac Michigan
    Posts
    55
    Thanks (Received)
    0
    Likes (Received)
    0
    Dislikes (Received)
    0
    To be able to issue Serial commands, you must first enter PowerShell. Type powershell to get into PowerShell command mode.
    To see a list of all the available COM ports, type
    [System.IO.Ports.SerialPort]::getportnames()
    You should now see something like this..
    Now create an instance of the port you want with this command
    $port= new-Object System.IO.Ports.SerialPort COM#,Baudrate,None,8,one
    With that, you can now connect to and send data to or from that COM port.
    $port.open()
    $port.WriteLine("some string")
    $port.ReadLine()
    $port.Close()
    Again, this method of serial communication is only recommended for advanced command line users.



    So I was going to try this and put that string of 52 89 01 in the "some string" spot on this example. I am going to wait until tomorrow to see if anyone chimes in. Im not expert on command prompt. Im not sure if i have to turn my baud rates to zero in the driver manager or what before I even do this. Actually i think 9600 is lowest it will go or something. Also im not sure if i would have to just send 52 89 just to get it to recognize it or I dont know. Yea Im definitely waiting...
    Reply With Quote  
     

  3. #23 Re: Getting avt852 box working with dhp 
    SE Level Member
    Join Date
    Jan 2017
    Location
    xx
    Posts
    91
    Thanks (Received)
    0
    Likes (Received)
    0
    Dislikes (Received)
    0
    Let's start over, we're going in a weird direction here...

    What issue are you getting with DHP? What error, specifically?

    The updates mentioned in a prior post are related to the LIN protocol and not applicable to what we're doing here.
    Reply With Quote  
     

  4. #24 Re: Getting avt852 box working with dhp 
    Killa Bee Scottydoggs's Avatar
    Join Date
    Aug 2010
    Location
    new jersey
    Posts
    39,927
    Thanks (Received)
    63
    Likes (Received)
    166
    Dislikes (Received)
    5
    read the first page. pretty black and white.

    98 Buick Regal GS, F body brakes, Caddy STS wheels, tinted tails L36 bottom end, lightly ported heads, 1.95 roller rockers, headers, gen 5 N* 3.0 pulley, FSIC, 42 lb injectors, a BrandonHall rebuilt trans, DHP tuned and AEM water/Meth injection https://goo.gl/gpV5kW
    Reply With Quote  
     

  5. #25 Re: Getting avt852 box working with dhp 
    SE Level Member
    Join Date
    Jan 2017
    Location
    xx
    Posts
    91
    Thanks (Received)
    0
    Likes (Received)
    0
    Dislikes (Received)
    0
    It's not helping me to understand why it couldn't install. Did it fail? Was there an exception thrown?

    May be I'm just having an off night for reading comprehension, but I don't know how we got into using PowerShell or why.
    Reply With Quote  
     

  6. #26 Re: Getting avt852 box working with dhp 
    Killa Bee Scottydoggs's Avatar
    Join Date
    Aug 2010
    Location
    new jersey
    Posts
    39,927
    Thanks (Received)
    63
    Likes (Received)
    166
    Dislikes (Received)
    5
    it wont register, he just bought it, so it might be missing something so it will register.

    98 Buick Regal GS, F body brakes, Caddy STS wheels, tinted tails L36 bottom end, lightly ported heads, 1.95 roller rockers, headers, gen 5 N* 3.0 pulley, FSIC, 42 lb injectors, a BrandonHall rebuilt trans, DHP tuned and AEM water/Meth injection https://goo.gl/gpV5kW
    Reply With Quote  
     

  7. #27 Re: Getting avt852 box working with dhp 
    SE Level Member
    Join Date
    Jan 2017
    Location
    xx
    Posts
    91
    Thanks (Received)
    0
    Likes (Received)
    0
    Dislikes (Received)
    0
    Prd2010, why don't you download the AVT Hex Terminal software and see if you can talk to the box that way? If it connects with Hex Terminal then you know the COM port is configured correctly and your computer can talk to it.

    If you can talk to the AVT box, and everything else in DHP works (opening BINs, etc) except for cable registration, then it's related to whatever isn't being done by AVT now to make the boxes compatible with DHP.

    Easiest place to start.
    Reply With Quote  
     

  8. #28 Re: Getting avt852 box working with dhp 
    SE Level Member
    Join Date
    Dec 2015
    Location
    Cadillac Michigan
    Posts
    55
    Thanks (Received)
    0
    Likes (Received)
    0
    Dislikes (Received)
    0
    Ok i Have Hex terminal installed getting ready to run it.
    Reply With Quote  
     

  9. #29 Re: Getting avt852 box working with dhp 
    SE Level Member
    Join Date
    Dec 2015
    Location
    Cadillac Michigan
    Posts
    55
    Thanks (Received)
    0
    Likes (Received)
    0
    Dislikes (Received)
    0
    ok now what do i do. my com port is opened and initialized it says. now i can send commands, or script files, or open some and other things that i dont know what they do.
    Reply With Quote  
     

  10. #30 Re: Getting avt852 box working with dhp 
    SE Level Member
    Join Date
    Dec 2015
    Location
    Cadillac Michigan
    Posts
    55
    Thanks (Received)
    0
    Likes (Received)
    0
    Dislikes (Received)
    0
    maybe i need to send that command now in the command window. yes good call. I dont know if i should just do thta or not. but i get up at 430 am to work so i may have to proceed at a later time.
    Reply With Quote  
     

  11. #31 Re: Getting avt852 box working with dhp 
    SE Level Member
    Join Date
    Jan 2017
    Location
    xx
    Posts
    91
    Thanks (Received)
    0
    Likes (Received)
    0
    Dislikes (Received)
    0
    Once you select the COM port under "Configure Comms", the log should show "COM port initialized and opened." This indicates the port is open for communication.

    You can then type "F1 A5" (without the quotes) and hit Send Command. This reboots the AVT box and it should spit out a response indicating that the reboot was successful. Don't send any other random commands to the 852 unless you know what they're doing.

    If it does this, the communication with the PC is working.

    Reply With Quote  
     

  12. #32 Re: Getting avt852 box working with dhp 
    GT Level Member mguzzo's Avatar
    Join Date
    Dec 2007
    Location
    Buffalo NY
    Posts
    483
    Thanks (Received)
    8
    Likes (Received)
    27
    Dislikes (Received)
    0
    another option would be to download UVScan from the repository and see if it will talk to the 852. It should be able to talk to the box, send commands to the PCM, and initiate a scan independently of the DHP software. At least then you'll know if the box and your OBD cables are functional, and you can get some scans while you're figuring out how to talk to the DHP box.
    --
    "Silver Bullet" 98 GTP Coupe: Stock, rust free, and broadsided.
    Old '98 GTP Coupe: VS Cam, 3.0, S2IC, 42.5#, TOGs, N*/LQ4, Corsa. it once ran a 13 flat
    Older '98 GTP Sedan: Pullied, rockered, SSIC, etc. Stock 14.33 @ 96.5 / PB: 13.89 @ 101
    Reply With Quote  
     

  13. #33 Re: Getting avt852 box working with dhp 
    SE Level Member
    Join Date
    Dec 2015
    Location
    Cadillac Michigan
    Posts
    55
    Thanks (Received)
    0
    Likes (Received)
    0
    Dislikes (Received)
    0
    *configured
    Reply With Quote  
     

  14. #34 Re: Getting avt852 box working with dhp 
    Killa Bee Scottydoggs's Avatar
    Join Date
    Aug 2010
    Location
    new jersey
    Posts
    39,927
    Thanks (Received)
    63
    Likes (Received)
    166
    Dislikes (Received)
    5
    Quote Originally Posted by Prd2010 View Post
    *configured
    that mean its working now?

    98 Buick Regal GS, F body brakes, Caddy STS wheels, tinted tails L36 bottom end, lightly ported heads, 1.95 roller rockers, headers, gen 5 N* 3.0 pulley, FSIC, 42 lb injectors, a BrandonHall rebuilt trans, DHP tuned and AEM water/Meth injection https://goo.gl/gpV5kW
    Reply With Quote  
     

  15. #35 Re: Getting avt852 box working with dhp 
    SE Level Member
    Join Date
    Dec 2015
    Location
    Cadillac Michigan
    Posts
    55
    Thanks (Received)
    0
    Likes (Received)
    0
    Dislikes (Received)
    0
    No i got the comport for sure working with the avt box in hex whatever. I will have to try the other stuff above tonight. At work now, and i have to throw some lateral links on my car after work.
    Reply With Quote  
     

  16. #36 Re: Getting avt852 box working with dhp 
    SE Level Member
    Join Date
    Dec 2015
    Location
    Cadillac Michigan
    Posts
    55
    Thanks (Received)
    0
    Likes (Received)
    0
    Dislikes (Received)
    0
    I had sent another message and spelled configure wrong but apparently it didntt post
    Reply With Quote  
     

  17. #37 Re: Getting avt852 box working with dhp 
    SE Level Member
    Join Date
    Jan 2017
    Location
    xx
    Posts
    91
    Thanks (Received)
    0
    Likes (Received)
    0
    Dislikes (Received)
    0
    When you try to register the cable in DHP, does it just give you an error like it isn't connected at all?
    Reply With Quote  
     

  18. #38 Re: Getting avt852 box working with dhp 
    SE Level Member
    Join Date
    Dec 2015
    Location
    Cadillac Michigan
    Posts
    55
    Thanks (Received)
    0
    Likes (Received)
    0
    Dislikes (Received)
    0
    It will try to read ( unless im on the wrong cpmport, then it does nothing) 75 percent of the loading bars way says unable to comunnicate. Then if i abort i can still run demo mode, load and look at bins. Just no editing.
    Reply With Quote  
     

  19. #39 Re: Getting avt852 box working with dhp 
    Killa Bee Scottydoggs's Avatar
    Join Date
    Aug 2010
    Location
    new jersey
    Posts
    39,927
    Thanks (Received)
    63
    Likes (Received)
    166
    Dislikes (Received)
    5
    i can tell you this, when its right it registers so fast you dont see that scroll bar at all. its a flash then says registration successful.

    98 Buick Regal GS, F body brakes, Caddy STS wheels, tinted tails L36 bottom end, lightly ported heads, 1.95 roller rockers, headers, gen 5 N* 3.0 pulley, FSIC, 42 lb injectors, a BrandonHall rebuilt trans, DHP tuned and AEM water/Meth injection https://goo.gl/gpV5kW
    Reply With Quote  
     

  20. #40 Re: Getting avt852 box working with dhp 
    SE Level Member
    Join Date
    Jan 2017
    Location
    xx
    Posts
    91
    Thanks (Received)
    0
    Likes (Received)
    0
    Dislikes (Received)
    0
    In that case, it really does sound like whatever response from the AVT box that PowrTuner is looking for is the issue.


    I've been working to figure out exactly what occurs during the cable registration process. We know that all of the 852 boxes are (for the most part) hardware identical and the original 838 boxes that DHP shipped had some sort of custom flag to enable them to work. This was likely originally part of the credit system that DHP used.


    As Mike (from AVT) stated in an email posted in another thread, someone reached out to him and asked for a box with changes (supplied by the purchaser) that would enable a standard AVT box to register successfully in PowrTuner. Someone out there knows how it works already.
    Reply With Quote  
     

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. ABS not working
    By john cola in forum General Tech Discussion
    Replies: 3
    Last Post: 09-17-2012, 10:20 PM
  2. Key Pad Not Working
    By gtpeddie in forum Audio, Security & Visual Electronics
    Replies: 5
    Last Post: 08-07-2012, 11:53 PM
  3. Working alone...
    By MrPoopyButthole in forum The Rant Forum
    Replies: 4
    Last Post: 05-27-2011, 06:58 AM
  4. 00 gtp hud not working
    By barnstormerjack in forum General Tech Discussion
    Replies: 1
    Last Post: 04-23-2011, 10:28 PM
  5. site working and then not working etc.
    By Rocket468 in forum Site/Club News
    Replies: 0
    Last Post: 03-24-2010, 11:53 PM
Bookmarks
Bookmarks
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •