var fDesc=new Array(); fDesc[0] = "RCV7 is a Rig Control Software for Kenwood's TM-V7 FM Dual Band Transceiver. Connect your Kenwood PG-4S PC interface cable to the PC and the radio. Turn on the radio. The radio will sense the presence of the data cable and switch the radio data connection from audio (TNC) to data (PC) mode.

The application it is pre-configured for COM 1 (one of 16 com ports) which may not be correct for your specific computer configuration. You will need to check this carefully.

If the application does not display radio information or presents error messages, you may need to check connections and com port assignments. Be sure that no other application is running that may have assumed control of the com port you selected for the RCV7 program. Use the View – Options – Port menu to change the com port assignment to match your computer configuration"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }