API Reference v10.1.0

SerialPortDetailsstruct

Module: ZaberMotion

Holds details of a serial port on the computer.

To use this type, add import ZaberMotion to the top of your source code.

Index

pProperties

Properties

p

name

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

usbInfo

optional
serialPortDetails.usbInfo
SerialPortUsbInfo? USB identifiers of the device connected to the port, or null if it is not a USB device.