Home | Forums | What's new | Resources | |
Preliminary Transfer Cable Protocol |
Mask of Destiny - Oct 11, 2005 |
cgfm2 | Oct 11, 2005 | ||||
For the Saturn, I was thinking a good solution would be wiring up a DLP-TXRX module (http://www.dlpdesign.com/usb/txrx.shtml...) to either one of the SCI channels at the link port connector. It's a RS232-C to USB converter, for just $30 USD, that works with TTL-level signals. It's 3.3V and 5V tolerant, too. If this was done internally at the link port connector on the PCB, you wouldn't need to hack up a serial cable and could just mount the board inside, maybe run a cable out of the MPEG card port to your PC. Not sure what the maximum transfer rate of the SCI is, but the DLP-TXRX works up to 96KBps which is more than adequate. I've used the DLP parts many times in various arcade comms projects and they are very easy to work with. Plus this way you could leave the joystick ports alone. The only difficulty would be using other hardware designed for the link port, but most people probably don't have a Saturn FD drive laying around or do the link-up thing often these days. Maybe a switch could be used to disconnect the RX output of the module, but keeping TX hooked up would be cool to 'capture' serial communication going out of the Saturn when playing a game that uses it. This would work for the Genesis too, but you are limited by the slow baud rates (I think 4800bps max). Any thoughts? The other cool thing is that you could patch the AR firmware to poll the SCI channel for incoming PC commands so you could still load and run software like you would with a Comms Link, though that would work for your method too. (or run a CD-R with a modchip with the program loader, though I don't have one) |
ExCyber | Oct 12, 2005 | |||
You could use something like FTDI's FT245 for a parallel-to-USB conversion. |
fonzievoltonov | Oct 12, 2005 | |||
YEah, the EZ is from cypress (it was 2usd if i remember, and it require a 8mhz clock i think)... I took a look @ some datasheets a few months ago... seems they are simple to use (they are even programming samples). Héhé.. the guy is a specialist into little run... like 20-40 cables... I'll ask. You're true, the saturn connector is not usual. The idea would be to have one one side: -USB connector (cable+male or female directly) On the other side (after a little box with chip): -Saturn pad (cable+male or female directly?) -MD pad (cable+male or female directly?) -db25 connector (in the case we want to deal with old boards later) So all combinaisons are possibles... |
LocalH | Oct 13, 2005 | |||
This could also be useful for making content-creation tools that run on an actual Genesis, rather than having to go through external means to generate and convert the image or sound data (or hand-convert it yourself in raw hex). |