summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2017-03-10 10:28:08 +0100
committerLiang Qi <liang.qi@qt.io>2017-03-10 10:28:08 +0100
commitd99b4cf607827bebd62475ed419bd6765a3b1d0b (patch)
treee2cf674a4c61cdec9958d0cc140254ab70d02859 /src
parent1340fedecd841765485beffa7c93320c96f21cdc (diff)
parent39d79e16577331f2a8f84df2f63d28e2f03a1ca4 (diff)
downloadqtserialport-d99b4cf607827bebd62475ed419bd6765a3b1d0b.tar.gz
Merge remote-tracking branch 'origin/5.8' into 5.9
Change-Id: Ib336529542ae9b78937ad1573fde71ccfcc4c1ad
Diffstat (limited to 'src')
-rw-r--r--src/serialport/qserialport.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/serialport/qserialport.cpp b/src/serialport/qserialport.cpp
index 81beb2d..8140deb 100644
--- a/src/serialport/qserialport.cpp
+++ b/src/serialport/qserialport.cpp
@@ -956,6 +956,10 @@ bool QSerialPort::isDataTerminalReady()
property; otherwise \c false is returned and the error code is set to
NotOpenError.
+ \note An attempt to control the RTS signal in the HardwareControl mode
+ will fail with error code set to UnsupportedOperationError, because
+ the signal is automatically controlled by the driver.
+
\sa pinoutSignals()
*/
bool QSerialPort::setRequestToSend(bool set)