• How to
    Hi I want to update my program using a modem. My idea is to download the new soft and save it in my external Flash. Then i will set the BootVector to point at 01:6000h (89c669). Restart the device...
  • how to simulate
    hellow sir iam using C51 compiler now iwant do ADC oparation using 89c51 i writen the ADC program how to simulate this program Regards, chandu
  • how to emulate.
    How to run ethernet samples in uvisoon i have installed wincap sample is running but there is now ip address in LCD it show only text or tokens ring TCPSTACK 3.75 SAMPLES RUN ON STAND ALONE PC OR REQIURE...
  • How to impliment This
    I want to build circut with 8051 micro controller which detects whether Clock signal is available or not ie I want to detect Clock signal is presetnt or not how to or not do this .
  • How to set
    About that 24LC16B, I have contacted with MicroChip technical staff. my code: for(;;) { START_MEMO(); SHIFT_MEMO( 0xa0 ); SCL_MEMO = 0; MEMO_WAIT; SDA_MEMO = 1; SCL_MEMO = 1; MEMO_WAIT; ...