PDA

View Full Version : adx not working in APU mode



dzidaV8
11-27-2017, 01:17 AM
Hi!

I'm having problems connecting to 8D ECM using attached .adx file. It works fine when APU is set to pass-through mode (2nd switch outboard), but in APU mode it stops working. Other adx defs seem to work fine in APU mode.

I have checked the com port data stream using sniffer software, and clicking "connect" with this adx selected generates NO traffic on com port! The emulator control buttons work correctly at the same time... I've been looking through the adx comparing to others but I can't find what may be different in this one so it refuses to send any data in APU mode... Any help will be appreciated!

MQQN28
11-28-2017, 10:43 PM
Hi
one thing to check is the flag values in the adx file
<flags>0x10001</flags>
<objectcount>120</objectcount>
The most significant means here that it using a usb. if for instance using blue tooth it would be <flags>0x00001</flags>.
<ADXCLISTENPACKET id="COMMAND0RE" idhash="0xE6B79C55" title="Mode 1 ALDL Dump Request Reply" flags="0x00000001">
check these values in these commands. Im not fully up on these flag values.
For how you are using this adx file maybe its a flag set wrong.

You should really only edit this in tuner pro, but for just one bit value maybe.

Something to look at.


MOC

dzidaV8
11-29-2017, 01:35 AM
It starts to work when I uncheck "Align to header" option in Mode 1 response command.
It's really strange, when "Align to header" is set, it won't execute the send command that is before the reply command that has the "aligh to header" option set...

MQQN28
11-29-2017, 08:15 AM
Hi again
This may help

The listen packet is set to zero

<ADXCLISTENPACKET id="CONNECTREPLY" idhash="0xCA39CA6C" title="Connect Reply" flags="0x00000004">
<listentimeout>400</listentimeout>
<packetbodylength>0</packetbodylength>
<packetoffsetinbody>0</packetoffsetinbody>
<packetsize>0</packetsize>
<headerstring size="4">F45600B5</headerstring>
</ADXCLISTENPACKET>

The next listen packet has values, this may be worth looking at.
I will be off line later today till mid January. I will be driving the southern states. I wont have laptop with me so I may not be able to reply back