PSVita kernel module and sample for communicating via serial protocol through FTDI adapters
- Install vitausb from https://github.com/isage/vita-packages-extra
mkdir build && cmake -DCMAKE_BUILD_TYPE=Release .. && make install- Add libvf.skprk under
*KERNELin tai config
- FT230X
- FT4232H / FT2232H
- FT232R / FT245R
- FT2232L / FT2232D / FT2232C
- FT232BM / FT245BM (and the BL/BQ variants)
- FT8U232AM / FT8U245AM
- Only first interface on dual/quad-interface chips are supported
- Only FT232R tested
- Bitbang and eeprom reading/writing isn't implemented
See libvf.h, api is pretty self-explanatory.
GPLv3, see LICENSE.md