• serial communication&uVision2
    I want to simulate a serial input from the keyboard PC. I have used the serial input window and when i press a key, uVision simulate a serial input, but.., how can i enter a several characters together...
  • Routine for Serial ADC (MAX187)
    Does anybody in this forum knows where I can find a C serial routine to interface to a MAX187 Serial Analog-to-digital converter? I have tried to develop my own for several days now, and it is still...
  • Serial Port Routine
    To avoid the overhead of printf() I have created the following routine: void write_0(unsigned char* c) { int cnt = 0; int len = strlen( c ); // Disable interrupts EA = 0 ; for ( cnt = 0;...
  • uVision2
    Hi, In the Keil Pk51, in the Dscope I can observe the variation of the ports, timers, etc. in each instant, that is to say, when happening machine cycle. However, it doesn't pass this in uVision2,...
  • uVision2
    Hello, Somebody has worked with uVision2, PK51 Version 6.01, simulating the miniMODUL C509-L, I have always had the same problem in the Debugger it throws me the following message... "Watchdog Timer...