QSerialPort - Is it possible to get information about the connected device on the other end of the cable?
Solved
General and Desktop
-
Hello,
I am wondering if it is possible to get information about the connected device trough QSerialPort.
For example:
Device Name, Serial Number, Model, ...I have looked into QSerialport::ObjectName, but this did not seem to provide me the information I was hoping for, unless maybe I am doing something wrong there?
Kind regards,
Yina -
@Yina
no this iss not possible. For example in general the connection can either be established via USB or simple GPIOs.
If you know its connected via USB you need to use some usb library or the platforms native API for example to get such information.