mirror of
https://github.com/caperren/school_archives.git
synced 2025-11-09 13:41:13 +00:00
These are all design documents that I thought I had lost. It's may make me cringe, but it's still cool to use it to see how far I've come.
25 lines
545 B
Plaintext
25 lines
545 B
Plaintext
/*!
|
|
\example examples/uartassistant
|
|
\title UartAssistant Demo
|
|
|
|
The example demonstrates how to use QextSerialPort.
|
|
|
|
Initialze UI element.
|
|
\snippet examples/uartassistant/dialog.cpp 0
|
|
|
|
Initialize serial port
|
|
\snippet examples/uartassistant/dialog.cpp 1
|
|
|
|
port Settings
|
|
\snippet examples/uartassistant/dialog.cpp 2
|
|
|
|
Open or Close the port.
|
|
\snippet examples/uartassistant/dialog.cpp 3
|
|
|
|
Read from or Write to the port
|
|
\snippet examples/uartassistant/dialog.cpp 4
|
|
|
|
\image uartassistant.png
|
|
*/
|
|
|