• problem when transmitting the a string data to GPS interface with 8051 uC
    void main(void) { unsigned short l_us_temp; //Disable watchdog timer WDTCN = 0xDE; WDTCN = 0xAD; ExtCrystalOsc_Init(); //Initialise crossbar and GPIO Port_Init(); EMIF_Init(); //Initialise...
  • problem when transmitting the a string data to GPS interface with 8051 uC
    void main(void) { unsigned short l_us_temp; //Disable watchdog timer WDTCN = 0xDE; WDTCN = 0xAD; ExtCrystalOsc_Init(); //Initialise crossbar and GPIO Port_Init(); EMIF_Init(); //Initialise...
  • i want a reciever for a 8051
    please tell me what rf tramsmitter can be used for 8051. my application is for a short distance.say 2oofeet it should be cheap and easily available
  • i want a reciever for a 8051
    please tell me what rf tramsmitter can be used for 8051. my application is for a short distance.say 2oofeet it should be cheap and easily available
  • Send/recieve File
    Hi everybody! I'm a new user for the board MCB 2130(LPC2138) . My aim is to send and recieve a file (*.txt or maybe *.doc) for my computer and process the characters inside that file. I'm using Hyperterminal...