Page 1 of 1

USB Devices on PS2

Posted: Fri Nov 23, 2007 2:59 am
by thiagorod
Can the PS2 be programmed to interface with any kind of USB devices (such as Digital TV receivers) or can only handle Mouse and Keyboard USB ?

Thnx

Re: USB Devices on PS2

Posted: Fri Nov 23, 2007 3:18 am
by J.F.
thiagorod wrote:Can the PS2 be programmed to interface with any kind of USB devices (such as Digital TV receivers) or can only handle Mouse and Keyboard USB ?

Thnx
It will handle any kind of USB device YOU program it to handle. The SDK just provides code for keyboards, mice, and USB sticks. Remember that it is only USB 1, so high speed devices won't be high speed.

Re: USB Devices on PS2

Posted: Fri Nov 23, 2007 4:32 am
by thiagorod
J.F. wrote:
thiagorod wrote:Can the PS2 be programmed to interface with any kind of USB devices (such as Digital TV receivers) or can only handle Mouse and Keyboard USB ?

Thnx
It will handle any kind of USB device YOU program it to handle. The SDK just provides code for keyboards, mice, and USB sticks. Remember that it is only USB 1, so high speed devices won't be high speed.

Thank you for the reply. Does the "homebrew" development kit available at PS2DEV support the USB programming?

Posted: Fri Nov 23, 2007 4:51 am
by J.F.
Why don't you set it up and look for yourself? Are you a developer, or aren't you?

Posted: Fri Nov 23, 2007 4:57 am
by thiagorod
J.F. wrote:Why don't you set it up and look for yourself? Are you a developer, or aren't you?
Windows developer, yes. Not yet for PS2 :-)
I´ll set it up.

Posted: Fri Nov 23, 2007 5:35 am
by J.F.
Once you do, just look at the code for the USB mass storage driver, the mouse, and keyboard. That should be enough to get you going. There's a reason all that stuff is open source. ;)

Posted: Fri Dec 21, 2007 10:51 am
by Pac-Man
You can program it to use or it should read most usb keyboards.

Keypad instead of keyboard

Posted: Sat Mar 15, 2008 10:26 pm
by Thirpeaux
Has anyone implemented anything using a numeric keypad instead of a keyboard? If so, does the keyboard driver work 'as is'?