Looking for SIO prx code sample I found a Fanjita's sio sample that make this calls:
Code: Select all
void _sioInit(void)
{
sceHprmEnd();
sceSysregUartIoEnable(4);
sceSysconCtrlHRPower(1);
}
Function prototype are declared at the top of code so I imagine locator will know (and solve) addresses to call..
Is there some function docs ? Where ?
Prefix 'sce' stand for Sony's api?
Will this lines:
Code: Select all
USE_KERNEL_LIBC=1
USE_KERNEL_LIBS=1
I'd like to develop an application (prx) that will use RS232. I found some sample code here in ps2dev and I'll appreciate any suggestion on working prx code with CF 5.
Thanks very much for your help!