Page 2 of 2

PostPosted: Mon Dec 26, 2005 6:40 pm
by west_minist

PostPosted: Sat Dec 31, 2005 2:12 pm
by Lum
Hi,

New here, I use a Car PC and am looking at doing ECU monitoring.

Is there any chance of providing an option to log to stdout instead of a file as I'd like to make a simple GUI app with large print digital gagues for real time monitoring.

I've not actually tested your app on my car (JDM Legacy B4 RSK) since it's been in the garage over christmas after a rear end impact, but I'm assuming the logging format will be CSV or something similarly easy to parse from a separate app using popen()

PostPosted: Fri Jun 09, 2006 12:40 pm
by ev8siv3
How hard would it be to add the ability to WRITE to the ecu in the RAM areas with this? I noticed the ECU_OP_WRITE is defined but not implemented.

PostPosted: Tue Jun 20, 2006 2:14 pm
by ev8siv3
Testing the WRITEMEM command I'm implementing into the code in about an hour.

PostPosted: Wed Jun 21, 2006 3:40 am
by New2Scoobs
ev8siv3 wrote:Testing the WRITEMEM command I'm implementing into the code in about an hour.


Did it work?

PostPosted: Wed Jun 21, 2006 11:01 am
by ev8siv3
It wrote but didn't work, I'm going to re-look at the code again and figure out whats going on. Also the READMEM function is going off of Decimal instead of HEX and the byte count doesn't read correctly.