• How to print a message to hyperterminal.
    Is it possible to wirte a message to hyperterminal from my develop-kit?
  • Need to print out the register contents
    I have studied the MCS-51 Instruction set (8051 instruction set summary) but I do not see how to print out the registers' contents. Can't find anything about this in the Help either. Help!!!
  • Printing out what's at a specific address
    Need to be clearer. I cannot interfere with the customers' routines. Therefore, I can't 'break' in and print out register contents. So how do I say, "OK, Printf: print out what's at this address. " I...
  • Printing
    Hello, 1) May I know how to print with the "syntax coloring" on? 2) How do you prevent the address,date,time and page number from being printed? I just want to print my code. ( note:- I want to print...
  • Printing debug messages over ITM from multiple ports
    Hello, I have been attending one Webinar series on advanced debugging. In which author talks about using ITM ports to send debug messages. I was able to do it using Keil printf function. According...