• Trouble displaying on second line of PC1202-A
    Hi! I'm working with the Powertip character LCD (PC1202-A). The LCD driver is HD44780 compatible. I've tested all the other functions and they are working fine but I'm unable to display anything on...
  • COMMAND LINE
    WHAT IS COMMAND LINE IN KEIL? HOW TO PASS PARAMETER VIA IT? FOR COMPILING PROGRAM BY --C99 WHICH PARAMETER HAS TO BE SET
  • Retrieving data from array.
    Hi, I am trying to retrieve data from an array "Buf" to register but am unable to do so. Below is my code: >>>> long T_msec,Div= 360000; int T_hours; char Buf[3]; while(1) { check_digit();...
  • Floating License - Command Line?
    C51 v8.00 can be installed with floating licenses instead of single user licenses. The "Licensing" manual states that uv3 automatically obtains licenses as needed. We often don't use uv3, but instead...
  • Uv2 Command line
    Any one knows how I can get the return value of the previous build when I invoke uv2 on command line with -b option. echo %errorlevel% returned 0 for a failed build. Any other way other than parsing...