Search found 17 matches

by TokyoDriftPSP
Sun Feb 28, 2010 3:31 am
Forum: PSP Development
Topic: PSP SIO and Suspend
Replies: 2
Views: 3147

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...
by TokyoDriftPSP
Sat Feb 27, 2010 10:20 pm
Forum: PSP Development
Topic: PSP SIO and Suspend
Replies: 2
Views: 3147

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...
by TokyoDriftPSP
Fri Feb 19, 2010 2:09 am
Forum: PSP Development
Topic: HELP! A complete valid pinout for the psp slim remote
Replies: 30
Views: 103738

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...
by TokyoDriftPSP
Mon Jun 08, 2009 9:32 pm
Forum: PSP Development
Topic: Using Serial Port
Replies: 12
Views: 4492

you are great man =]
just connected a diode and now it's working....let's see if it gives me enough power for the mouse and keyboard =]
TD

okay it's not enough =|
TD
by TokyoDriftPSP
Mon Jun 08, 2009 1:57 am
Forum: PSP Development
Topic: Using Serial Port
Replies: 12
Views: 4492

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...
by TokyoDriftPSP
Fri May 22, 2009 3:26 am
Forum: PSP Development
Topic: C++ ends up in undefined references
Replies: 4
Views: 1640

okay i made
extern "C"{
*includes*
*callbacks*
}
in main.cpp and it works now
TD
by TokyoDriftPSP
Fri May 22, 2009 12:50 am
Forum: PSP Development
Topic: C++ ends up in undefined references
Replies: 4
Views: 1640

well the ifdef __cpluplus extern "C" stuff is in the graphics.h and the pgeFont.h, not in the sioDriver.s - this one is being assembled anyway...
but the errors are there when linking, not before, so i think this can't be caused by a mistake in the sources, can it?
TD
by TokyoDriftPSP
Fri May 22, 2009 12:22 am
Forum: PSP Development
Topic: C++ ends up in undefined references
Replies: 4
Views: 1640

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&#...
by TokyoDriftPSP
Thu May 21, 2009 5:51 pm
Forum: PSP Development
Topic: Using Serial Port
Replies: 12
Views: 4492

I am so stupid
I put 1 wire of the psp sio to ground already but I guess it was the wrong one...put the other possible ground wire to gnd now and it works, both problems are solved
xmb hooking prob's still there
=]
TD
by TokyoDriftPSP
Wed May 20, 2009 11:29 pm
Forum: PSP Development
Topic: Using Serial Port
Replies: 12
Views: 4492

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...
by TokyoDriftPSP
Thu Apr 23, 2009 5:21 am
Forum: PSP Development
Topic: Using Serial Port
Replies: 12
Views: 4492

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...
by TokyoDriftPSP
Wed Apr 22, 2009 3:04 am
Forum: PSP Development
Topic: Using Serial Port
Replies: 12
Views: 4492

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...
by TokyoDriftPSP
Wed Apr 22, 2009 12:04 am
Forum: PSP Development
Topic: Using Serial Port
Replies: 12
Views: 4492

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...
by TokyoDriftPSP
Sat Apr 18, 2009 10:29 pm
Forum: PSP Development
Topic: Using Serial Port
Replies: 12
Views: 4492

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...
by TokyoDriftPSP
Sat Feb 21, 2009 4:45 am
Forum: PSP Development
Topic: Open Keyboard Project
Replies: 299
Views: 273074

@HellReborn: why not, this stuff isn't used anyway, where is the difference between "no headphone connected" and "no headphone jack"? the same with the wire connector both SHOULD just be like a cable in a specific shape, no matter if nothing is connected to the cables or or no ca...
by TokyoDriftPSP
Sat Feb 21, 2009 12:32 am
Forum: PSP Development
Topic: Open Keyboard Project
Replies: 299
Views: 273074

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://...
by TokyoDriftPSP
Fri Feb 20, 2009 10:35 pm
Forum: PSP Development
Topic: Open Keyboard Project
Replies: 299
Views: 273074

hey
I just bought a chatpad and opened it
on the chip is written

Microsoft
X814364-001
0837547

I'm in germany
I bought a JDM Programmer, too, it will arrive on monday
so does anyone know anything about this?
TD