• Dont get it
    Sorry. I meant to say Please can someone show me a code fragment using the following code. I think I understand the enum, and the union part. But dont get how the enum works in conjunction with the...
  • Dont get it
    Please can someone show me a code fragment using the following code. I think I understand the enum, and the union part. But dont get how the enum works in conjunction with the union part. Every other...
  • Why Keil C51 V7.50 Compliler XBYTE as Such Result?
    /* **************************************************************************************************** * Filename : MAIN.c * Hardware : Philips P89C51RA2BN + M5M81C55P-2 + SN74HC138 * Software :...
  • gsm dont send msg
    hello, I am doing project on GSM but it not respond my controller(AT89S52).. This is my C code.. please any one help me out.. #include<reg51.h> #include<stdio.h> #include<stdlib.h> unsigned char...
  • Questions about XBYTE
    Hi I'm new to Keil so please bear with me. for(nddX=0;nddX<imgDownloaded.bWidth;nddX++) XBYTE[HIGHEST_BYTE|START_1BYTE]=bImage[nPnt+nddX]; where HIGHEST_BYTE is defined as 0x30 and START_1BYTE...