From c24fd46221b98eb2e9248765ae32c0fccbebcd35 Mon Sep 17 00:00:00 2001 From: Karsten Heimrich Date: Wed, 22 Apr 2020 11:17:36 +0200 Subject: Update the docs on unhandled error conditions in QSerialport Commit a1655d6ccf3 has deprecated some error conditions in QSerialport. This patch adds a little bit more information that these error conditions shall be handled in user code now. Fixes: QTBUG-80930 Change-Id: I13e0a27db98729d038fef654a3a36d7091d45358 Reviewed-by: Paul Wicking --- src/serialport/doc/src/index.qdoc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/serialport/doc/src/index.qdoc') diff --git a/src/serialport/doc/src/index.qdoc b/src/serialport/doc/src/index.qdoc index 041188e..d5823d2 100644 --- a/src/serialport/doc/src/index.qdoc +++ b/src/serialport/doc/src/index.qdoc @@ -41,6 +41,8 @@ \li Text mode. \li Configuring timeouts and delays while reading or writing. \li Pinout signal change notification. + \li Special transceiver conditions, like Framing error, Parity error and + Break condition error. \endlist To use the serial port in your application, add the following include -- cgit v1.2.1