Newbie with a Radio Scanner idea

Hi everyone,
I’m new to the forum and Arduino, and am wondering if the following could be achieved with Arduino.
I would like to control an old radio scanner with my pc.
I read elsewhere on the forum that the keystrokes for the key matrix can be simulated by using 4051 IC’s and/or optocouplers?
I was thinking of using a steppermotor to control the volume and squelch knob or is there a better solution?
Would it be possible for the characters (frequency’s etc.) displayed on the scanner’s screen to be displayed on the pc screen?
I don’t have much experience with electronics and programming yet so I hope I made my idea clear.

Thanks in advance,
Martin

You might want to consider replacing volume and squelch potentiometers with equivalent value digital potentiometers rather than coming up with a mechanical linkage. Reading the screen should be possible, but you'll have to reverse engineer what causes things to appear - there are a number of possibilities. If you know what the values are (for instance because your kepad just typed them), you can send those to the PC without having to read them.

This is probably not the first project you want to tackle. On the other hand, getting a keyboard matrix working and a couple of digital potentiometers changing values might not be too hard to start out with. Good luck!

Thanks for your reply,

I'll look into the digital potentiometer.
First thing I will try to get working is the key matrix.

Greetz,
Martin