Serial-Devices - Add udev support (#1246)

This commit is contained in:
LordGrey
2021-05-23 19:11:05 +02:00
committed by GitHub
parent 9199aa8216
commit 4c2806f966
3 changed files with 79 additions and 23 deletions

View File

@@ -97,6 +97,8 @@ protected:
/// The name of the output device
QString _deviceName;
/// The system location of the output device
QString _location;
/// The RS232 serial-device
QSerialPort _rs232Port;
/// The used baud-rate of the output device