Elsewhere in this forum (
https://forum.lazarus.freepascal.org/index.php/topic,16616.msg90544.html#msg90544) I found a script that return the friendly name of a serial port via the Windows Registry.
The friendly name is retrieved using the TRegistry.ReadString('FriendlyName') function.
I would expect that it is possible to retrieve other serial port properties as wel via the ReadString function?
With properties I mean those that can be found via the Device Manager -> Ports (COM & LPT)-> Device -> Properties -> Details.
As a quick and dirty test I tried to get the Device description using TRegistry.ReadString('DeviceDescription'), but that failed.
Is it possible to retrieve other properties as wel via the ReadString function?
If so, where can I find a list of the strings to be used and the corresponding properties?
.