Search found 17 matches
- Sun Feb 28, 2010 3:31 am
- Forum: PSP Development
- Topic: PSP SIO and Suspend
- Replies: 2
- Views: 6560
I did various attemps on that I tried using the PowerCallback stuff #define POWER_CB_POWER 0x80000000 #define POWER_CB_HOLDON 0x40000000 #define POWER_CB_STANDBY 0x00080000 #define POWER_CB_RESCOMP 0x00040000 #define POWER_CB_RESUME 0x00020000 #define POWER_CB_SUSPEND 0x00010000 #define POWER_CB_EXT...
- Sat Feb 27, 2010 10:20 pm
- Forum: PSP Development
- Topic: PSP SIO and Suspend
- Replies: 2
- Views: 6560
PSP SIO and Suspend
Hey, well, at the moment I'm messing with the PSP's serial port. It seems to be very usefull. Still I'm experiencing some problems. I tried using the pspDebugSio* calls but those don't seem to work for me. I can't read anything from the serial port. I am using a kernel mode plugin, but it won't give...
- Fri Feb 19, 2010 2:09 am
- Forum: PSP Development
- Topic: HELP! A complete valid pinout for the psp slim remote
- Replies: 30
- Views: 194837
anyone knows if the component TV out uses the SIO? I want to connect both, TV cable + µc with UART to the PSP TD okay, works: Needed by SIO: 1) rx 8) Tx 9) Dgnd ( Agnd in Comp Cable mode ) Needed by TV Out: 3) Cable detect input ( 42k to gnd= component cable present ) 5) Pb 10 ) Y 11) Agnd 12) Pr An...
- Mon Jun 08, 2009 9:32 pm
- Forum: PSP Development
- Topic: Using Serial Port
- Replies: 12
- Views: 5301
- Mon Jun 08, 2009 1:57 am
- Forum: PSP Development
- Topic: Using Serial Port
- Replies: 12
- Views: 5301
quite a while ago i found out how to hook xmb stuff i can already tipe in things to the osk and so on but i still have a problem if i connect a LED to +vs and gnd of the serial port it works if i check the voltage it says 1.9V but as soon as i connect my max1674 the psp screen goes black and the pow...
- Fri May 22, 2009 3:26 am
- Forum: PSP Development
- Topic: C++ ends up in undefined references
- Replies: 4
- Views: 2015
- Fri May 22, 2009 12:50 am
- Forum: PSP Development
- Topic: C++ ends up in undefined references
- Replies: 4
- Views: 2015
- Fri May 22, 2009 12:22 am
- Forum: PSP Development
- Topic: C++ ends up in undefined references
- Replies: 4
- Views: 2015
C++ ends up in undefined references
Hey, well, I want to use Object Oriented Programming so I took my program (that compiles just great in C), changed it to .cpp, added my classes, added -lstdc++ to the makefile and what happened? I can't compile anymore! It gives me undefined references when linking I think. See the errors: 1>C&#...
- Thu May 21, 2009 5:51 pm
- Forum: PSP Development
- Topic: Using Serial Port
- Replies: 12
- Views: 5301
- Wed May 20, 2009 11:29 pm
- Forum: PSP Development
- Topic: Using Serial Port
- Replies: 12
- Views: 5301
thanks well there are some strange things I need to have solved... would be great if you'd help me 1. Strange SIO Behaviour The SIO port is working perfectly as long as a USB (!) cable is connected to the PSP. As soon as I disconnect the USB cable I receive 0x00 all the time and if I send data via S...
- Thu Apr 23, 2009 5:21 am
- Forum: PSP Development
- Topic: Using Serial Port
- Replies: 12
- Views: 5301
Hmm I'm experiencing problems with Jeans SIO prx thing. I use the sioReadChar() function (not sioGetChar) and it works just perfect. But the ReadChar function freezes the PSP after 7300 to 7600 bytes I tried the sioGetChar but this is not working at all, I just get -1 all the time TD Interesting: on...
- Wed Apr 22, 2009 3:04 am
- Forum: PSP Development
- Topic: Using Serial Port
- Replies: 12
- Views: 5301
hmm I didn't use hardware SPI but made it completely on my own there may be some debug stuff in it, delay stuff is locked to 1MHz and so on well I just made it to test if it's working at all and it is I need to do the stuff all again when I'm finished with the PSP stuff, but the AVR stuff is working...
- Wed Apr 22, 2009 12:04 am
- Forum: PSP Development
- Topic: Using Serial Port
- Replies: 12
- Views: 5301
Using PIkey with Jean's plugin, everything was able to be powered directly from the SIO port by also building a small circuit using a MAX756 step-Up DC-DC converter. This is the standard application circuit which is shown on page six of the datasheet. In my case the chip was set for 3.3v mode but i...
- Sat Apr 18, 2009 10:29 pm
- Forum: PSP Development
- Topic: Using Serial Port
- Replies: 12
- Views: 5301
Using Serial Port
Hey, I'm trying to connect a PS/2 mouse to the PSP - just for fun. What I did yet: connect the mouse to a ATmega8 microcontroller, writing the functions to send bytes to the mouse and get bytes from the mouse, implementing Serial Out to the app, connecting it via serial to my PC, writing an app on P...
- Sat Feb 21, 2009 4:45 am
- Forum: PSP Development
- Topic: Open Keyboard Project
- Replies: 299
- Views: 405123
- Sat Feb 21, 2009 12:32 am
- Forum: PSP Development
- Topic: Open Keyboard Project
- Replies: 299
- Views: 405123
in a normal scanner made for scanning documents? oO okay but I doubt this will help^^ well for me the circuit stuff looks the same as on your pictures TD okay, scanning was pretty unsuccesfull^^ you can't see anything^^ I'm glad to own a pretty good camera, so I took 2 pictures of the board: http://...
- Fri Feb 20, 2009 10:35 pm
- Forum: PSP Development
- Topic: Open Keyboard Project
- Replies: 299
- Views: 405123