var fDesc=new Array(); fDesc[0] = "M-Bus Application is an M-Bus device readout program which is especially useful for developer of M-Bus devices and M-Bus network installer. M-Bus Application can read any M-Bus meter and verify its telegram for conformity. Multiple settings and testing options allow error tracing in M-Bus communication.


Features:

- Supports all M-Bus modes, also older modes like mode 2 and fixed telegrams
- Supports serial interfaces with baud rates between 300 and 921600 baud
- Detailed timeout setting
- Primary addressing and different secondary addressing
- M-Bus primary address search and secondary address search
- Free configurable commands and scripts
- M-Bus device test with defined erroneous telegrams
- DES64 and AES128 enciphering and deciphering
- Supports modems with AT command set
- Windows XP / Vista (PC)"; 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 = ''; } }