• UART sending characters
    Hello! I have a MCBSTR9 chip and i am trying to use the UART for sending some characters to the chip. All works great in simulator but when i am loading it on the chip it doesn't do anything at all....
  • SEND INT AND LONG THROUGH SERIAL PORT
    CAN I HAVE SOME EXAMPLE FOR SENDING A STRING, INT , LONG , TO PC BY SERIAL PORT?
  • Realview: Long Long types
    I am trying to port some code over to a LPC2378 ARM-7 MCU that makes use of "long long" variables. I have not been getting any compiler errors over variables being declared as "long long" but when I...
  • Sending data from 8051 to PC with UART
    Can someone help me with UART? I want send data from the 8051 to my PC via UART. I know which registers I have to set, but how do I send the data to the PC? The program is writen in C. I want this program...
  • 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...