


#COOLTERM MAC DOWNLOAD CODE#
After reading the API documentation and going through the example code that they provided I found it was pretty easy. I knew that I want to use the AppleScripting abilities of CoolTerm cause it is pretty cool and opens a lot of possibilities for other projects. So I am going to explain my process in designing this little project as I find it is the easiest way to attack a small project. Pretty easy and would be a great base for a datalogging application or something of the sort, such as the AppleScript could be modified to open a file and log the latest temp every 15 minutes or so on.

It works when I send a single character through my xBee on my computer, the Arduino replies with the current temperature through the xBee and the AppleScript says it out loud and displays a dialog with the string as well. Now the project is a very simple Temp sensor based on the LM35 from Nation Semiconductor ( Datasheet). Now my experience with AppleScript or lack there of does not matter as the guys that made CoolTerm documented it well, and gave us two examples.
#COOLTERM MAC DOWNLOAD SERIAL#
CoolTerm the serial communication software that we used to listen/program the xBee has AppleScripting capabilities built in. So I came up with this little beauty of a project (Ok really small and easy half a project). I said in my last post yesterday that I was going to show you something more useful than an Arduino wirelessly counting (It was AWESOME I know).
