• USART problem
    HI I am working with the ARM AT91SAM7x256. I want to send/receive a float number with USART and I need a code for it. thanks
  • usart
    can the usart port act as both input as well as output port at the same time.
  • USART
    Hi I'm having issue getting the data send from the usart1; I initialised properly, but the problem is not the rightdata is display on my PC terminal; I'm using stm32f407VG #include "stm32f4xx.h"...
  • cmsis usart problem
    hi to all, i am new in mdk5 and i working on a project that in it i need to communicate through usart of my micro, i want to use from cmsis::usart lib to access usart. when i read the documentation...
  • Parity bit problem in USARt
    Hello here my usart settings that it works fine USAR.USART_BaudRate=9600; USAR.USART_StopBits=USART_StopBits_1; USAR.USART_WordLength=USART_WordLength_8b; USAR.USART_Parity=USART_Parity_No ;...