Home | Forums | What's new | Resources | |
Communication port information |
BrokenLizard - Nov 22, 2009 |
< Prev | 1 | 2 | 3 | 4 | 5 | Next> |
zone66x | Mar 22, 2016 | |||||||
Hey BrokenLizard, Glad to see your still alive and kicking
Yeah read your PDF document describing as much.
I started working on creating a communication port connector because your work and dilemma in producing a connector inspired me. I use a "cheap" DaVinci 2.0 Duo which uses the more widespread, accessible and cheaper FDM technology. What printer do you have or are planning to use? If your planning to use an SLA printer then the tolerances of my design will need to be adjusted due to the increased precision of those printers. Here's some pictures of some of the design... andtest print process... for anyone who's interested in 3d printing My current design is using Molex spring type connector used... for connectors like the one used to power floppy drives. It seems to work but they are wider and thicker than what is actually needed. The main problem with this is that the walls between the pins and outer walls of the connector are very thin (~0.2mm and ~0.4mm respectively). If anyone knows of readily available alternative let me know The male DuPont pins would be great to make a printable controller port connector though! Anyhow it's almost time for bed and I still want to get some SH-2 assembly working on my Saturn so I guess I'll leave it at that. Again, Glad to see you're still around and working on your backup thing for the Saturn Regards, Alex |
zone66x | Mar 23, 2016 | |||||
I WANT IT NOW! jk jk After 5 years, I think 2 days of review won't disappoint anyone. There's so little documentation regarding the communication port that even your outdated pdf is still very much appreciated. |
BrokenLizard | Mar 24, 2016 | |||
My work has a MakerBot Replicator 5th Gen with the specifications listed below. There are a few local companies that rent out time on higher quality printers as well. Given that the only quote I could get for professionally made molded connectors was $9,000 (for the first batch of 100 12" single ended cables), rental costs should be far more reasonable. Print Technology: Fused deposition modeling Build Volume: 25.2 L x 19.9 W x 15.0 H cm [9.9 L x 7.8 W x 5.9 H in] Layer Resolution: 100 microns Filament: 1.75 mm [0.069 in] MakerBot PLA Filament Nozzle Diameter: 0.4 mm [0.015 in] As for the contacts, I still have not found my notes with part numbers yet, but I was originally envisioning using contacts of the type general type found in SIM card readers (see the linked picture). I know there are companies that sell the contacts individually, but it will take a little bit of searching. I also have access to friends who are fluent in Chinese so that might help in the search. |
miyasan | Mar 29, 2016 | |||
I got ss-fdd. it is very expensive... I monitored SPI between Saturn and FDD. I wrote a little about it. < (1) send command token(4byte + CRC4byte) {0x80, 0x11, (uint16)partition number, CRC} (2) get ACK(4byte + CRC 4byte) {0x20, 0x00, 0x00 0x00, CRC...} (3) get device information(24byte + CRC 4byte) [0]0x10: start token [1]0xff: [2]-[3]0x0014: total of data [4]0x00: device ID. [5]0x02: total of partition. [6]0x05: SPI clock. [7]0x0c: unknown [8]-[11]0x000b4000: total bytes. 2HD fdd capacity are 1474560bytes, so half are 737280bytes = 0x0b4000. [12]-[15]0x000000b4: total clusters. 1cluster is 4096bytes = 0x1000 [16],[17]0x1000: unknown, maybe read max? [18],[19]0x1000: unknown , maybe write max? [20]-[23]0x00005000: unknown [24]-[27]0x0000fae2: CRC (4) get Floppy state(4byte + CRC 4byte) {0x20, 0x00, 0xff, 0x00, CRC 4byte} |
zone66x | Mar 29, 2016 | |||
Hey all, I just posted the 3d files to print the male communication port connector I made. 3D printer files Enjoys, Alex |
BrokenLizard | Mar 30, 2016 | |||
I just updated my Sega Saturn Floppy Disk Drive Communication Protocol document to version 1.4. Alex, thanks for the 3D models! I'm still looking into finding smaller, gold plated contacts but so far everything I've found would require disassembling an existing connector. Currently, I'm in the process of updating my design to use a faster microcontroller and potentially connect to the SD card using SQI. Additionally, I'm exploring a new protection circuit design for protecting the Sega Saturn's communication port incase contention occurs. This new design might enable faster data transfers, but I will need to test its response dynamics first. Especially since my work bought a 3D digitizer, this recent progress may enable the selling of realistic looking SD card-based floppy drive replicas within a few months. |
BrokenLizard | Mar 30, 2016 | |||
Here is a data sheet with potential contacts. While this week is rather hectic for me, I'll try and go over the dimensions within a few days and see if any of these might work. |
zone66x | Mar 30, 2016 | |||
1447360-9, 1447360-8, 1871059-1 look like the most likely candidates. These all meant to be surface mounted to a PCB though. To use them properly you would need two separate very thin PCBs and solder the pins to them. I guess it's not the end of the world but it would complicate things a bit. Another option would be to maybe use wire and conductive epoxy. |
BrokenLizard | Mar 30, 2016 | |||
We could use PCBs, but I was sort of hoping we could solder wire to the contacts and then pot them. This might require a multi-part connector though. |
zone66x | Mar 30, 2016 | |||||
Yeah true could try that. I was actually looking for the contacts on aliexpress but didn't have any luck finding them. Found them on digikey though. |
BrokenLizard | Apr 11, 2016 | |||
Just wanted to let everyone know I'm still aound and I'm planning on working on the connector soon. I've had very little free time lately and I've been using the time that I do have to finish up a translation project. It's too difficult to simultaneously work on multiple projects, so I'm trying to complete the short ones first. |
ScubaSteve | Mar 16, 2019 | |||
Excuse me while I resurrect this thread. I can't get the documents about the port communication, and this thread died out .wassup. |
vbt | Mar 17, 2019 | |||
I've attached the BrokenLizard...'s file my answer pseudo saturn kai by cafe-alpha... supports the floppy disk, you can have a look at the source code here : PPCenter :: Pseudo Saturn Kai... FDD Operator is here : http://segaxtreme.net/content/satdev/Tools/sega/FD... BrokenLizard's newest page : Sanford T. Freedman | Projects | FloppyFake... (thanks SteveKwok) |
ScubaSteve | Apr 2, 2019 | |||||
Awesome, thank you. I'm Godkingofcanada btw, from the yaba freenode. I 3d printed 6 of the comm port adapters and just wired one. |
ScubaSteve | Apr 2, 2019 | |||
For the comm port, comm 9 through 11 aren't listed on the schematics that I can see, what are they? |
< Prev | 1 | 2 | 3 | 4 | 5 | Next> |