Arduino Communications
From Combustory
(Difference between revisions)
(New page: <big>'''Arduino Communications Page'''</big> == Summary == Arduino is an open-source hardware platform. It is a micro controller with a free development environment that is greatly simp...) |
|||
Line 3: | Line 3: | ||
== Summary == | == Summary == | ||
− | Arduino | + | In my search for ways to communicate with the Arduino board, I found lots of ways that required me to learn new languages or learn serial communication programming. In these cases I do want to eventually pick up these skills, but I found a quicker way for my needs. I have learned over time that you can always find a better way to solve a problem, but I realize that the amount of time to learn is sometimes greater than the project time-frame, and therefore just solve it in the best way you can with the tools you have. I believe that this solution encompasses that spirit. Here you will find a quick, dirty yet effective solution for communicating with the Arduino. |
− | |||
− | + | == Topics == | |
− | + | ||
== Links == | == Links == |
Revision as of 16:40, 5 August 2008
Arduino Communications Page
Summary
In my search for ways to communicate with the Arduino board, I found lots of ways that required me to learn new languages or learn serial communication programming. In these cases I do want to eventually pick up these skills, but I found a quicker way for my needs. I have learned over time that you can always find a better way to solve a problem, but I realize that the amount of time to learn is sometimes greater than the project time-frame, and therefore just solve it in the best way you can with the tools you have. I believe that this solution encompasses that spirit. Here you will find a quick, dirty yet effective solution for communicating with the Arduino.