Custom Nissan ECU Application with ScannerPro !Help!

For those of you brave enough to try the beta releases, please ask your questions and post your issues here! Remember, the more info the better!

Moderators: robertisaar, dex

Locked
User avatar
dfddfd2
Posts: 112
Joined: Wed Feb 27, 2008 4:37 pm
Location: Burgaw, NC

Custom Nissan ECU Application with ScannerPro !Help!

Post by dfddfd2 »

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
User avatar
dfddfd2
Posts: 112
Joined: Wed Feb 27, 2008 4:37 pm
Location: Burgaw, NC

Post by dfddfd2 »

Resolved!

Thanks Mark,
Dave
georgemicra
Posts: 2
Joined: Tue Sep 29, 2009 10:44 pm

Post by georgemicra »

Hi, I own a nissan sr20 and I would like to ask you if you could send me your ADX file cause I don't know how to configure it. I would appreciate it if you could help me.
User avatar
dfddfd2
Posts: 112
Joined: Wed Feb 27, 2008 4:37 pm
Location: Burgaw, NC

Post by dfddfd2 »

I'm developing custom firmware for the ECU called TunerCode along with XDF and ADX files for TunerPro V5. If you're not already a member, you might want to join http://www.sr20forum.com/. Details will be available there in the http://www.sr20forum.com/calumsult/ forum soon. My sn there is dfddfd2.

Thanks,
Dave
Locked