We are working on some web and software technology that allows us to integrate the Arduino into
our math lessons. To this end, we've developed some software that allows
a web browser to control an Arudino.
I wonder if any of you would be willing to test out our software? Our Arduino/math lessons are here.
The link under the "Use an Arduino" section will direct you to some code to be uploaded
to your Arduino and some software to be run on your Mac/Win to connect http with the serial
port on your computer. Once done, our web-based math lessons can interact with simple
electronics on the Arduino end.
We'd certainly appreciate any feedback/suggestions/etc.
Yes, the terminal character for commands sent to our software is the newline (\n). I don't think it's possible to send a newline from the Arduino serial monitor. You likely have to use a serial/modem program like zterm (osx) or hyperterminal (windows).