PSP To GPS com via USB

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Locked
McThunderThighs
Posts: 4
Joined: Mon Apr 20, 2009 7:39 am

PSP To GPS com via USB

Post by McThunderThighs »

Yes, I know search search search...

Anyways...after searching I would still very much appreciate some help!

Here is what I am trying to do: Connect the PSP to a Garmin GPS via USB (both have USB-b ports). Programming in C with PSPSDK.

On the physical side, is there any such thing as a USB B-B wire, or am I going to need to make one?

On the software side, has anyone ever done it (eg. save me some time), or have any tips on where to get started?

Thanks all!
-James

// Some relevant things:
http://www8.garmin.com/support/commProtocol.html
User avatar
jbit
Site Admin
Posts: 293
Joined: Sat May 28, 2005 3:11 am
Location: København, Danmark
Contact:

Post by jbit »

You can't connect a USB device to another USB device, the protocol does not work that way.
This has been covered many times here.

http://forums.ps2dev.org/viewtopic.php?t=10939
http://forums.ps2dev.org/viewtopic.php?t=10010
http://forums.ps2dev.org/viewtopic.php?t=8844

Are ones that come up from a quick search...
Locked