PDA

View Full Version : How to control PICkit debug window cursor??



Heckler
- 27th May 2011, 05:54
I would like to be able to control the cursor in a PICkit2 debug window...

I can not, for the life of me, figure out how to reset the cursor to home position or any other cursor control.

I have tried $1B,$5B,$48 which is the hex representation for "ESC[H" which according to some ascii tables is the command to send the cursor home. But it does not work.

Anyone have any ideas??

Thanks

mister_e
- 27th May 2011, 08:51
As far as I'm aware of, the last time I used PICKIT 2 it was not ANSI compliant, so you're out of luck unless you modify the application source code.... OR use a real ANSI terminal like TeraTerm, Hyperterminal and so on.