• uart communication
    #include "LPC17xx.h" // Device header enum state_t{idle=0,AA,Cal_lnth,Evt_Data_clt,Cmd_Data_clt,Ack_Data_clt,cal_Check_sum}; enum events_t{aa=0x55,event=0x55,BB=0xbb,timeout,ack=0x33,cmd=0xcc,length...
  • uart communication
    #include "LPC17xx.h" // Device header enum state_t{idle=0,AA,Cal_lnth,Evt_Data_clt,Cmd_Data_clt,Ack_Data_clt,cal_Check_sum}; enum events_t{aa=0x55,event=0x55,BB=0xbb,timeout,ack=0x33,cmd=0xcc,length...
  • UART Communication help
    Hi all, I'm in the process of trying to add a UART interface to an existing program. I have initialized the UART port successfully (as far as I can tell), and before the meat of my program, I have...
  • arm uart communication
    hi, i have a gps based car following device and its processor is STM32L151C8. i wanna communicate arm cpu with uart serial communication. What do u recommend?
  • P89LV51RD2 Uart communication
    I am using P89LV51RD2 with 33 mhz crystal. how can i get 9600 baud rate with the same crystal? It would be helpful if i get a sample code. Where i can get the header file for the same controller? ...