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. */