Module uart

Module uart 

Source

Modules§

count
Module of count.
read
Module of read.
register
Module of register.
set_baudrate
Module of set_baudrate.
start
Module of start.
stop
Module of stop.
unregister
Module of unregister.
write
Module of write.

Enums§

Event
UART events.

Functions§

countNon-native
Returns how many UARTs are on the device.
readNon-native
Reads from a UART into a buffer.
registerNon-native
Registers a callback when a UART is ready.
set_baudrateNon-native
Sets the baudrate of a stopped UART.
startNon-native
Starts a UART.
stopNon-native
Stops a UART.
unregisterNon-native
Unregisters a callback.
writeNon-native
Writes to a UART from a buffer.