Typica is a free program for professional coffee roasters. https://typica.us
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

uartassistant.qdoc 569B

123456789101112131415161718192021222324
  1. /*!
  2. \example examples/uartassistant
  3. \title UartAssistant Demo
  4. The example demonstrates how to use QextSerialPort.
  5. Initialze UI element.
  6. \snippet examples/uartassistant/dialog.cpp 0
  7. Initialize serial port
  8. \snippet examples/uartassistant/dialog.cpp 1
  9. port Settings
  10. \snippet examples/uartassistant/dialog.cpp 2
  11. Open or Close the port.
  12. \snippet examples/uartassistant/dialog.cpp 3
  13. Read from or Write to the port
  14. \snippet examples/uartassistant/dialog.cpp 4
  15. \image uartassistant.png
  16. */