Sorry I didn't respond sooner. I've been traveling.
To manage the squelch, it would depend on how you would like to handle it. It you could like to control it similar to how the volume is controlled. With the way I have the project wired, there are only two more available connections, A4 & A5. The control code for squelch is:
==========================================================================
<COMMAND SQL>
Get/Set Squelch Level Settings
==========================================================================
Controller → Radio
① SQL[\r]
② SQL,[LEVEL][\r]
Radio → Controller
① SQL,[LEVEL][\r]
② SQL,OK[\r]
[LEVEL] : Squelch Level (0:OPEN / 1-14 / 15:CLOSE)
Basically, substitute SQL where you see VOL. Obviously there is a little work to get it going, but not much.