• Simulator issue with printf?
    While using the simulator, the values of i in the serial window are shifted by left 8 bits. #include "stdlib.h" #include "stdio.h" #include "reg51.h" void main (void) { unsigned char i; SCON ...
  • ARM: Simulator printf
    I have created a project in Microvision 5 for an ARM Cortex-M0 (ARMCM0), and enabled the Simulator. I pull up the Debug (printf) Viewer and run the following code #include <stdio.h> main(void) ...
  • Using Simulator printf("%s")
    Can anyone tell me how to print the value of a source code string in the simulator? I am trying to use the simulator printf() function in a breakpoint assignment as follows: bs \assertions\assert\81...
  • Simulator printf needs setup?
    I'm trying to use printf() on uVision4 in Simulation mode. The code runs or steps fine in the debugger but the "Debug (printf) Viewer" doesn't show anything. Was I wrong to assume that it should "just...
  • Simulator printf bug when using reg515a.h
    Can anyone else verify that the Hello example fails to output to the serial#1 window when the reg515a.h is included. Single stepping through the program I can see the characters being written to SBUF...