• UART
    I am new to ARM I have written a code for recieving the character from UART then Display it on the LCD for LPC2148 but when i run it in the proteus then LCD initialises correctly but when it comes to...
  • UART
    Ive tried to move data from Sbuf to Acc..... Ive tried using this code... whil;e debuggin the code ive used the serial window to pass data.... my main aim is to compare data that i recieve from the...
  • UART
    Hi, I'm using a Internal oscillator of 11059200 Hz and i set my desired baud rate. When i'm going to test the serial communication with the application "hyperterminal" from windows, i can't receive...
  • uart
    Can any 1 explain me about "How the UART is connected b/w system bus and rs232 ?
  • Float to UART
    i need to display a floating point number ranging from 0.1 to 0.001 over uart here is what i managed to search from forums and what not unsigned long *chptr; float f=0.1; void main() { PINSEL0=0x5;...