API Reference v10.0.0

SerialPortUsbInfodata class

Module: zaber_motion

Holds the USB identifiers of a device connected to a serial port.

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

Index

Properties

p

vendor_id

serial_port_usb_info.vendor_id
int USB vendor identifier (VID) of the device.
p

product_id

serial_port_usb_info.product_id
int USB product identifier (PID) of the device.