• nothing
    hello every one, when i sent my data of adc to PC i have to press reset every time otherwise it is not possible to receive in Pc can any one help me ? i use P89V51RD2 and ADC0808. i use visual basic...
  • nothing
    this nothing line makes the error; send_the_data ( HALF__ENG ) ; WHY?
  • Jtag interface for lpc2148
    Hi Everyone, I have lpc2148 blueboard and am trying to interface USB JTAG to it under KEIL development IDE.. Can anyone guide me regarding this..?? Am using windows xp OS.. Thanks in Advance...
  • printf problem (nothing in Debug (printf) window)
    Hi all, I have nothing in the Debug (printf) window dialog when I use the printf instruction. (UART #x too) Is there something to initialize, or include a specific header? How the printf could...
  • why the serial window gets nothing ?
    In debug mode , why the serial window gets nothing output? Thank You #include <at89x51.h> #include <stdio.h> void main(void) { SCON = 0x50; TMOD = 0x20; TCON = 0x40; TH1 = 0xE8; TL1 ...