Page 1 of 1

Special Request for the Programmers out there

PostPosted: Fri Jun 16, 2006 8:21 am
by ev8siv3
I just wanted to see if you had or could possibly make a RAM writing utility? I want to try a few addresses at first for things like IAM etc.. but it would really help in my further research. All I'd need is to input the HEX address I.e.

0x20168 (IAM) and the new value in HEX to write from that initial byte.

Example:

Code: Select all
Location:  0x20168
Current :  (query for current) Lets say it comes back 0C (IAM 12)
New:        10  (IAM 16)
*Click To Write*


Theres probably more involved but this would be a GREAT help, anything would be appreciated.

PostPosted: Fri Jun 16, 2006 2:50 pm
by ev8siv3
I have created a VB GUI for it so far, just need to add in the code to READ / WRITE.

PostPosted: Sat Jun 17, 2006 12:38 am
by fastchip
Not sure what you mean. But you can use the SSM protocol for writing RAM addresses. Or do you need a HC16 code snippet ?

PostPosted: Sat Jun 17, 2006 1:35 am
by xswrex
just look it up in the ecuexplorer source!