Interface PeripheralUARTOptions

Hierarchy

  • PeripheralUARTOptions

Properties

baud?: number

Uart baud rate. efault is 115200bps

bits?: BitType

Uart bits. Default is 8bit

cts?: number

Pin no of cts

drive?: DriveType

Pin drive type.

flowcontrol?: FlowControlType

Uart flow control type. Default is off.

gnd?: number

Gnd pin no

parity?: ParityType

Uart parity check. Default is "off"

pull?: PullType

Pin pull type

rts?: number

Pin no of rts

rx: number

Pin no of used for receiving data from parts to obniz Board.

Uart stop bit type. Default is 1 Stop bit

tx: number

Pin no of tx is used for sending data from obniz Board to parts.

Generated using TypeDoc