View Single Post
Old 09-19-2009, 05:52 PM   #506 (permalink)
jcatalana
EcoModding Lurker
 
Join Date: Sep 2009
Location: Mill Valley, Ca US
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
I've made some progress. I have standalone ftdi breakout board which i connected to two arduino pins (7&8). I then use the arduino to communicate with the car, it issues commands when it receives messages from my computer.

I have successfully extracted the iso initialization code, and it works, I get the appropriate bytes back from my car. I have tried to rip apart the iso_write_data function so that I can simply issue the hex codes, but it looks like the codes need to be wrapped in a packet with a header and so on. Is there more information on this?
  Reply With Quote