• UART
    Hello friends, I am new to ARM. I want to start my ARM board for LPC2148 . I am serching for UART code. Please let me know if anybody have done it. Thanks sangram
  • 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
    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
    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;...