uart

package
v3.6.8+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 24, 2021 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Overview

Package uart will eventually define the API to communicate with devices over the UART protocol.

See https://en.wikipedia.org/wiki/UART for more information.

Index

Constants

View Source
const (
	RX  pin.Func = "UART_RX"  // Receive
	TX  pin.Func = "UART_TX"  // Transmit
	RTS pin.Func = "UART_RTS" // Request to send
	CTS pin.Func = "UART_CTS" // Clear to send

	// These are rarely used.
	DTR pin.Func = "UART_DTR" // Data terminal ready
	DSR pin.Func = "UART_DSR" // Data set ready
	DCD pin.Func = "UART_DCD" // Data carrier detect
	RI  pin.Func = "UART_RI"  // Ring indicator
)

Well known pin functionality.

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL