Top "Uart" questions

A Universal Asynchronous Receiver/Transmitter (UART) is used for serial (where each bit of data is transmitted along the same connection) communications over a computer or peripheral device serial port.

stm32f0 uart programming

i'm trying to get the usart to work on my stm32f0-discovery but now i found out that the …

discovery stm32 uart usart
UART controller or RS232 controller? Is UART a general word?

I have a question regarding UART controller. Is UART controller a general name? i mean that if we use RS-232 …

serial-port uart
Correct way of implementing a uart receive buffer in a small ARM microcontroller?

I am looking for ideas for a receive buffer for a small application dealing with 15 byte packets at 921.6Kbaud over …

arm uart circular-buffer
Auto detect UART baud rate of a working device

I have a device which is continuously sending data through UART. I'm trying to read it using a terminal application …

terminal microcontroller uart baud-rate hyperterminal
Atmel SAM4S Xplained UART

I've a SAM4s Xplained and want to use the UART1 but can't find a example or help. I tried …

arm uart
GATT profile and UART service

I am new to developing a mobile app with bluetooth connection to peripheral device. I searched that GATT is the …

bluetooth bluetooth-lowenergy uart gatt btle
read multiple bytes from rs232 to uart (avr atmega16)

i am sending 4 bytes of data from my Pc serially to my atmega16. i use UART. one technique is to …

c avr uart atmega16
How to make UART communication using ST-Link V2?

I have an STM32F417IG mcu connected with my PC. I use CoIDE and an ST-Link\v2 ISOL, to …

serial-port remote-debugging uart stm32f4
How receive data with HAL_UART?

I'm learning about the STM32. I'm want receive data by UART byte-to-byte with interruption. HAL_UART_Receive_IT(&huart1, …

c uart stm32f4discovery hal
Linux Reading Data from UART

I want to read data from UART, i followed this tutorial, the write function works as expected, however i'am getting …

c linux uart