def find_all_serial_ports(): """ :return: a list of serial port info tuples :rtype: """ all_ports = list_ports.comports() return iter(all_ports)