mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-08 12:10:43 +00:00
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
|
||
|
*/
|
||
|
|