var fDesc=new Array(); fDesc[0] = "This new adapter is now the only genuine Cummins product on the market and is the only adapter available that Cummins certifies to be 100% compatible with all features of the latest Cummins ECMs and software applications. The INLINE 6 can communicate with your PC through a 9-pin serial connector. The INLINE 6 also can communicate with your PC over a Universal Serial Bus (USB) through a 4-pin standard connector. The INLINE 6 adapter connects to vehicle power, the SAE J1708/J1587 data link, and two CAN/J1939 da\ta links via a 25-pin serial connector.

With full compliance to the Technology and Maintenance Council's RP1210 standard, the INLINE 6 will work with the latest Cummins INSITE, PowerSpec, and Calterm III software applications. It will also work with any other software applications that are fully compliant with the RP1210 standard (note that while some non-Cummins applications fully support RP1210, others do not, so you should test each application in question with the INLINE 6 adapter to make that determination)."; 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 = ''; } }