var fDesc=new Array(); fDesc[0] = "Digital Mode Switch is a extension PCB for MAKInterface Pro, which enables software driven changing of the smartcard mode. Due to this opportunity, there is no need for change of the jumper settings or cable replugging, as it has been for example necessary using the previous procedure for programming of goldwafer smartcards.

Digital Mode Switch does posses a very stable oscilator circuit, optimized for frequencies between 1 Mz and 10 MHz. The crystal is plugged on a socket, so the change of frequencies can be performed very quick and easy.

MAKInterface Pro is together with Digital Mode Switch a fully automated plug-and-play smartcard reader / writer."; 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 = ''; } }