RELEASED: Arduino Studio 0.1a - 006
A Cross Platform Mono (.NET) Application (runs on Windows, Mac & Linux) that reads and writes to the serial device of your Arduino UNO/MEGA. It behaves much like the serial monitor that comes with the Arduino Software but with a few tweaks ...

For this software to work you must have the Mono-Framework installed on your system. Please visit
http://www.mono-project.com and download the mono-framework according to your Platform.
Download Arduino Studio 0.1a - 006
HERE. (Windows 7)
Download Arduino Studio 0.1a - 006
HERE. (MAC OSx >= 10.6)
Download Arduino Studio 0.1a - 006
HERE. (Linux Ubuntu 11.04)
Notes:
+ In OSx and Linux the Arduino UNO/MEGA gets automatically reset upon initial serial connection.
+ In Windows, the Arduino UNO/MEGA doesn't get automatically reset upon initial serial connection.
+ Added AutoScrolling to the TextView (AutoScrolling is Enabled by Default)
+ Added KeyPressEvent CMD+d (Toggle AutoScrolling On/Off)
+ Added KeyPressEvent CMD+e (Show/Hide the CHANGELOG.txt file)
+ Added KeyPressEvent CMD+f (Toggel Set Serial String Terminator or exit the window with "Enter" or "Escape")
+ Added KeyPressEvent CMD+q (Quits the Application)
+ Added KeyPressEvent CMD+s (Saves the entire Textbuffer to a file named ArduinoStudio-{DateTime}.log in your homedirectory)
+ Added KeyPressEvent CMD+w (Toggle WordWrap On/Off)
TODO:
+ iEntryOnActivated -> sends \n , if String Terminator is Empty the \n must be removed ...
CHANGELOG:
- 0.1a 006
+ The Cross Platform Release ...
+ Added support for Windows, Mac & Linux
+ ...
- 0.1a 005
+ Performed Code Cleanup
+ ...
- 0.1a 004
+ New Alpha Icons
+ Added AutoScrolling to the TextView (AutoScrolling is Enabled by Default)
+ Added KeyPressEvent CMD+d (Toggle AutoScrolling On/Off)
+ Added KeyPressEvent CMD+e (Show/Hide the CHANGELOG.txt file)
+ Added KeyPressEvent CMD+f (Toggel Set Serial String Terminator or exit the window with "Enter" or "Escape")
+ Added KeyPressEvent CMD+q (Quits the Application)
+ Added KeyPressEvent CMD+s (Saves the entire Textbuffer to a file named ArduinoStudio-{DateTime}.log in your homedirectory)
+ Added KeyPressEvent CMD+w (Toggle WordWrap On/Off)
+ Added Plist support that stores the SerialPort,BaudRate and String Terminator values
+ Fixed the STOP-button so it no longer exits the application but just stop the thread
+ ...
- 0.1a 003
+ FineTuning UserInterface
+ ...
- 0.1a 002
+ Added UserInterface
+ Added Multi-Threading
+ ...
- 0.1a 001
+ Proof of concept
+ ...