Skip to content

Category: PSP

PSP

PMP Converter Update

Little update for the PMP Converter Script:

* Set bitrate via ‘-b’ swicth
* Avoid upload to psp via ‘-n’ switch

Encode video:
**python psp.py -m pmp -i file.mpg -b 600 -n**

[Source](http://optixx.org/download/psp-0.3.tar.gz)

7 Comments

PMP Server Gui

Made a little Gui for the PMP Server Script. Iam Using [PyQT]( http://www.riverbankcomputing.co.uk/pyqt/) as Window Toolkit.

* Config Server Root dir
* File Progress Info
* Support for KDE SystrayIcon

![pic1](http://optixx.org/images/pmp_mod/pmp_server01.png)

![pic2](http://optixx.org/images/pmp_mod/pmp_server02.png)

[Source](http://optixx.org/download/pmp_mod_20060225.tar.gz)

[Binary](http://optixx.org/download/pmp_mod_bin_20060225.tar.gz)

28 Comments

PMP Mod M4g3

Little update:

* Moved Controller polling to gobal Kernel Thread
* HOME Button works now to stop the app

[Source](http://optixx.org/download/pmp_mod_20060219.tar.gz)

[Binary](http://optixx.org/download/pmp_mod_bin_20060219.tar.gz)

30 Comments

PMP Mod M4g3 Update

Updated the Network enabled version.

* Support for Ppslink debugging
* Debug output gets redirected to psplink shell

[Source](http://optixx.org/download/pmp_mod_20050217.tar.gz)

[Binary](http://optixx.org/download/pmp_mod_bin_20050217.tar.gz)

21 Comments

Psplink SIO Cable

Got my SIO Cable for [Psplink](http://forums.ps2dev.org/viewtopic.php?p=31634) working. A Great tool for every PSP Developer. I used [this](http://nil.rpc1.org/psp/remote.html) document to build my own SIO Cable. Building the cable is really easy. You only need a MAX3232 and a few capacitors. I think you can also use a MAX232 (which is cheaper) but you have to lower voltage to 2,5 on TX to PSP. Since i wasn’t able to build a homebrew PSP serial connector i cut off the connector from the psp headphones…

![pic1](http://optixx.org/images/pspsio/pspsio01.jpg)

![pic2](http://optixx.org/images/pspsio/pspsio02.jpg)

![pic3](http://optixx.org/images/pspsio/pspsio03.jpg)

Comments closed