Forum breadcrumbs - You are here:ForumGeneral: HelpSerial monitor help
You need to log in to create posts and topics.

Serial monitor help

I've been trying to setup a clock to be exibited in serial monitor, but when I put \r at the end of my string it doesn't work. Does anyone know if there is a way to exhibit characters always in the same line as they are updated in the serial monitor, as of now, I'm getting outputs like this:

00:00:01

00:00:02

00:00:03

00:00:04

00:00:05

00:00:06

00:00:07

Does anybody know if it's possible? I'm using version 1.0.0 and the pic16f877

 

Hi.

What you want is not possible, Serial monitor just prints sequentially whatever it sends/receives.