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.
I can not put a char 0x00 to serial window.How can I do?
try:
SBUF=0
sbuf=0 ,it is put a char to serial port,but I want my program get a char (0x00).
What if you use the dialogue on the 'Peripherals' menu: Set SBUF to 0, then set the Rx interrupt?
Take a look at SIN and SOUT VTRegs. If you enter SIN=0 in the CommandWindow, this simulates receiving an ASCII 0x00. Jon
Thanks!