IIRC someone suggested using a multisync monitor, that is likely to be the cheapest and
simplest way ahead. SyncOnGreen to Grn should give you a nice green greyscale - white
would require a video buffer (the problem is loading by the terminators - which might just
be switchable / linkable). However UK prices for 19" NEC MultiSyncs are about ?200,
i.e. double the price of cheap TFTs. Perhaps you can pick up a small second hand one.
Boxes are available to convert RGB to VGA, see e.g.
http://www.cadesigns.co.uk/mi1a.htm.
Not cheap, just slightly less than a multisync monitor, but the target market is banking.
I have used these for (VaxStation) VCB02 (RGB) to (VGA) TFT conversion. Although the Hz
fit of the screen image can be a bit "iffy" - infinitely better than working on
the console port.
If you wish to roll your own, which I'm certain you don't, the Intersil EL4583
data sheet and associated apps notes are a good place to start. Additionally, the apps
notes contain a fair bit of background information which may be of interest.
Martin
-----Original Message-----
From: cctalk-bounces at
classiccmp.org [mailto:cctalk-bounces at
classiccmp.org] On Behalf
Of Tony Duell
Sent: 10 January 2008 21:52
To: cctalk at
classiccmp.org
Subject: Re: Converting monochrome video signal to VGA monitor?
I need to
determine the video signal level. Apparently VGA uses 0.7V
p-p, so I might need to add a resistor in-line to reduce the voltage if
it's any higher.
Or more properly a voltage divider.
Most VGA monitors terminate the input siganls into 75 ohms -- basically
there's a 75 ohm resistor from the input signal to ground. You can use
that as the lower resistor of the potential divider.
Unfortunately
I don't have access to an oscilloscope.=20
Too bad, as the peak-to-peak amplitude of the signal is really what you'=
d=20
need to know here.
Could I just arrange for a full-screen white
image to be shown, measure=
=20
the voltage using a normal DC multimeter, and
multiply up the value
shown to account for the proportion of each scanline corresponding to
sync/flyback?
Not likely.
The first thin to do is to see what supplies the converter board takes.
If it takes some high voltage (say around 40V), this could well be for a
video output stage on that board, which will complicate things. Look out
for any signs of a step-up voltage converter on the board too.
Assuming there's just a 5V supply, I think it's safe to assume the video
output siganl has an amplitude of less than that.
A tirck I've used in the past to find the peak value of a signal in the
absense of a suitable 'scope (in my case, the signal was a narrow pulse,
so I'd hae needed a good storage 'scope), is to use an analogue
comparator chip.
Get a suitably fat one that covers the voltage range you're looking at
and power it approriately. Connect one input to the signal under test
(the video output signal here), the othre to a mutil-turn potentiometer
conencted across a stable voltage source. Monitor the output of the
comparator with a logic proe, and turn up the pot' until the output just
stops pulsing. Now the voltage on the pot' slider is just above the peak
voalue of the signal. And since that voltage is a steady DC one, it can
be measured with a DMM.
-tony