More actions
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
|title=Libvf | |title=Libvf | ||
|image=libvfvita.jpg | |image=libvfvita.jpg | ||
|description= | |description=PS Vita FTDI driver. | ||
|author=isage | |author=isage | ||
|lastupdated=2022/12/20 | |lastupdated=2022/12/20 | ||
Line 18: | Line 18: | ||
|source=https://github.com/isage/libvf | |source=https://github.com/isage/libvf | ||
}} | }} | ||
PS Vita kernel module and sample for communicating via serial protocol through FTDI adapters. To use with [[Vfterm Vita|vfterm]]. | |||
== Devices supported | ==Installation== | ||
Add libvf.skprx under *KERNEL in tai config. | |||
==User guide== | |||
Devices supported: | |||
* FT230X | * FT230X | ||
* FT4232H / FT2232H | * FT4232H / FT2232H | ||
Line 28: | Line 32: | ||
* FT8U232AM / FT8U245AM | * FT8U232AM / FT8U245AM | ||
Notes: | |||
* Only first interface on dual/quad-interface chips are supported. | |||
* Only FT232R tested. | |||
* Bitbang and eeprom reading/writing isn't implemented. | |||
* Only first interface on dual/quad-interface chips are supported | |||
* Only FT232R tested | |||
* Bitbang and eeprom reading/writing isn't implemented | |||
==Media== | ==Media== | ||
'''psvita ftdi serial (https://www.youtube.com/watch?v=T0qYGE5WfR0 Саги Усаги)'''<br> | '''psvita ftdi serial ([https://www.youtube.com/watch?v=T0qYGE5WfR0 Саги Усаги])'''<br> | ||
<youtube>T0qYGE5WfR0</youtube> | <youtube>T0qYGE5WfR0</youtube> | ||
==Credits== | |||
[https://www.intra2net.com/en/developer/libftdi/ libFTDI] | |||
== Credits == | |||
== External links == | ==External links== | ||
* Reddit - https://www.reddit.com/r/vitahacks/comments/zqsqbh/release_ftdi_rs232_driver_terminal_app/ | * Reddit - https://www.reddit.com/r/vitahacks/comments/zqsqbh/release_ftdi_rs232_driver_terminal_app/ | ||
* | * GitHub - https://github.com/isage/libvf |
Revision as of 09:56, 1 Ocak 2023
Libvf | |
---|---|
General | |
Author | isage |
Type | Plugins |
Version | 1.0 |
License | GPL-3.0 |
Last Updated | 2022/12/20 |
Links | |
Download | |
Website | |
Source | |
PS Vita kernel module and sample for communicating via serial protocol through FTDI adapters. To use with vfterm.
Installation
Add libvf.skprx under *KERNEL in tai config.
User guide
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.
Media
psvita ftdi serial (Саги Усаги)