USB Devices on PS2

Discuss the development of software, tools, libraries and anything else that helps make ps2dev happen.

Moderators: cheriff, Herben

Post Reply
thiagorod
Posts: 4
Joined: Fri Nov 23, 2007 2:57 am

USB Devices on PS2

Post 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
J.F.
Posts: 2906
Joined: Sun Feb 22, 2004 11:41 am

Re: USB Devices on PS2

Post 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.
thiagorod
Posts: 4
Joined: Fri Nov 23, 2007 2:57 am

Re: USB Devices on PS2

Post 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?
J.F.
Posts: 2906
Joined: Sun Feb 22, 2004 11:41 am

Post by J.F. »

Why don't you set it up and look for yourself? Are you a developer, or aren't you?
thiagorod
Posts: 4
Joined: Fri Nov 23, 2007 2:57 am

Post 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.
J.F.
Posts: 2906
Joined: Sun Feb 22, 2004 11:41 am

Post 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. ;)
Pac-Man
Posts: 2
Joined: Fri Dec 21, 2007 10:47 am

Post by Pac-Man »

You can program it to use or it should read most usb keyboards.
Thirpeaux
Posts: 3
Joined: Sat Mar 15, 2008 8:59 pm

Keypad instead of keyboard

Post by Thirpeaux »

Has anyone implemented anything using a numeric keypad instead of a keyboard? If so, does the keyboard driver work 'as is'?
Post Reply