var fDesc=new Array(); fDesc[0] = "The CarChip Pro is an all-in-one engine performance and driving monitor. About the size of a key fob, it's a great way to keep track of your vehicle, and your or others' driving.
This software update requires the purchase of any CarChip device and it's associated software, a PC running Windows 2000/XP/Vista and a serial or USB port to connect to the CarChip.
1. Date and Time formats for different unit system are supported in this release and can be accessed form Setup-->Units
2. Specific protocol exception list is added to Anomalous Vehicles dialog to let user configure the CarChip data logger to meet any unique protocol specifications present on the OBDII port of the vehicle. The Renault EOBD and Intermotive Compatibility are added to existing specific vehicle exception list. New anomalous vehicle types are only available for firmware version 3.12 and up
3. Fixed the speed band "From" value calculation error when the unit system is set to Metric or SI
Platform: Windows 2000, XP, Vista
Version: 2.3.3
File Name: CarChip_233_Setup.exe
File Size: 8.31 MB
Released: 5/29/2009"; 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 = ''; } }