• sending data from computer to phillips 8051 chip
    I am currently working on a project . the chip that i am using is phillips P89V51RD2FA .The chip is embedded in a board created by EMBIN TECHNOLOGIES , MUMBAI , INDIA and is called ETD 140 . i tried...
  • problem with reading from Xdata memory and send to UART
    Hello everybody! I'm quite new to programing with C for 8051, and have a question about writing to Xdata: I'm to trying to store large amount of inforamtion. when I send to stored byte to SBUF to send...
  • sending a long with uart
    xdata unsigned long var_long _at_ 0x0150; unsigned char * pointer; pointer=0x0150; var_long=0x45213256; SBUF=*pointer; ... SBUF=*(pointer+1); ... SBUF=*(pointer+2); ... SBUF=*(pointer+3); ... ...
  • sending of data from ram to usb
    hello sir, i am working on lpc2148 arm processor.In this i want to send the data which is stored in ram to the usb port.how can i do that?? thank you..
  • Unexplained error in sending serial data between 8051s
    This is a follow-up question from my previous thread regarding the sending of serial data from one 8051 to another. http://www.keil.com/forum/docs/thread4180.asp Although I have enabled to have...