pyopticon.utilities.serial_port_scanner module
- pyopticon.utilities.serial_port_scanner.scan_serial_ports()
Enter an infinite loop in which anytime a serial port appears or disappears, its name is printed to the console. This is useful for figuring out which physical devices are represented by which serial ports. This function should be invoked from some kind of Python shell like IDLE so you can see its printed outputs.