• 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...
  • 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?
  • New Patch, printf(), serial port window
    Anybody else having problems with printf() and the serial port simulation window with the latest uV2 patch?
  • Using Printf statement for both serial ports
    Hello All, I am using MSC1212Y5 Microcontroller. It has two serial ports. I have directed printf to second serial port by changing putchar.c file in keil library. At the same time I am using first...