View Single Post
Old 08-20-2008, 11:15 AM   #136 (permalink)
ishiyakazuo
Test Tool Engr.
 
Join Date: Aug 2008
Location: Elgin, IL, USA
Posts: 47

Red Rocket - '02 Honda Civic LX Sedan
90 day: 33.57 mpg (US)

Bronze Bucket - '98 Toyota Corolla VE
90 day: 34.97 mpg (US)

Silver Bullet - '06 Hyundai Sonata GL
90 day: 31.58 mpg (US)
Thanks: 0
Thanked 0 Times in 0 Posts
I hear you -- Arduino does have its benefits

I think we're pretty close on the ISO protocol as-is... I don't have a problem with porting existing code in either though. I'm pretty adamant that we need to use the UART provided by the chip for reliable comms though, based on other projects I've worked on in the past. (Yes, you probably can get there if you work really really hard, but it's totally not worth it.)

GCC+AVRDude would be my first choice, actually. Arduino does some very basic stuff for you in the bootloader and API, but nothing that wouldn't take just a couple of days to implement on another AVR yourself.

Honestly, I'm all for Arduino+327 just to see something work.

Last edited by ishiyakazuo; 08-20-2008 at 01:59 PM..
  Reply With Quote