Bridle API 4.1.99
A Zephyr based application framework
Loading...
Searching...
No Matches
Serial Communication

Serial Communication. More...

Modules

 SC16IS75x UART Driver
 UART part of an SC16IS75x bridge.
 

Detailed Description

Serial Communication.

Since
3.7

A serial device is a piece of hardware that communicates by sending and receiving data one bit at a time, rather than multiple bits simultaneously, over a serial port. This means data is transmitted sequentially, like writing letters one after another, rather than all at once.

In the Zephyr Project and thus in the Bridle Project, a serial driver is a piece of software that allows the operating system to communicate with a serial interface, like a UART. It acts as a bridge between the application using the serial interface and the underlying hardware.