Home | Forums | What's new | Resources | |
Continuing the comm port discussion... |
TakaIsSilly - Mar 14, 2003 |
< Prev | 1 | 2 | 3 | Next> |
TakaIsSilly | Apr 8, 2003 | |||
Way, more of me poor monologue
http://sweet.ua.pt/~a19824/en_satlink.htm... With a new, fixed schematic and *gasp* a power LED Also, as you might know I've been using BSch... to make the schematics for this project. As people found the program interesting, I made an unofficial english version: http://sweet.ua.pt/~a19824/binary/bsch092_e.rar... I'm translating the documentation as well, but not with great hurry. |
TakaIsSilly | Apr 9, 2003 | |||
Yeah, i considered TX/Rx LEDs as well... alas, Hitachi docs for the sh7604 claim maximum output current for the pins is 2.0mA, so i'd have to add a gate logic device to power the leds instead ^^; We'll see about that on the final design... Mutch like the MIDI port i'm considering |
TakaIsSilly | Apr 29, 2003 | |||
Oke, first the good news. I've finnaly put the schematic together , and I have a prototype ready for testing. Bad news: 1) The +5V from the Saturn seem to be there only for show. Connecting the MAX232, a minimal consuption device, drops the voltage to around 2V. The current schematic has to feed from the printer/joystick port... 2) I'm having trouble mapping all the pins to the inhards of the cable, I'll be using one of my disassembled saturns to check that problem tomorrow. 3) The biggest one : my code doesn't work >_<;. Saturn is refusing to send any data so far... Could someone tell me at what clock speed speed a PAL (50Hz) Saturn runs? |
TakaIsSilly | Jun 18, 2003 | |||
Just to say i'm still working on this. I just forgot important parts of the cable back in college ^^; sorry. |
mrkotfw | Jun 19, 2003 | |||
what exactly are you guys trying to do |
TakaIsSilly | Jun 19, 2003 | |||
Part 1 of the project - Build a cable that uses the serial port on the back of the saturn, allowing us to link the saturn to the PC. This is aproaching completion. I can't seem to find the 5V pin, altough. I have to completely destroy one of the plugs to find out were it's placed. Part 2 of the project - Develop a set of libraries that alows one to send and recieve data from the Saturn. Develop a program that allows one to upload code, mutch in the same way one would use a PAR to do so. Part 3 of the project - Due to the fact that getting the Link cable that was used in Part1 might become hard (thank you Akuma, btw ^o^), develop a version that can be soldered inside the machine. There |
mrkotfw | Jun 19, 2003 | |||
hey that's GREAT! |
TakaIsSilly | Jun 19, 2003 | |||
The solder version is the version you can built with easily avaiable parts, but the version based on a link cable should require no solder. The uploader is provably gonna be a separate program, and it's provably gonna be slower than a PAR. I'm going for a cheap alternative, not a faster one. As for the transparency, it's too hot around here to awnser |
mrkotfw | Jun 19, 2003 | |||
cool!, hey if you get this to work... will you sell me one for MEGA cheap? im the cheapest bastard on SX! hahaha smile.gif oh too hot for transparency? get yourself a fan then we'll talk cool.gif laugh.gif biggrin.gif cheers.gif oh hey BTW, what is the #define for NBG0 and NBG3 ? can you guys please tell me? thanks. |
vbt | Jun 20, 2003 | ||||
Nescphp, I can only give you that, i don't know if it's enough for you :
Code:
|
printf | Jun 20, 2003 | ||||
vbt already gave you a couple of #define values for the cell format of NBGs, but I'd like to add that you can put the vram for NBG3 anywhere you want, you will only need to tell your Saturn about it. I think you already know the SGL functions to do so. Please don't forget to put your data where you told your Saturn it'd be. |
mrkotfw | Jun 20, 2003 | |||
thank guys!!!! yes but damn SEGA doesn't show any info about it? where did you get it VBT? |
mrkotfw | Jun 20, 2003 | |||
nevermind. problem fixed. |
Reinhart | Jul 21, 2003 | |||
How goes this interesting project ? |
TakaIsSilly | Jul 21, 2003 | ||||
In more trouble than I originally belived this would be - My software is still unable to send data from/to the PC. This might be due to incorrect information on the Communications Connector, or due to improper initialization of the software to the SCI port(what seems unlikely). Meanwhile, it seems like my ISO creating technique (using mkisofs) doesn't like Saturn very mutch - I've been using the single swap technique, because the IP.BIN on my burn is being refused... So, not much progress yet. |
ExCyber | Jul 21, 2003 | ||||
How are you going about making an image with mkisofs? You might want to have a look at the SMS Plus build files here...; I'm pretty sure that I produced a working image with it, though it was a while ago... |
TakaIsSilly | Jul 22, 2003 | |||
Bah, i've been generating it with mkisofs -G IP.BIN That, now considering your command line, it's hardly correct ^^; |
TakaIsSilly | Oct 16, 2004 | |||
*bump* I might have news about this soon, if time allows. |
< Prev | 1 | 2 | 3 | Next> |