??? 04/20/07 13:53 Read: times |
#137627 - 75 Ohm it is... Responding to: ???'s previous message |
VGA inputs often have a low input resistance
(75 Ohm if I remember correctly - on some (very) old monitors you could switch them off) From memory, I think the *old* CGA/EGA monitors used TTL levels for the color drive rather than 75-ohm 1Vp-p analog. With 8051's weak internal pullup and your 1 k external pullup resistor you won't be able to drive the inputs to appropriate levels. You are quite correct - this reminds me of the problems I encountered with my 8051 video game console: http://au.geocities.com/vz300/vgc.htm To make the 8051 drive into 75-ohms line impeadance. I built a discrete 9-bit color DAC to perform the task. Trouble was, this circuit needed one BC327, 12 resistors and 23 diodes! On the plus side, it did work and all parts were readily available... If I were to do it all again, I probably would've used R-2R ladders with some high speed op-amps instead... Valentin |