• 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?
    #include <reg9e5.h> #define POWER 3 // 0=min power...3 = max power #define HFREQ 0 // 0=433MHz, 1=868/915MHz #define CHANNEL 106 // Channel number: f(MHz) = (422.4+CHANNEL/10)*(1+HFREQ) unsigned...
  • 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 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 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; ...