var fDesc=new Array(); fDesc[0] = "CPS Barcode Wedge Software serial data acquisition software enables serial barcode scanners to communicate with any Windows application.
Main Features :

- Capturing and logging data from 256 Com ports simultaneously! (standard RS-232, add-on cards, USB to RS232 converters ...)
- Fully configurable data filters, to get data you want from the input strings.
- Log data received through a serial port by converting the data to keystrokes.
- Log data received through a serial port by passing the data using DDE. (Input serial data directly into Excel, Access... )
- Connects multiple bar code readers simultaneously!
- Fully configurable data filters, to get data you want from the input strings.
- Log options: keystroke mode, DDE mode (Excel, Access ...).
- Create charts and graphs in your applications that automatically update with data from your serial devices / instruments.
- Input real time data into Excel, Access, statistical software ... any Windows application.
- Automatic Date and Time stamping.
- Very easy to use.
- No hardware additions required! No programming required."; 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 = ''; } }