• A true resignation letter
    Subject: Rational for resignation from ***** From the very beginning of my employment at *****, I found the company's attitude towards software development to be a troublesome one. The high standards...
  • Can't type cyrillic letters
    Hello I can't type in MDK 4.50 Editor Cyrillic letters, but I can see it Whats problem? If I try to use 4.23 - OK
  • pulse
    Hi everyone i would like to measure the pulses and the duration of the pulses using gate and interrupt method.Is this possible.Please if somebody can help.Some code examples will be helpful.
  • Need to know what code to use to take an average
    Hello, I am trying to find out how to write a program which will take the average over the day. I dont want it to just take the average over the last 24 hours, I know how to do that, rather I want to...
  • how to sent Letter "A" from Microprossor to Hyperterminal
    #include <REG51KJ.h> #include <stdlib.h> void serial_init() { TMOD = 0x20; //set timer 1 mode to 8-bit-auto-reload SCON = 0x50; //enable reception , det serial port mode to 8-bit UART REN ENABLE...