pgmfi.org

Hacking up Honda's ECU
It is currently Tue Apr 16, 2024 12:55 am

All times are UTC - 5 hours [ DST ]




Post new topic Reply to topic  [ 2 posts ] 
Author Message
PostPosted: Sun May 23, 2004 5:54 pm 
Offline

Joined: Tue Jul 27, 2004 2:52 am
Posts: 9
why i try to write my DL soft. for P29 - because no one soft not working for me, may be all soft. writed for P28/P30 ECU's, and they are have different addresses for datalogging.

1. i was read many posts but can't understend at which addresses i must read a data for logging:
eaxample:
in one post - "MAP (Map Senser Voltage): $A3"
another post - "14h = MAP "
another post - "036h MAP"

2. i will attach a bin file downloaded from my ECU, maybe any one can disassemble it and write for me addresses where i must read data for datalogging(ECT, IAT, O2,BARO,MAP,TPS,RPM)
In ASM i nothing understanding.

3. where read about transfering data ECU<>PC for OBD1 ?
what i mean:
example i need a read data from 0020h:
i must sent to ecu: 1 - 20h, 2 - 0020h, 3 - 2000h(as hi byte low byte inversion) or it have difficulties as for OBD2 (for reading in 032Ch we must send 06ACh ) ?

4. about data sending - how will right if i need read 2 bytes = (word) from addresses 0A02h-0A03h:

A) send to ECU: 0A02h, 0A03h
wait for ECU answer

B) send to ECU: 0A02h
wait for ECU answer
send to ECU: 0A03h
wait for ECU answer

C) send to ECU: 0A03h
wait for ECU answer
send to ECU: 0A02h
wait for ECU answer


Thx to any answers.

[%sig%]

Post Edited (05-23-04 18:26)


You do not have the required permissions to view the files attached to this post.


Top
 Profile  
Reply with quote  
PostPosted: Mon May 24, 2004 2:15 pm 
Offline
Senior Developer

Joined: Tue Jul 27, 2004 2:09 am
Posts: 4383
Location: Cincinnati, Ohio
I think you're confusing many things here...
OBD1 does not have a simple datalogging protocol (in stock form) like OBD0.
Some people have figured out the protocol, but it is not at all simple.
If you're interested in datalogging off a stock ECU, disassemble the code fully and take a very close look at the stock serial interrupt handler. The serial code used in ECUControl, RTP stuff, etc. is re-written.

[%sig%]


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC - 5 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 4 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group