Page 1 of 3
New video connector ?
Posted: 21 Sep 2018 13:01
by exxos
As a thought about how annoying the video connector is solder, and the limited number of pins etc..
I was half wondering if you the motherboard should go with the Falcon style connector instead ? Courses does also mean the problem of sourcing suitable connectors..
We could just simply go with a normal VGA connector. It would give us two more pins, but it looks like this connect as RGB grounds as well, so a normal VGA cable my not simply plug into this thing..
The thought there is as there are 3 grounds, then that is 15 pins - 3 = 12 pins.. So we would actually be one short to match the 13 pin din connector. The option would be to not use separate grounds, but this would mean a standard VGA cable could not be used.. But at least it would be easier connector to obtain and solder cables up for and we could do our own pinout. But still annoying to have a seperate cable than a normal ST one :roll:
Re: New video connector ?
Posted: 21 Sep 2018 15:59
by PhilC
The VGA cable is marginally better for soldering and of course is universally available, so that would get my vote.
Re: New video connector ?
Posted: 21 Sep 2018 16:36
by Atarian Computing
I say incorporate UBE into the new STF and use a VGA port and a switch in it's vicinity.
Re: New video connector ?
Posted: 21 Sep 2018 17:21
by PhilC
Atarian Computing wrote: 21 Sep 2018 16:36
I say incorporate UBE into the new STF and use a VGA port and a switch in it's vicinity.
Actually that's a very good idea
Re: New video connector ?
Posted: 21 Sep 2018 18:34
by stephen_usher
Have you thought about using a DB9, as the CGA standard used.
Surely you only need:
- R
- G
- B
- VSYNC
- HSYNC
- Composite Sync
- +5V
- Ground
- High-res detect
You can use an adapter cable to make up anything else you need. (Sound could be on a separate jack plug.)
Re: New video connector ?
Posted: 21 Sep 2018 19:29
by troed
Here's exactly what should be done:
_Mux_ Shifter RGB and Mono signals to VGA RGB output. It's up to the user of the board to have a compatible monitor connected. For those with a multisync monitor they'll need no switch, all modes with display.
(This will become even more important with the doubleST and Czietz-trick videomodes)
Re: New video connector ?
Posted: 21 Sep 2018 19:32
by Atarian Computing
troed wrote: 21 Sep 2018 19:29
Here's exactly what should be done:
_Mux_ Shifter RGB and Mono signals to VGA RGB output. It's up to the user of the board to have a compatible monitor connected. For those with a multisync monitor they'll need no switch, all modes with display.
(This will become even more important with the doubleST and Czietz-trick videomodes)
/thread
Re: New video connector ?
Posted: 24 Sep 2018 16:19
by exxos
troed wrote: 21 Sep 2018 19:29
_Mux_ Shifter RGB and Mono signals to VGA RGB output. It's up to the user of the board to have a compatible monitor connected. For those with a multisync monitor they'll need no switch, all modes with display.
That is probably a good idea..
We could multiplex RGB & MONO to the RGB buffers..
I guess it depends how we want to do the switch.. We could just wire it directly to the MONO_DETECT pin to select the multiplexer input.
Re: New video connector ?
Posted: 24 Sep 2018 17:01
by troed
Yeah I don't know enough electronics for this, but I tried reading up on it a while back and it seemed people claimed you'd need to do it with opamps. Basically always combine the signals. We know it's going to be either/or that's currently of interest, never both at the same time (of course).
Re: New video connector ?
Posted: 24 Sep 2018 17:15
by exxos
Mux are easy enough. Really just 2 buffers in parallel, just enable one or the other set of buffers. RGB on one set of inputs, MONO on all RGB inputs on the second buffer. I think its basically what the UBE does.