API Reference v10.0.0

SerialPortDetailsdata class

Module: zaber_motion

Holds details of a serial port on the computer.

To use this type, add from zaber_motion import SerialPortDetails to the top of your source code.

Index

pProperties

Properties

p

name

serial_port_details.name
str Name of the serial port (e.g. COM3 on Windows, /dev/ttyUSB0 on Linux).
p

usb_info

optional
serial_port_details.usb_info
Optional[SerialPortUsbInfo] USB identifiers of the device connected to the port, or null if it is not a USB device.