Page 1 of 2

PSX RS-232 Serial I/O for SIOCONS / HIT-SERIAL

Posted: January 3rd, 2013, 9:32 pm
by Shadow
THIS PROJECT HAS BEEN SCRATCHED!

Straight up RS-232 for the PSX. No USB.
This should help get those files and PS-EXE's uploaded for now.

Option 1 Includes: Populated board and 10 pin ribbon connector to PSX serial cable.
Price: $24.95

Option 2 Includes: Un-populated board, no populated board and no 10 pin ribbon connector to PSX serial cable.
Price: $12.95

Image

IC1: SN74LS00 (DIP)
IC2: MAX232 (DIP)
IC3: MAX232 (DIP)


Capacitors: (C1-C10 (all)) 1uF (or more) at 16V. 5mm footprint.

PSX SERIAL:
- 1: PSX RTS
- 2: GROUND
- 3: PSX DTR
- 4: PSX CTS
- 5: PSX TXD
- 6: PSX DSR
- 7: PSX VCC (5.0V)
- 8: PSX RXD
- 9: NC
- 10: NC


PC SERIAL (DB-9):
- 1: NC
- 2: PC RXD
- 3: PC TXD
- 4: PC DTR
- 5: GROUND
- 6: PC DSR
- 7: PC RTS
- 8: PC CTS
- 9: NC


Print out document for wiring:

Code: Select all

IC1: SN74LS00 (DIP)
IC2: MAX232 (DIP)
IC3: MAX232 (DIP)

Capacitors: (C1-C10 (all)) 1uF (or more) at 16V. 5mm footprint.

PSX SERIAL:
- 1: PSX RTS
- 2: GROUND
- 3: PSX DTR
- 4: PSX CTS
- 5: PSX TXD
- 6: PSX DSR
- 7: PSX VCC (3.3V)
- 8: PSX RXD
- 9: NC
- 10: NC

PC SERIAL (DB-9):
- 1: NC
- 2: PC RXD
- 3: PC TXD
- 4: PC DTR
- 5: GROUND
- 6: PC DSR
- 7: PC RTS
- 8: PC CTS
- 9: NC
Serial Port Pinout:
- 1 RTS
- 2 GND
- 3 DTR
- 4 CTS
- 5 TXD
- 6 DSR
- 7 +3.3v
(this is not connected in most cables as it was never required)
- 8 RXD
Image

Re: PSX RS-23http://psxdev.2 Serial I/O for SIOCONS / HIT-SE

Posted: January 5th, 2013, 4:01 am
by CosmoGuy
I don't know much about electronics so... elements for that PCB-board are freely available in shops and i can just solder them? [without any programming/flashging or stuff like that, if you know what i mean].

Re: PSX RS-232 Serial I/O for SIOCONS / HIT-SERIAL

Posted: January 5th, 2013, 11:59 am
by Shadow
Yes. The parts can be found online extremely easily, as well as in electronic stores.
You then just solder them. No need to flash the circuit.

Re: PSX RS-232 Serial I/O for SIOCONS / HIT-SERIAL

Posted: January 11th, 2013, 12:31 pm
by mrhaboobi
So am i correct in thinking you are using DB9 connectors rather than USB A or B on the PSX side? Eg PSX -> USB -> USB -> PC? If so why wuould you use DB9 connector? would be much nicer to use USB ( especially MINI usb )

Re: PSX RS-232 Serial I/O for SIOCONS / HIT-SERIAL

Posted: January 11th, 2013, 2:47 pm
by Shadow
Went down that road remember. It didn't work well. Maybe i'll look into it later on...
This is just pure RS-232 from the PC to the PSX. This is pretty much a Net Yaroze serial cable replication.

Re: PSX RS-232 Serial I/O for SIOCONS / HIT-SERIAL

Posted: January 24th, 2013, 6:27 am
by mrhaboobi
Ok cool, this is great and all, ( i have one of these types of things, but far from being as nicely produced as you have ).. but are you going to consider a basic board to allow PSOne -> USB PC? I know Dans did this a while ago, im not really into the electronics side of thing, so not exactly sure what id need, so keen to see a project like that, would mean nothing more than a small PSone and USb cable to get going :)

Re: PSX RS-232 Serial I/O for SIOCONS / HIT-SERIAL

Posted: January 24th, 2013, 7:08 am
by Patenckin
Is it possible to use this device in combination with PC software to play "Link Cable Compatible" games over Internet?

Re: PSX RS-232 Serial I/O for SIOCONS / HIT-SERIAL

Posted: January 24th, 2013, 12:40 pm
by Shadow
Patenckin wrote:Is it possible to use this device in combination with PC software to play "Link Cable Compatible" games over Internet?
No.

Re: PSX RS-232 Serial I/O for SIOCONS / HIT-SERIAL

Posted: January 24th, 2013, 7:40 pm
by Yuri^Cybdyn
Patenckin wrote:Is it possible to use this device in combination with PC software to play "Link Cable Compatible" games over Internet?
difficult to say, technically possible, but depends on delay between some kind of "packets" that sio used in protocol.

if create something faster ETHERNET adaptor for example or somthing more faster than sio, and then redirect function calls of sio to work with this device, its possible)))

Re: PSX RS-232 Serial I/O for SIOCONS / HIT-SERIAL

Posted: February 1st, 2013, 1:27 pm
by Shadow
Arrived today.

Image
Image

Re: PSX RS-232 Serial I/O for SIOCONS / HIT-SERIAL

Posted: February 1st, 2013, 7:31 pm
by Shadow
All finished. I have some debugging to do though, because it isn't working with SIOCONS -_-*
I have a feeling it's because I am only feeding the MAX's 3.5v and not 5v.
There are 3.3v 232's, but I will need to order some.
I can fix that for now by using the 5v rail on the MULTI-AV OUT.

Image

Re: PSX RS-232 Serial I/O for SIOCONS / HIT-SERIAL

Posted: March 7th, 2013, 1:50 pm
by Shadow
Image

Re: PSX RS-232 Serial I/O for SIOCONS / HIT-SERIAL

Posted: March 8th, 2013, 7:11 am
by mrhaboobi
Heya.

So wondering if you would consider coming up with a simple board using one of these

UB232R

http://www.ftdichip.com/Support/Documen ... UB232R.pdf

Pretty much would do the job to get a mini usb port on the machine. The board would handle any inverted signals etc..

Thoughts? Something you would consider for those of us who dont want old schoool 9 port serial connectors ;)

Re: PSX RS-232 Serial I/O for SIOCONS / HIT-SERIAL

Posted: March 8th, 2013, 10:07 am
by Shadow
Just wait for the PSX Blaster...
This was just a quick side project for some people to get their code uploaded for now.

Re: PSX RS-232 Serial I/O for SIOCONS / HIT-SERIAL

Posted: March 10th, 2013, 8:50 pm
by inc^lightforce
looking forward :dance

Re: PSX RS-232 Serial I/O for SIOCONS / HIT-SERIAL

Posted: April 23rd, 2013, 10:01 am
by LameGuy64
I'm not sure if using a bunch of transistors instead of MAX232 chips to convert the voltages will work. The country where I live sucks because there's no way I can acquire any MAX232 chips.

Re: PSX RS-232 Serial I/O for SIOCONS / HIT-SERIAL

Posted: April 23rd, 2013, 3:47 pm
by Shadow
Theoretically you can make any IC with transistors. Google for it.
The inputs just seem to be going through inverters with pull-down/up resistors.

Image

Re: PSX RS-232 Serial I/O for SIOCONS / HIT-SERIAL

Posted: April 23rd, 2013, 11:23 pm
by LameGuy64
Thanks Shadow! Time to make an extremely lame excuse of a MAX232 clone.

Re: PSX RS-232 Serial I/O for SIOCONS / HIT-SERIAL

Posted: April 23rd, 2013, 11:33 pm
by Shadow
You're welcome and good luck! Please share a photo of your progress as you build it :)

Re: PSX RS-232 Serial I/O for SIOCONS / HIT-SERIAL

Posted: July 4th, 2013, 7:53 am
by bizarro2011
shadow,
you could run homebrew?
managed to do what? :shrug