var fDesc=new Array(); fDesc[0] = "UAVXGS is a simple PC based ground-station GUI which is a intended as a base for other ground-station development. It is written in Visual C#.

It is possible to also use the UAVXGS via a Rf data link. There is a variety of Tx/Rx's that can be use, such as ZigBee or XBee, long range Bluetooth and FrSky Telemetry. Set the baud rates for 9600bps and follow that data link equipment's setup instructions. The UAVX can record the flight info for playback on your PC. Choose the play button and load or save the file."; 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 = ''; } }