Digital Alignment.
Sony, as most other monitor manufacturers use microcontrollers/DSP’s to control the many different voltages required to drive a CRT so that it works and looks good.
Sony has software called Digital Alignment System or DAS that is run on a PC and connects to the monitor. It allows an inordinate number of variables to be changed, all of which have to be set just right for the monitor to display the colors correctly and in a nice crisp manner.
One of our posters had talked about the Sony DAS software which piqued my interest. It requires the software, an interface box and a special cable.
At first I was worried about signal inversion or other problems (it was mentioned earlier in the thread that the Sony converter box actually converted the RS232 to I2C) and is just hearsay.
I have written firmware on many occasions to communicate with I2C devices and there is no simple method to generate the correct timing pulses from a PC via RS232 to correctly talk to an I2C bus device.
After reviewing the schematics of the G500 it became apparent that the ECS port (that’s what Sony call it - allows connection to a PC) is nothing more than RX/TX & GND. More importantly these signals run directly to the microcontroller inside the monitor to its UART pins. All of the I2C signals are generated by the microcontroller on separate lines.
The connection to the monitor is nothing more than a standard RS232<>TTL converter (AKA MAX232). These are available from a variety of sources but RE Smith make some inexpensive ones @ RS485.COM.
My ECS port is labeled as CN503:
Pin 1 = GND / Ground
Pin 2 = STBY5 / 5VDC when monitor in Standby mode (use it to power the converter)
Pin 3 = RXD / TTL – Connect to TXD of TTL<>RS232 converter
Pin 4 = TXD / TTL – Connect to RXD of TTL<>RS232 converter
The connector is a 4 pin .100” header, all very standard stuff.
I downloaded a copy of the DAS J4.1.2.1 software; DOS based only and turned out to be somewhat of a waste of time. My monitor will talk to the software but then immediately shuts down due to a version mismatch. This was after I wasted many hours transferring it to a DOS box and screwing around with it.
What I hope is that some kind sole will be able to send me the later Windows version of DAS so I can have a go at adjusting the G2 output.
I have done the resistor mod for now, albeit its not what I would like as the screen controls no longer function as they should (increasing brightness dims the gun output).