hyperion.ng/libsrc
heikobihr e365a2839d
fix: Windows serialport detection (fix #836) (#837)
* 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>
2020-06-28 22:45:43 +02:00
..
api V4l2 input (#825) 2020-06-17 20:55:57 +02:00
blackborder refactor: Led layout, clearAll (#703) 2020-02-26 18:54:56 +01:00
boblightserver refactor: Led layout, clearAll (#703) 2020-02-26 18:54:56 +01:00
bonjour second part of PR #578 2019-08-03 19:14:52 +02:00
commandline implement set videomode via json api (#457) 2017-08-04 23:08:15 +02:00
db V4l2 input (#825) 2020-06-17 20:55:57 +02:00
effectengine fix: small collection of bugfixed debugger hints and warnings (#801) 2020-05-25 21:51:11 +02:00
flatbufserver fix: multiple memory leaks and segfault issues in Flatbuffer Forwarder. (#709) 2020-03-01 15:37:06 +01:00
grabber Reset/V4L2/Systemd/rpi_ws281x/Profiler (#820) 2020-06-17 20:59:26 +02:00
hyperion V4l2 input (#825) 2020-06-17 20:55:57 +02:00
jsonserver Windows compilation support (#738) 2020-05-12 19:51:19 +02:00
leddevice fix: Windows serialport detection (fix #836) (#837) 2020-06-28 22:45:43 +02:00
protoserver refactor: Led layout, clearAll (#703) 2020-02-26 18:54:56 +01:00
python [HOTFIX] Python module path (Windows) 2020-06-28 16:08:19 +02:00
ssdp add Hue EntertainmentAPI + Forwarder & other Fixes (#592) 2020-05-22 19:40:50 +02:00
utils fix: Rewrite-/LatchTime LedDevice definitions (#785) (#799) 2020-05-26 22:28:36 +02:00
webserver Windows compilation support (#738) 2020-05-12 19:51:19 +02:00
CMakeLists.txt Windows compilation support (#738) 2020-05-12 19:51:19 +02:00