blob: 3c211a4f0a6d1f7c376cd01a270d2545d6e50561 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
FTDI USB driver with bitbang mode
libFTDI is an open source library to talk to FTDI chips,
including the popular bitbang mode. The library is linked
with your program in userspace, no kernel driver required.
Supported chips are:
* FT232BM,
* FT245BM,
* FT2232C,
* FT2232D,
* FT245R,
* FT232H,
* FT230X.
|