• printf serial port 8051
    Hi. Why does TI need to be set before printf is called. TI = 1; printf("Hello world\n"); Whereas in assembly TI should be cleared before a char is put in SBUF, so it can be tested to see if...
  • New Patch, printf(), serial port window
    Anybody else having problems with printf() and the serial port simulation window with the latest uV2 patch?
  • URGENT !!
    anyone out there who can help me write a program to decode a waveform?... i have a series of 1s and 0s from a TTL voltage eg 101010100101001101010 and they are coded in 5bit frames ie 10000= decimal...
  • Urgent
    Are there any limitation using array?What are the advantages of using array?
  • write to serial-port of the 8051 :-(
    Hello, i have a Question and hope that somebody can help me. I would like to write the PSW and maybe the Register after every Instruction/Change to the Serial-Output of the 8051. Is that somehow...