mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-11 23:25:57 +01:00
2020-02-14 Fred Gleason <fredg@paravelsystems.com>
* Cleaned up the device access mode in the BroadcastTools 10x1 switcher driver.
This commit is contained in:
@@ -44,7 +44,7 @@ Bt10x1::Bt10x1(RDMatrix *matrix,QObject *parent)
|
||||
bt_device->setSpeed(tty->baudRate());
|
||||
bt_device->setWordLength(tty->dataBits());
|
||||
bt_device->setParity(tty->parity());
|
||||
bt_device->open(QIODevice::Unbuffered|QIODevice::ReadWrite);
|
||||
bt_device->open(QIODevice::Unbuffered|QIODevice::WriteOnly);
|
||||
}
|
||||
delete tty;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user