-->
Page 1 of 2

Extraneous line numbers on serial port

PostPosted: Sat Feb 20, 2016 1:59 pm
by matherp
Mike

Why does the code continuously output what seem to be line numbers on the serial port. If we take as an example the "timer" example code then the serial port sees:

"
Doing some stuff
1
2
3
4
5
6
7
Doing some stuff
1
2
3
.....
"

When interfacing with a uP this is just extra characters that have to be ignored and it also must be slowing the ESP down as transmitting at 9600 baud takes real time in uP terms.

Can this be removed in your next release or am I missing something already available?

Thanks

Peter

Re: Extraneous line numbers on serial port

PostPosted: Sat Feb 20, 2016 4:39 pm
by Mmiscool
Can you post the example code for this. And this is for the timer? It kind of looks like the boot process.

Re: Extraneous line numbers on serial port

PostPosted: Sat Feb 20, 2016 4:45 pm
by cicciocb
Hi,
It's simply a debug message that mmiscool forgot into the goto fix he did in last version.
It should be not hard to fix in the next version.
Cicciocb

Re: Extraneous line numbers on serial port

PostPosted: Sun Feb 21, 2016 3:59 am
by matherp
Can you post the example code for this. And this is for the timer? It kind of looks like the boot process.


This is just your "Timer" example code, no changes, run on 1.81