If you see a yellow exclamation mark, you may need to manually assign the COM port number in the driver properties.
import zipfile, sys, subprocess, platform z = zipfile.ZipFile("asr9xx_usb_console_drivers.zip") z.extractall("c:/temp/drivers" if platform.system()=="Windows" else "/tmp/drivers") if platform.system() == "Windows": subprocess.run(["dpinst.exe", "/Q"], cwd="c:/temp/drivers/Windows") asr9xxusbconsoledriverszip hot