GBA Link Cable Mod?
Moderator: Moderators
-
Lorelis-san
- Posts: 101
- Joined: Sat Mar 31, 2007 11:47 am
GBA Link Cable Mod?
I had an idea for a mod for a GBA link cable - mod it into some sort of PC data transmitting/recieving port (Possibly DB25?), configure some way to transfer the data over the internet, and with the instructions and so on, allow the GBA to link to another one across the internet?
Just an idea of mine I had
Just an idea of mine I had
-
So Many Kinds of Bagels
- Posts: 265
- Joined: Sat Mar 17, 2007 10:20 pm
-
Lorelis-san
- Posts: 101
- Joined: Sat Mar 31, 2007 11:47 am
Thats sound like a good idea and if you dont mind i might try to make a cable to link it to the computer.
This page has someusefull info http://www.devrs.com/gb/hardware.php
This page has someusefull info http://www.devrs.com/gb/hardware.php
I'm pretty sure Visual Boy Advance can already do that, so if you found the source code and modified it to pick up the data coming from the real GBA into the DB25 Port and it should be good to go. That also has a possibility to connect to players using an emulator or a GBA.
Thats assuming that the Emulator sends the same data as normal GBA's would, if not, then you'd have to make your own solution.
VBA Link: http://www.vbalink.info/
Thats assuming that the Emulator sends the same data as normal GBA's would, if not, then you'd have to make your own solution.
VBA Link: http://www.vbalink.info/
-
Lorelis-san
- Posts: 101
- Joined: Sat Mar 31, 2007 11:47 am
I was searching on the 'nets, and I got info. Lots of it.
The 6 pins are numbered like so:
Pin 1 is VCC/VDD35, wire in a Nintendo link cabe is n/a
Pin 2 is SO(Output), wire in a Nintendo link cabe is Red
Pin 3 is SI(Input), wire in a Nintendo link cabe is Orange
Pin 4 is SD, wire in a Nintendo link cabe is Brown
Pin 5 is SC, wire in a Nintendo link cabe is Green
Pin 6 is GND, wire in a Nintendo link cabe is Blue
Voltages for Pin 1 are 3V for GBA mode, 5V for GB/GBC mode.
In a GBA link cable, there are 3 plugs. The small master plug, the large slave plug, and the middle socket.
The shield, SC, SD and GND wires link up to their respective places.
The SI wire from the master links to ground just before the middle socket
The SI wire from the slave links to SO from the master socket, not connected to anything from the middle socket.
The SO wire from the master links to the SI wire in the slave
The SO wire from the slave links to the SO wire in the middle socket.
Someone else has already done this mod, or something similar, and all info is from http://work.de/nocash/gbatek.htm#externalconnectors
With this info the mod seems so easy to do. Most of getting the mod will be writing a program to transfer the data over an IP link, which Hamachi would help along with
The 6 pins are numbered like so:
Code: Select all
| 2 4 6 |
| ----- |
\_1_3_5_/
|_|Pin 2 is SO(Output), wire in a Nintendo link cabe is Red
Pin 3 is SI(Input), wire in a Nintendo link cabe is Orange
Pin 4 is SD, wire in a Nintendo link cabe is Brown
Pin 5 is SC, wire in a Nintendo link cabe is Green
Pin 6 is GND, wire in a Nintendo link cabe is Blue
Voltages for Pin 1 are 3V for GBA mode, 5V for GB/GBC mode.
In a GBA link cable, there are 3 plugs. The small master plug, the large slave plug, and the middle socket.
The shield, SC, SD and GND wires link up to their respective places.
The SI wire from the master links to ground just before the middle socket
The SI wire from the slave links to SO from the master socket, not connected to anything from the middle socket.
The SO wire from the master links to the SI wire in the slave
The SO wire from the slave links to the SO wire in the middle socket.
Someone else has already done this mod, or something similar, and all info is from http://work.de/nocash/gbatek.htm#externalconnectors
With this info the mod seems so easy to do. Most of getting the mod will be writing a program to transfer the data over an IP link, which Hamachi would help along with
-
Lorelis-san
- Posts: 101
- Joined: Sat Mar 31, 2007 11:47 am
-
Lorelis-san
- Posts: 101
- Joined: Sat Mar 31, 2007 11:47 am