Skip to content

Commit

Permalink
Updated CPU-style FIFO mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
coolnumber9 committed Aug 22, 2011
1 parent aea8f6a commit 1831d82
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions FTDI_NET_Wrapper/FTDI_NET_Wrapper/FTDI_NET.cs
Expand Up @@ -51,6 +51,9 @@ enum MpsseMode : uint
BITMODE_MPSSE = 0x02,
BITMODE_SYNCBB = 0x04,
BITMODE_MCU = 0x08,
/* CPU-style fifo mode gets set via EEPROM */ // coolnumber9, 03/01/10
BITMODE_OPTO = 0x10,
BITMODE_CBUS = 0x20 // coolnumber9, 03/01/10
};

/* Port interface code for FT2232C */
Expand Down

0 comments on commit 1831d82

Please sign in to comment.