PSVita Home
What's New
Homebrew
Plugins

FTDI rs232 driver v1.0 by isage
Last Release: Dec 21, 2022
Downloads: 466

This is kernel driver (module) to handle popular FTDI USB->RS232 adapters.
Plus terminal app to send/receive data and change rs232 settings.
Name Version Released Hits DL Link QR
FTDI rs232 driver v1.0 12/21/22 180 Download QR
FTDI rs232 driver (debug) v1.0 12/21/22 138 Download QR
FTDI rs232 driver (plugin) v1.0 12/22/22 144 Download QR
PSVita kernel module and sample for communicating via serial protocol through FTDI adapters

Building
Install vitausb from https://github.com/isage/vita-packages-extra
mkdir build && cmake -DCMAKE_BUILD_TYPE=Release .. && make install
Add libvf.skprk under *KERNEL in tai config
Devices supported
FT230X
FT4232H / FT2232H
FT232R / FT245R
FT2232L / FT2232D / FT2232C
FT232BM / FT245BM (and the BL/BQ variants)
FT8U232AM / FT8U245AM
Notes
Only first interface on dual/quad-interface chips are supported
Only FT232R tested
Bitbang and eeprom reading/writing isn't implemented
Documntation
See libvf.h, api is pretty self-explanatory.
Name Version Released Hits DL Link QR