How can I create a Serial Monitor similar to the one in Arduino IDE?

edited October 2013 in How To...

I understand that Arduino IDE Serial Monitor is a processing code.. I would like to know if it is possible to create a standalone Serial Monitor that can print the serial information in the same way as we do in the IDE. It can be even more simple, just keep printing the information read on each sensor (considering more than one).

I guess this is a common need of people how use Arduino with Processing, but I searched all over the internet and could no find a real functional and flexible Serial Monitor. The closer I got was a serial monitor that print just one character at a time, and another one that print everything found between some delimiters.

Sign In or Register to comment.