Search found 4 matches

by Noobacide
Sun Aug 21, 2005 9:56 pm
Forum: PSP Development
Topic: IR Keyboard Configuration & Driver Program. v.02
Replies: 29
Views: 26489

I've ported this driver: keyboard-symbian and have it integrated into pvnc, but have no way to test yet. If I don't manage to release pvnc soon I'll try to atleast release the keyboard drivers to help other people out. Just so you know, the pocketop keyboard doesnt use propper IRDA framing, and the ...
by Noobacide
Tue Jul 05, 2005 3:06 pm
Forum: PSP Development
Topic: sceNetInetConnect (PspPet please help!)
Replies: 13
Views: 7274

thanks everyone, I managed to get it to work

heres a screenshot i'm sure everyone will enjoy
(Note, its running on my linuxbox, then being exported to the psp with VNC)

http://www.xboxopensource.com/upload/NH ... irefox.jpg
by Noobacide
Mon Jul 04, 2005 4:58 pm
Forum: PSP Development
Topic: sceNetInetConnect (PspPet please help!)
Replies: 13
Views: 7274

ok, I've modified my headers to match. but now instead of connect() returning and error, it never returns :(

not even throwing an exception.
by Noobacide
Sun Jul 03, 2005 12:27 pm
Forum: PSP Development
Topic: sceNetInetConnect (PspPet please help!)
Replies: 13
Views: 7274

sceNetInetConnect (PspPet please help!)

I'm having trouble with getting sceNetInetConnect() to work, either I'm calling it wrong or sony messed with sockaddr_in structure for the psp. struct sockaddr_in { unsigned short sin_family; // REVIEW: is this correct ? unsigned short sin_port; // use htons() unsign...