I have used Debug before and I understand how to use it, It works very well. I am using it to send the value of 3 variables out to a PC.
I need a little help formating the screen for it to look good.
When I have the following in a loop I get a messy scroll of repeated messages down the screen.
debug "Current Voltage =",vc,10,13
debug "Start Voltage =",vst,10,13
debug "Stop Voltage =",vsp,10,13
Current Voltage =12
Start Voltage =11
Stop Voltage = 14
Current Voltage =12
Start Voltage =11
Stop Voltage = 14
Current Voltage =12
Start Voltage =11
Stop Voltage = 14
etc
If I add debug 12 in as well I get only the 3 lines of information and it does not repeat all down the screen but as it refreshes it clears the screen so the effect is a high speed flicker.
Can anyone tell me if there is a way to arrow up, down, left, right with debug?
Bookmarks