system
1
I create a program to read/write on serial of arduino without reset.
Screen:
Features:
Log
Save Log
Packets Count
No Reset
Led blink
Led Fading with auto animation
Link: http://www.mediafire.com/?kxxdc8lhfpba9cw
If you have any ideas to be included in the program, tell me 
Well done,
here are some ideas
- add a language file so the User Interface is not bilingual.
- add an auto speed detection modus.
- add timing information when a byte was received
- add capture to logfile
- add support for monitoring multiple ports in parallel
COM1: 123
COM2: 234
COM2: 233
COM1: 23
etc
Per comport different baudrates
- add serial bridge
forward to other comport and back (debugging two arduino talking serial)
- add ASCII / HEX presentations
- add "syntax highlighting", predefined values get certain color
=> e.g. detect \n
- add triggered command
if a certain sequence is received execute a predefined application
- add forward bytes to keyboardbuffer
- add statistics - bytes/sec charts! and frequency diagrams
enough for coming weekend? 
system
3
For now try the language file and multiple ports 
I Have Other Idea create a web server without ethernet shield only use apache and my program.