DirectOutput
DirectOutput framework R2 for virtual pinball cabinets.
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros Pages
DirectOutput.Cab.Out.FTDIChip.FTDI.FT_BIT_MODES Class Reference

Permitted bit mode values for FTDI devices. For use with SetBitMode More...

Public Attributes

const byte FT_BIT_MODE_RESET = 0x00
 Reset bit mode More...
 
const byte FT_BIT_MODE_ASYNC_BITBANG = 0x01
 Asynchronous bit-bang mode More...
 
const byte FT_BIT_MODE_MPSSE = 0x02
 MPSSE bit mode - only available on FT2232, FT2232H, FT4232H and FT232H More...
 
const byte FT_BIT_MODE_SYNC_BITBANG = 0x04
 Synchronous bit-bang mode More...
 
const byte FT_BIT_MODE_MCU_HOST = 0x08
 MCU host bus emulation mode - only available on FT2232, FT2232H, FT4232H and FT232H More...
 
const byte FT_BIT_MODE_FAST_SERIAL = 0x10
 Fast opto-isolated serial mode - only available on FT2232, FT2232H, FT4232H and FT232H More...
 
const byte FT_BIT_MODE_CBUS_BITBANG = 0x20
 CBUS bit-bang mode - only available on FT232R and FT232H More...
 
const byte FT_BIT_MODE_SYNC_FIFO = 0x40
 Single channel synchronous 245 FIFO mode - only available on FT2232H channel A and FT232H More...
 

Detailed Description

Permitted bit mode values for FTDI devices. For use with SetBitMode

Member Data Documentation

const byte DirectOutput.Cab.Out.FTDIChip.FTDI.FT_BIT_MODES.FT_BIT_MODE_ASYNC_BITBANG = 0x01

Asynchronous bit-bang mode

const byte DirectOutput.Cab.Out.FTDIChip.FTDI.FT_BIT_MODES.FT_BIT_MODE_CBUS_BITBANG = 0x20

CBUS bit-bang mode - only available on FT232R and FT232H

const byte DirectOutput.Cab.Out.FTDIChip.FTDI.FT_BIT_MODES.FT_BIT_MODE_FAST_SERIAL = 0x10

Fast opto-isolated serial mode - only available on FT2232, FT2232H, FT4232H and FT232H

const byte DirectOutput.Cab.Out.FTDIChip.FTDI.FT_BIT_MODES.FT_BIT_MODE_MCU_HOST = 0x08

MCU host bus emulation mode - only available on FT2232, FT2232H, FT4232H and FT232H

const byte DirectOutput.Cab.Out.FTDIChip.FTDI.FT_BIT_MODES.FT_BIT_MODE_MPSSE = 0x02

MPSSE bit mode - only available on FT2232, FT2232H, FT4232H and FT232H

const byte DirectOutput.Cab.Out.FTDIChip.FTDI.FT_BIT_MODES.FT_BIT_MODE_RESET = 0x00

Reset bit mode

const byte DirectOutput.Cab.Out.FTDIChip.FTDI.FT_BIT_MODES.FT_BIT_MODE_SYNC_BITBANG = 0x04

Synchronous bit-bang mode

const byte DirectOutput.Cab.Out.FTDIChip.FTDI.FT_BIT_MODES.FT_BIT_MODE_SYNC_FIFO = 0x40

Single channel synchronous 245 FIFO mode - only available on FT2232H channel A and FT232H


The documentation for this class was generated from the following file: