Skip to content

Latest commit

 

History

History
80 lines (44 loc) · 1.25 KB

FTDI_DeviceInfo.md

File metadata and controls

80 lines (44 loc) · 1.25 KB

Class: FTDI_DeviceInfo

Table of contents

Properties

Properties

description

Readonly description: string

The device description


is_open

Readonly is_open: boolean

Is true if the device is currently open


serial_number

Readonly serial_number: string

The device serial number


type

Readonly type: string

The device model type ("FT232R", "FT2232H", ...)

NOTE: See src/utils.c for the list of possible types


usb_loc_id

Readonly usb_loc_id: number

The device USB port location on the system


usb_pid

Readonly usb_pid: number

The device USB Product ID


usb_speed

Readonly usb_speed: string

The device USB speed (high-speed or full-speed)


usb_vid

Readonly usb_vid: number

The device USB Vendor ID