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.

Enabling UART on Beaglebone Black

I'm having trouble getting UART enabled. I've gone through many different directions on how to enable and troubleshoot from updating …

debian beagleboneblack uart beagleboard microprocessors
Transfering an int as two bytes on the Arduino

I'm sampling at high frequencies and need to transmit the 10-bit ADC value via UART out of my Arduino. By …

c serial-port char arduino uart
UART over USB for STM32 Micro-controller

I'm trying to implement UART over a USB interface on the STM324x9I-EVAL development board. The purpose is to …

embedded usb stm32 uart usbserial
STM32F4 UART Rx Interrupt Example Code

I've been trying to implement a basic per-byte UART Rx Interrupt on a STM32F4 board using HAL skeleton code …

interrupt uart stm32f4
Emulating UART over USB

Does anybody know if it's possible to emulate UART (simple serial transmit and receive) over USB? How would this be …

embedded usb emulation uart
How do the CLOCAL and CRTSCTS Flags in termios.c_cflag Affect the Serial Port?

I want to configure a UART to use the Hardware Flow Control lines RTS and CTS in Linux. According to …

linux serial-port uart termios
Configure minicom to use hardware flow control

Looking for some assistance testing a UART implementation with hardware flow contorl for the OMAP L138. To test the implementation …

embedded hardware uart flow-control omap
STM32: Receiving data via USART

I'm working on STM32 Discovery (F10x family), and I'm trying to send and receive data through USART1. int uart_…

c uart stm32 usart
What does "console [ttyS0] enabled mean?

I am trying to communicate between a single board computer and a PC over COM ports. On the single board …

linux serial-port uart
RS232 (UART) on STM32F4-Discovery (STM32F429ZIT6) with HAL library?

Background Here is some of my background so that your guy could know what related knowledge I have or I …

serial-port embedded uart stm32f4discovery