Hi guys,
i want to make a cool thing....use devices with the sio of the psp.
I'm studying how it works, and i'm going to buy a pic to use with serial communication.....but i have a question: how does the port works in a psp program?
I know there is a "putchar" function, but...will the device receive ONLY that, or also cmd etc? And about the device....what cmd to send?
My projects: use a pic to control one or more device by the psp, maybe with a background prx
Studying sio port
-
- Posts: 160
- Joined: Wed Jul 12, 2006 7:09 am
If you use old kernel mode 1.50 CFW homebrew, you don't. If you use the new compatible-with-anything user mode homebrew, you need to use a kernel mode prx. So it depends on who you're targeting - if you want this to run on Slims as well as Phats, you need to make the kernel mode prx for use with the user mode app.roby65 wrote:i'm trying to see if the sio example in the pspsdk works with the remote control of the psp, but....why i must use a prx?