PDA

View Full Version : NMIterm CR with no line feed


gtiani
04-03-07, 10:56 AM
Is there any way to make NMIterm do a carriage return without a line feed?
I would like to monitor some signals without scrolling.
Something like the following:
: SEE-SIG
CR
BEGIN
13 EMIT \ CR only, no line feed
PA0 ?ON IF ." ON " ELSE ." OFF " THEN
?KEY UNTIL
;

SEE-LIGHTS (run from NMIterm)
OFF OFF OFF OFF OFF OFF OFF OFF OFF OFF OFF ...

SEE-LIGHTS (run from Hyperterminal)
OFF
Thank you,
Gary

RMDumse
04-03-07, 04:16 PM
Well, I'm under the impression NMITerm will do the 13 EMIT - return line to left side.

Maybe it has something to do with the buffer being too full. I have noticed it doesn't always work for me either. I have done the Clear Terminal Window before and had it work after than.

I tested your code, and confirmed your results. Clear Terminal Window did not help.

Yes, appears to be a bug.