Home | Forums | What's new | Resources | |
Can you use this instead? |
Duce - Apr 18, 2006 |
Duce | Apr 18, 2006 | |||
http://www.microbarn.com/USBAdapters_ADA-U...sourc... And only $11.99, what do you guys think? |
runderwo | Apr 18, 2006 | |||
Instead of what? A comms link card? No. |
antime | Apr 19, 2006 | |||
Until Pinchy starts selling his USB cartridge solution I think the simplest way is to wire an USB to serial interface to the Saturn's link port. With something like this... you only need to solder three wires, which is not difficult. You will however still need a way to get the transfer software running on the Saturn, currently this means loading it from CD which in turn means you need a modchip. There are certainly other methods (eg. the parallel port FreeWing interface), but they will almost certainly be more difficult to make. |
Duce | Apr 19, 2006 | |||
Show me how to solder that in(via a pic) and I'll be ready, willing, and able to do it. As far as data transfer, what software do you use? |
antime | Apr 20, 2006 | |||
You will need the cable's schematic... and the Saturn link port schematic.... In the link port schematic, note the boxes marked "TPnn". These are test pads found on the underside of the Saturn's motherboard, by the link port. The pads are marked on the motherboard with the same numbers as in the schematic. The connections you need to make are: Cable GND - Link port GND (TP18) Cable TxD - Link port RxD1 (TP16) Cable RxD - Link port TxD1 (TP15) AFAIK, no ready-made software exists for this particular combination, so you'll have to make your own. The Saturn side is pretty straight-forward (the SH7604 manual will help you here), but on the PC side you will have to decide whether to treat the cable as a normal serial port or use direct-access drivers. The difference between the two has been discussed in this thread.... |