About qt5 serialport class
-
QSerialPort is an I/O device, it has nothing to do with your OS detecting new hardware. you can use libusb to detect plug events. see an example here
-
QSerialPort is an I/O device, it has nothing to do with your OS detecting new hardware. you can use libusb to detect plug events. see an example here