dfddfd2

Joined: 27 Feb 2008 Posts: 57 Location: Burgaw, NC
|
Posted: Wed May 21, 2008 6:12 am Post subject: Custom Nissan ECU Application with ScannerPro !Help! |
|
|
I have a simple custom application running on a Nissan ECU and have tried to get ScannerPro working with it to no avail. When the ECU receives 'L' followed by a CR (0x4C 0x0D) it returns the 16bit (2 byte) RPM. The 'L' and CR are echoed before the RPM is sent.
ScannerPro output shows:
2.285: Command sent. Reply not processed.
2.288: Command sent. Reply not processed.
.
.
.
Here's my ADX file:
<ADXFORMAT version="0.50" />
<!-- Written 05/18/2008 13:25:15 -->
<ADXHEADER>
<flags>0x01</flags>
<objectcount>4</objectcount>
<userversion>05</userversion>
<author>Dave Dunn</author>
<desc>240sx Definition</desc>
<baud>9600</baud>
<monitorcmd>STARTCMD</monitorcmd>
</ADXHEADER>
<ADXDASHBOARD id="MAINDASH" idhash="0x7A2F048C" title="Main">
<entrycount>1</entrycount>
<ADXDGENTRY gaugetype="0" itemidhash="0x68DB4366" left="0" top="0" right="30" bottom="50" />
</ADXDASHBOARD>
<ADXLISTVIEW id="MAINLIST" idhash="0x7F6896CC" title="Main">
<entrycount>1</entrycount>
<ADXLVENTRY entrytype="0" itemidhash="0x68DB4366" />
</ADXLISTVIEW>
<ADXVALUE id="RPMVAL" idhash="0x68DB4366" title="RPM">
<units>RPM</units>
<packetoffset>0x00</packetoffset>
<sizeinbits>16</sizeinbits>
<range low="0.000000" high="8000.000000" />
<alarms low="0.000000" high="8500.000000" />
<digcount>2</digcount>
<outputtype>2</outputtype>
<MATH equation="x*12.5">
<VAR varID="x" type="native" />
</MATH>
</ADXVALUE>
<ADXCSENDCOMMAND id="STARTCMD" idhash="0x15B10877" title="Start Log">
<desc>Starts Logging</desc>
<bytestring size="0x2">0x4C 0x0D </bytestring>
<replysize>2</replysize>
<replytimeout>200</replytimeout>
<packetoffset>0</packetoffset>
<packetsize>2</packetsize>
</ADXCSENDCOMMAND>
Any help is greatly appreciated!
Thanks,
Dave _________________ TunerCode.com
94 GSR mid-engine RWD H22A4 |
|