More actions
(Created page with "{{#seo: |title=Vita Homebrew Apps (Plugins) - GameBrew |title_mode=append |image=libvfvita.jpg |image_alt=Libvf }} {{Infobox Vita Homebrews |title=Libvf |image=libvfvita.jpg |description=PSVita FTDI driver. |author=isage |lastupdated=2022/12/20 |type=Plugins |version=1.0 |license=GPL-3.0 |download=https://dlhb.gamebrew.org/vitahomebrews/libvfvita.7z |website=https://www.reddit.com/r/vitahacks/comments/zqsqbh/release_ftdi_rs232_driver_terminal_app/ |source=https://github....") |
No edit summary |
||
Line 32: | Line 32: | ||
* <code>mkdir build && cmake -DCMAKE_BUILD_TYPE=Release .. && make install</code> | * <code>mkdir build && cmake -DCMAKE_BUILD_TYPE=Release .. && make install</code> | ||
* Add libvf.skprk under <code>*KERNEL</code> in tai config | * Add libvf.skprk under <code>*KERNEL</code> in tai config | ||
== Notes == | == Notes == | ||
Line 41: | Line 37: | ||
* Only FT232R tested | * Only FT232R tested | ||
* Bitbang and eeprom reading/writing isn't implemented | * Bitbang and eeprom reading/writing isn't implemented | ||
==Media== | |||
'''psvita ftdi serial (https://www.youtube.com/watch?v=T0qYGE5WfR0 Саги Усаги)'''<br> | |||
<youtube>T0qYGE5WfR0</youtube> | |||
== Documntation == | == Documntation == |
Revision as of 07:30, 28 December 2022
Libvf | |
---|---|
General | |
Author | isage |
Type | Plugins |
Version | 1.0 |
License | GPL-3.0 |
Last Updated | 2022/12/20 |
Links | |
Download | |
Website | |
Source | |
PSVita kernel module and sample for communicating via serial protocol through FTDI adapters.
Devices supported
- FT230X
- FT4232H / FT2232H
- FT232R / FT245R
- FT2232L / FT2232D / FT2232C
- FT232BM / FT245BM (and the BL/BQ variants)
- FT8U232AM / FT8U245AM
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
Notes
- Only first interface on dual/quad-interface chips are supported
- Only FT232R tested
- Bitbang and eeprom reading/writing isn't implemented
Media
psvita ftdi serial (https://www.youtube.com/watch?v=T0qYGE5WfR0 Саги Усаги)
Documntation
See libvf.h, api is pretty self-explanatory.
Changelog
(v.1.0)
- First Release.