KasperskyOS Community Edition 1.3
Contents
Contents
Uart example
Example use of the UART driver.
This example shows how to print "Hello World!" to the appropriate port using the UART driver.
A full description of the UART driver interface is provided in the file /opt/KasperskyOS-Community-Edition-<version>/sysroot-*-kos/include/uart/uart.h
.
Example files
The code of the example and build scripts are available at the following path:
/opt/KasperskyOS-Community-Edition-<version>/examples/uart
Building and running example
See Building and running examples section.
Page top