I have multiple Serial Port devices that I am trying to get my script to automatically identify and connect to. I'm seeing the function "scriptThread.availableSerialPorts();" and am getting the list of available ports, but would like to take this one step further of identifying what device is connected to each port. I see in the main console settings the 'Vendor Id' and 'Product ID', these are the parameters I am trying to get within my script.
Thanks!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have multiple Serial Port devices that I am trying to get my script to automatically identify and connect to. I'm seeing the function "scriptThread.availableSerialPorts();" and am getting the list of available ports, but would like to take this one step further of identifying what device is connected to each port. I see in the main console settings the 'Vendor Id' and 'Product ID', these are the parameters I am trying to get within my script.
Thanks!
Hi,
you cannot do this at the moment. But I think I will add this in the next release.
Regards