mirror of
https://github.com/Serial-Studio/Serial-Studio.git
synced 2025-01-15 05:22:53 +08:00
Merge pull request #198 from recursivenomad/fix/dtr
Add DTR control signal for Serial connections
This commit is contained in:
commit
48dacaf10f
@ -187,6 +187,7 @@ bool IO::Drivers::Serial::open(const QIODevice::OpenMode mode)
|
||||
{
|
||||
connect(port(), &QIODevice::readyRead, this,
|
||||
&IO::Drivers::Serial::onReadyRead);
|
||||
port()->setDataTerminalReady(true);
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user