senxor.interface.serial_port senxor.interface.serial_port¶ is_serial_port_senxor(port) ¶ Check if the serial port is a senxor device. list_senxor_serial_ports(exclude_open_ports=True) ¶ List all the senxor serial ports. Parameters: Name Type Description Default exclude_open_ports ¶ bool If True, exclude the ports that are currently open (in use). Default is True. True