I'm trying to fix an old Keithley 2700 I got from a school lab. The screen is mostly dead and only a few parts light up. Hoping to replace it with a small OLED screen using a microcontroller. I saw that the display board uses an 8051 chip to control the VFD with shift registers. I checked Port 2, but one pin (P2.1, maybe called SEGDATA_I?) doesn't seem to work.
The rest of the board still works fine, including the buttons. I'm wondering if I can read the data from the serial line between the main board and the display instead. Has anyone figured out how that works on Keithley or HP units like this? The manual says the speed is 192k baud with 1 stop bit. Just want to know if that's correct.
The rest of the board still works fine, including the buttons. I'm wondering if I can read the data from the serial line between the main board and the display instead. Has anyone figured out how that works on Keithley or HP units like this? The manual says the speed is 192k baud with 1 stop bit. Just want to know if that's correct.