Typica is a free program for professional coffee roasters. https://typica.us
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.

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