We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
When using dscope I'm getting strange occurrences in the serial window My code is: #include <stdio.h> main() { char c; while ((c = _getkey()) !=0x1B){ printf ("key = %c\n",c); } } When the program is run, in the serial window, "key =" keeps repeating itself down the screen, even though no key has been pressed. As I am very new to this device it could be something very simple so any ideas would be grateful.