mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
e365a2839d
* use QSerialPortInfo do detect presence of a serial port (fix #836) * checking for existence of device file does not work on windows * instead: construct QSerialPortInfo from device name and check, if it is not null When constructing QSerialPortInfo from device name, this constructor finds the relevant serial port among the available ones according to the port name name, and constructs the serial port info instance for that port. (https://doc.qt.io/qt-5/qserialportinfo.html#QSerialPortInfo-2) * serial port: set device in error with a failure text, if device name is invalid Co-authored-by: heiko <heiko@bihr.internal> |
||
---|---|---|
.. | ||
LedDeviceAdalight.cpp | ||
LedDeviceAdalight.h | ||
LedDeviceAtmo.cpp | ||
LedDeviceAtmo.h | ||
LedDeviceDMX.cpp | ||
LedDeviceDMX.h | ||
LedDeviceKarate.cpp | ||
LedDeviceKarate.h | ||
LedDeviceSedu.cpp | ||
LedDeviceSedu.h | ||
LedDeviceTpm2.cpp | ||
LedDeviceTpm2.h | ||
ProviderRs232.cpp | ||
ProviderRs232.h |