hex705

the first creature to discover water was likely not a fish

DIY

Logging Serial Communication to a Text File (Arduino and OSX)

leave a comment

This is a quick tutorial on how to log messages coming from your Arduino into your OSX box and save them in a file.  I found this while debugging an Arduino//Ethernet project that had verbose server response that I needed to save.  I passed Serial.print() and Serial.println() messages from Arduino into a terminal screen and recorded them into a text file with script.  (The sequence for exiting script and leaving you with a readable file is important so read to bottom).
Read the rest of this entry »

Written by hex705

October 12th, 2011 at 9:50 am