I can not put a char 0x00 to serial window.How can I do?
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!