Hello all,
I'm using the arduino 1.5.2 command line capabilities to compile & upload sketches from a tool I'm developing. I'd like to get the output (e.g. error messages when compilation fails) so I can display it in my tool. I'm currently uploading with (on mac):
open /applications/arduino.app --args --upload /path/to/sketch/sketch.ino
I don't have that much command line experience so I might be missing something obvious here, or maybe there's some file arduino.app writes output to, I don't know. Any help appreciated.
Patrick