• Readonly
description: string
The device description
• Readonly
is_open: boolean
Is true
if the device is currently open
• Readonly
serial_number: string
The device serial number
• Readonly
type: string
The device model type ("FT232R"
, "FT2232H"
, ...)
NOTE: See src/utils.c
for the list of possible types
• Readonly
usb_loc_id: number
The device USB port location on the system
• Readonly
usb_pid: number
The device USB Product ID
• Readonly
usb_speed: string
The device USB speed (high-speed
or full-speed
)
• Readonly
usb_vid: number
The device USB Vendor ID