More actions
(Created page with "{{#seo: |title=Vita Homebrew Apps (Other Apps) - GameBrew |title_mode=append |image=vftermvita.jpg |image_alt=Vfterm }} {{Infobox Vita Homebrews |title=Vfterm |image=vftermvita.jpg |description=PSVita serial terminal. |author=isage |lastupdated=2022/12/20 |type=Other Apps |version=1.0 |license=GPL-3.0 |download=https://dlhb.gamebrew.org/vitahomebrews/vftermvita.7z |website=https://www.reddit.com/r/vitahacks/comments/zqsqbh/release_ftdi_rs232_driver_terminal_app/ |source=...") |
No edit summary |
||
Line 34: | Line 34: | ||
'''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> | ||
==Building== | |||
* Install [[Libvf Vita]] | |||
* mkdir build && cmake -DCMAKE_BUILD_TYPE=Release -DPLATFORM=vita .. && make | |||
==Changelog== | ==Changelog== |
Revision as of 07:50, 28 December 2022
Vfterm | |
---|---|
File:Vftermvita.jpg | |
General | |
Author | isage |
Type | Other Apps |
Version | 1.0 |
License | GPL-3.0 |
Last Updated | 2022/12/20 |
Links | |
Download | |
Website | |
Source | |
The libvf driver simply emulates a standard PC serial port, such that the USB device can communicate like a standard RS232 device.
Description
Through this app we will therefore be able to communicate and issue commands to a device connected via a common USB to RS-232 serial adapter with FTDI chipset.
This app might be useful for managing switches or servers that often have older serial interfaces, more for configuration, management, or troubleshooting purposes.
Installation
- Download and install the plugin libvf.skprx.
- Download and install the app vfterm.vpk.
- Run the app and connect the FTDI dongle via the powered Y-cable.
- Configure the port parameters in the settings and connect the rs232 side to the target device.
Media
psvita ftdi serial (Саги Усаги)
Building
- Install Libvf Vita
- mkdir build && cmake -DCMAKE_BUILD_TYPE=Release -DPLATFORM=vita .. && make
Changelog
(v.1.0)
- First Release.