We are about to switch to a new forum software. Until then we have removed the registration on this forum.
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.