I am working on a python GUI for serial communication with some hardware.I am using USB-RS232 converter for that.I do'nt want user to look for com port of hardware in device manager and then select port no in GUI for communication.How can my python code automatically get the port no. for that particular USB port?I can connect my hardware to that particular everytime and what will happen if i run the GUI in some other PC.You can suggest any other solution for this.
Thanks in advance!!!