• 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...
  • Cyrillic scripts
    Hi, how is it possible to add Cyrillic scripts in one of my c-files (working with mdk version 3.4)? const char text_cyrillic = {"Cyrillic script"}; best regards Arne
  • Cyrillic script support for µVision
    Hello everybody, for a russian localization i want to check if an ouput of cyrillic script is possible. How can i set character encoding in µVision? If this is not possible, are there other...
  • Cyrillic symbols in Keil 5.25/5.26
    Hello there! Here is a story: after I started using Keil MDK-ARM 5.25/5.26 I encountered a problem with dispaying cyrillic (russian) symbols; when I'm trying to type them, I see a question marks instead...
  • 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...