You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
569 B
25 lines
569 B
11 years ago
|
/*!
|
||
|
\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
|
||
|
*/
|
||
|
|