FT2232H Mini Module

Development board for the FTDI FT2232H USB 2.0 dual-channel UART / Serial Converter.

  • Vendor: Future Technology Devices International (FTDI)

UART pin mapping

FT2232H Mini Module Connection – CN2 pinout (UART)

Description

Name

Pin

Pin

Name

Description

3.3VDC (output)

V3V3

CN2-1

CN2-2

GND

0V Power pin

3.3VDC (output)

V3V3

CN2-3

CN2-4

GND

0V Power pin

3.3VDC (output)

V3V3

CN2-5

CN2-6

GND

0V Power pin

Channel A: TXD

AD0

CN2-7

CN2-8

RESET#

FT2232H RESET# pin

Channel A: RTS#

AD2

CN2-9

CN2-10

AD1

Channel A: RXD

VCCIO (input)

VIO

CN2-11

CN2-12

AD3

Channel A: CTS#

Channel A: DSR#

AD5

CN2-13

CN2-14

AD4

Channel A: DTR#

Channel A: RI#

AD7

CN2-15

CN2-16

AD6

Channel A: DCD#

n.c.

AC1

CN2-17

CN2-18

AC0

Channel A: TXDEN

Channel A: RXLED#

AC3

CN2-19

CN2-20

AC2

n.c.

VCCIO (input)

VIO

CN2-21

CN2-22

AC4

Channel A: TXLED#

n.c.

AC6

CN2-23

CN2-24

AC5

n.c.

FT2232H SUSPEND# pin

SUSPEND#

CN2-25

CN2-26

AC7

n.c.

FT2232H Mini Module Connection – CN3 pinout (UART)

Description

Name

Pin

Pin

Name

Description

USB power pin (output)

VBUS

CN3-1

CN3-2

GND

0V Power pin

+5V Power pin (input)

VCC

CN3-3

CN3-4

GND

0V Power pin

n.c.

CS

CN3-5

CN3-6

CLK

n.c.

n.c.

DATA

CN3-7

CN3-8

PWREN#

FT2232H PWREN#

Channel B: PWRSAV

BC7

CN3-9

CN3-10

BC6

n.c.

n.c.

BC5

CN3-11

CN3-12

VIO

VCCIO (input)

Channel B: TXLED#

BC4

CN3-13

CN3-14

BC3

Channel B: RXLED#

n.c.

BC2

CN3-15

CN3-16

BC1

n.c.

Channel B: TXDEN

BC0

CN3-17

CN3-18

BD7

Channel B: RI#

Channel B: DCD#

BD6

CN3-19

CN3-20

BD5

Channel B: DSR#

Channel B: DTR#

BD4

CN3-21

CN3-22

VIO

VCCIO (input)

Channel B: CTS#

BD3

CN3-23

CN3-24

BD2

Channel B: RTS#

Channel B: RXD

BD1

CN3-25

CN3-26

BD0

Channel B: TXD

Example: Using a FT2232H Mini Module to transmit over 2 additional UART channels.

# Channel A
- command: uartCfg UART2 115200
  interface: "0"
  id: "0x0403:0x6010"
- command: uart UART2
  send: "AAAA\r"

# Channel B
- command: uartCfg UART3 115200
  interface: "1"
  id: "0x0403:0x6010"
- command: uart UART3
  send: "BBBB\r"

References