• simulation of sbuf
    SBUF is not a regular register: when you write to it you send a character on the serial line, and when you read it you empty the serial line buffer Keil simulates sbuf like if it was a normal variable...
  • simulation of sbuf
    SBUF is not a regular register: when you write to it you send a character on the serial line, and when you read it you empty the serial line buffer Keil simulates sbuf like if it was a normal variable...
  • Reading from SBUF in simulator (Serial communication)
    Hello, I am not able to receive the value of SBUF into a char. The part of code is shown below. Always when I try, the value is 0x00. I will be obliged for helpful commends. SCON = 0x50; char...
  • Reading from SBUF in simulator (Serial communication)
    Hello, I am not able to receive the value of SBUF into a char. The part of code is shown below. Always when I try, the value is 0x00. I will be obliged for helpful commends. SCON = 0x50; char...
  • can't assign a value to SBUF in simulator
    hello every body i have a problem when i use debugger i assign a value to sbuf but i can't get that?!?!? it seems that i can't simulate serial recieve?!?! plz help me :(