Open GoogleCodeExporter opened 9 years ago
The problem is that what Arduino does to PDE files, it stitches them together
before compiling one large file. The order in which they are stitched together
is unclear, and thus variables should not be shared between different PDE files.
The serial panel should support escape sequences but only some common ones such
as \r, \n, \t, \a, \b, \v, and \xFF where FF is hexadecimal
what do you mean by "keep the data displayed in one spot"? The problem is
probably I do not execute any sort of "clear screen" character like a real
terminal. Use a real terminal if you need this feature, because any
non-printable character should become hexadecimal in my version, which I think
is better for displaying raw data.
Original comment by frank.zhao.main@gmail.com
on 26 Dec 2010 at 6:56
Hi Frank,
What I meant was you can give the x and y position to print the data to the
same spot instead of scrolling, that's all.
Original comment by paverb...@gmail.com
on 26 Dec 2010 at 12:57
Hi paverbeke
That's what a terminal does, my serial panel is more focused towards data
acquisition.
Original comment by frank.zhao.main@gmail.com
on 28 Dec 2010 at 7:00
Hi Frank,
Ok, thanks for the information.
Paul
Original comment by paverb...@gmail.com
on 28 Dec 2010 at 1:03
Original issue reported on code.google.com by
paverb...@gmail.com
on 24 Dec 2010 at 2:08