Avt 852 not working with vpwexplorer or older tuner cat programs help

Programs / Tools / Scripts
kur4o
Posts: 956
Joined: Sun Apr 10, 2016 9:20 pm

Re: Avt 852 not working with vpwexplorer or older tuner cat programs help

Post by kur4o »

If you connect at 115000 baud with universal patcher, you`d better change it to that.
Post a debug log with universal patcher initial connection.
If you don`t have correct baud the cable is set to, you will get garbage data. 2 seconds are way more than avt should respond on reset.
04colyZQ8
Posts: 380
Joined: Thu Jan 16, 2014 12:41 pm
cars: 2004 Colorado 4.8L swap
86/90 Jimmy 6.5L diesel swap
80 Chevrolet Silverado TBI swap
88dodge W100 LPG conversion

Re: Avt 852 not working with vpwexplorer or older tuner cat programs help

Post by 04colyZQ8 »

I changed the the cable permanently to 527600 rate, and avt term only works with it at that baud rate.

The new cable is very slow even with the latest tuner cat update takes more than 2 seconds that’s for sure!
User avatar
antus
Site Admin
Posts: 8253
Joined: Sat Feb 28, 2009 8:34 pm
cars: TX Gemini 2L Twincam
TX Gemini SR20 18psi
Datsun 1200 Ute
Subaru Blitzen '06 EZ30 4th gen, 3.0R Spec B
Contact:

Re: Avt 852 not working with vpwexplorer or older tuner cat programs help

Post by antus »

You're on the right track, you can see the comments around the baud setting, some of the other devices need it, and that is where it is done. If its not on 57600 to add support in the public app you'll need to try more than once and try again after the first failure at a different baud rate for the cable you have, to keep support for the whole family of interfaces. More than 2 seconds is strange, I think that might be the whole init process, setting protocol, figuring out whats on the bus, not just the response to the init command which should be milliseconds. I agree with using a com port sniffer to see what the working tools, as well as pcmhammer where its not logging the init bytes are doing.

When I wrote the original implementation I used this old attached version sudt accessport which works nicely on a 32 bit operating system. I'd recommend win 7 32 bit in a VM. They added a 64bit version of the app later, but its not stable and causes system crashes (as it loads as a driver). So the old one in 32 bit is better. Else there is other similar software around.
Attachments
AccessPort136.zip
(456.93 KiB) Downloaded 61 times
Have you read the FAQ? For lots of information and links to significant threads see here: http://pcmhacking.net/forums/viewtopic.php?f=7&t=1396
04colyZQ8
Posts: 380
Joined: Thu Jan 16, 2014 12:41 pm
cars: 2004 Colorado 4.8L swap
86/90 Jimmy 6.5L diesel swap
80 Chevrolet Silverado TBI swap
88dodge W100 LPG conversion

Re: Avt 852 not working with vpwexplorer or older tuner cat programs help

Post by 04colyZQ8 »

antus wrote: Fri Jan 19, 2024 9:07 am You're on the right track, you can see the comments around the baud setting, some of the other devices need it, and that is where it is done. If its not on 57600 to add support in the public app you'll need to try more than once and try again after the first failure at a different baud rate for the cable you have, to keep support for the whole family of interfaces. More than 2 seconds is strange, I think that might be the whole init process, setting protocol, figuring out whats on the bus, not just the response to the init command which should be milliseconds. I agree with using a com port sniffer to see what the working tools, as well as pcmhammer where its not logging the init bytes are doing.

When I wrote the original implementation I used this old attached version sudt accessport which works nicely on a 32 bit operating system. I'd recommend win 7 32 bit in a VM. They added a 64bit version of the app later, but its not stable and causes system crashes (as it loads as a driver). So the old one in 32 bit is better. Else there is other similar software around.
Oh goodie that seems very interesting!!

So that sniffs what’s actually being sent to the com port that’s golden thanks
User avatar
antus
Site Admin
Posts: 8253
Joined: Sat Feb 28, 2009 8:34 pm
cars: TX Gemini 2L Twincam
TX Gemini SR20 18psi
Datsun 1200 Ute
Subaru Blitzen '06 EZ30 4th gen, 3.0R Spec B
Contact:

Re: Avt 852 not working with vpwexplorer or older tuner cat programs help

Post by antus »

yep and whats coming back. In this case I dont think you'll need it, but if the PC side receive is timing out because of short breaks between bytes or crashing because of unexpected or different data, you'll still see all the data you need it to read coming in the port, and you can update the code to suit.
Have you read the FAQ? For lots of information and links to significant threads see here: http://pcmhacking.net/forums/viewtopic.php?f=7&t=1396
04colyZQ8
Posts: 380
Joined: Thu Jan 16, 2014 12:41 pm
cars: 2004 Colorado 4.8L swap
86/90 Jimmy 6.5L diesel swap
80 Chevrolet Silverado TBI swap
88dodge W100 LPG conversion

Re: Avt 852 not working with vpwexplorer or older tuner cat programs help

Post by 04colyZQ8 »

antus wrote: Fri Jan 19, 2024 9:07 am You're on the right track, you can see the comments around the baud setting, some of the other devices need it, and that is where it is done. If its not on 57600 to add support in the public app you'll need to try more than once and try again after the first failure at a different baud rate for the cable you have, to keep support for the whole family of interfaces. More than 2 seconds is strange, I think that might be the whole init process, setting protocol, figuring out whats on the bus, not just the response to the init command which should be milliseconds. I agree with using a com port sniffer to see what the working tools, as well as pcmhammer where its not logging the init bytes are doing.

When I wrote the original implementation I used this old attached version sudt accessport which works nicely on a 32 bit operating system. I'd recommend win 7 32 bit in a VM. They added a 64bit version of the app later, but its not stable and causes system crashes (as it loads as a driver). So the old one in 32 bit is better. Else there is other similar software around.
How do you setup the tool? I imagine it must be on the vm all the ports im monitoring?

Because I only have a xp 32 bit vm and tuner cat is now installed on it but doesn’t connect to either cable old or new? What’s up with that I wonder installed the latest drivers from ftdi site
User avatar
antus
Site Admin
Posts: 8253
Joined: Sat Feb 28, 2009 8:34 pm
cars: TX Gemini 2L Twincam
TX Gemini SR20 18psi
Datsun 1200 Ute
Subaru Blitzen '06 EZ30 4th gen, 3.0R Spec B
Contact:

Re: Avt 852 not working with vpwexplorer or older tuner cat programs help

Post by antus »

Set it up something like this, and then start monitoring. I havn't used it for a while and don't have an interface on this pc, but from memory the order of when you start monitoring and start using the port matters. If it doesn't work monitoring before starting the other app, do it the other way around. You might have to try it a couple of ways. Its possible the latest FTDI drivers don't work on XP. It'd be general windows trouble shooting to see if the interface is working, and there might be something specific to whatever VM software you are using, if you are using a VM.
Attachments
Windows 7 32 bit-2024-01-20-12-10-46.png
Windows 7 32 bit-2024-01-20-12-10-46.png (16.1 KiB) Viewed 807 times
Have you read the FAQ? For lots of information and links to significant threads see here: http://pcmhacking.net/forums/viewtopic.php?f=7&t=1396
04colyZQ8
Posts: 380
Joined: Thu Jan 16, 2014 12:41 pm
cars: 2004 Colorado 4.8L swap
86/90 Jimmy 6.5L diesel swap
80 Chevrolet Silverado TBI swap
88dodge W100 LPG conversion

Re: Avt 852 not working with vpwexplorer or older tuner cat programs help

Post by 04colyZQ8 »

antus wrote: Sat Jan 20, 2024 11:44 am Set it up something like this, and then start monitoring. I havn't used it for a while and don't have an interface on this pc, but from memory the order of when you start monitoring and start using the port matters. If it doesn't work monitoring before starting the other app, do it the other way around. You might have to try it a couple of ways. Its possible the latest FTDI drivers don't work on XP. It'd be general windows trouble shooting to see if the interface is working, and there might be something specific to whatever VM software you are using, if you are using a VM.
Ok thanks do you press the green play button to monitor were do you select what port? Mine was saying cannot connect to that port as it is allready open
User avatar
antus
Site Admin
Posts: 8253
Joined: Sat Feb 28, 2009 8:34 pm
cars: TX Gemini 2L Twincam
TX Gemini SR20 18psi
Datsun 1200 Ute
Subaru Blitzen '06 EZ30 4th gen, 3.0R Spec B
Contact:

Re: Avt 852 not working with vpwexplorer or older tuner cat programs help

Post by antus »

Yes you do. the settings are under the cogs, or I think under tools menu item. Shouldn't be hard to find.
Have you read the FAQ? For lots of information and links to significant threads see here: http://pcmhacking.net/forums/viewtopic.php?f=7&t=1396
04colyZQ8
Posts: 380
Joined: Thu Jan 16, 2014 12:41 pm
cars: 2004 Colorado 4.8L swap
86/90 Jimmy 6.5L diesel swap
80 Chevrolet Silverado TBI swap
88dodge W100 LPG conversion

Re: Avt 852 not working with vpwexplorer or older tuner cat programs help

Post by 04colyZQ8 »

Got it working the new cable doesn’t seem to be sending any response messages back at times
Post Reply