Hello all,
I'm new here, thanks for taking the time to read this. I'm a programmer with lots of interest in hardware, but only took a few digital logic classes in college.
Since my Quick Draw's LCD has such a simple interface, I thought I might be able to pull the depth integer (1-6) off the LCD pins, and material (1-9). My plan is to solder a 6" pigtail to each of the LCD's contacts (they're long) and buy a rs-232 or USB controller. Then send that data out to my PC to put in a database. (along with a GPS waypoint - I've already established communication with my GPS)
The problem is the LCD has no label, so I can't get a datasheet on it. I'm assuming Bounty Hunter wouldn't be in a hurry to send me one.
I googled every chip on the board, and there's no external controller. So I'm thinking it's serially controlled, and that the big Zilog chip that drives the whole detector is connecting to the LCD serially.
The bad news is, this isn't as simple as pulling a 5-volt spike off one of the pins, and sending it to an external USB/RS-232.
So my questions are:
-If this is serial, is there a standardized comm spec for serial LCD's?
-If it's serial, and I had help mapping the pinout, could I simply wire my pigtails to an RS-232 plug and code a listener on my PC to parse the data?
-Might the LCD only be taking an integer for those arrows (and not drawing pixel-by-pixel)? I'm thinking this because the startup only draws arrows, and doesn't turn the whole screen black.
Many thanks for any opinions you might have. Below are a couple images, hopefully some of you have dealt with LCDs and might have advice....

I'm new here, thanks for taking the time to read this. I'm a programmer with lots of interest in hardware, but only took a few digital logic classes in college.
Since my Quick Draw's LCD has such a simple interface, I thought I might be able to pull the depth integer (1-6) off the LCD pins, and material (1-9). My plan is to solder a 6" pigtail to each of the LCD's contacts (they're long) and buy a rs-232 or USB controller. Then send that data out to my PC to put in a database. (along with a GPS waypoint - I've already established communication with my GPS)
The problem is the LCD has no label, so I can't get a datasheet on it. I'm assuming Bounty Hunter wouldn't be in a hurry to send me one.

I googled every chip on the board, and there's no external controller. So I'm thinking it's serially controlled, and that the big Zilog chip that drives the whole detector is connecting to the LCD serially.
The bad news is, this isn't as simple as pulling a 5-volt spike off one of the pins, and sending it to an external USB/RS-232.
So my questions are:
-If this is serial, is there a standardized comm spec for serial LCD's?
-If it's serial, and I had help mapping the pinout, could I simply wire my pigtails to an RS-232 plug and code a listener on my PC to parse the data?
-Might the LCD only be taking an integer for those arrows (and not drawing pixel-by-pixel)? I'm thinking this because the startup only draws arrows, and doesn't turn the whole screen black.
Many thanks for any opinions you might have. Below are a couple images, hopefully some of you have dealt with LCDs and might have advice....


Comment