var fDesc=new Array(); fDesc[0] = "E-swipe is a user-friendly serial communication software designed for the smart swipe readers. E-swipe provides all the features you need to communicate with the reader easily and efficiently.

With E-swipe you don't have to remember the commands that set the different options on the reader you just have to select and click on the command button.

Main feautures:
- Configure the communication port and settings: RS232 , RS485 and TCP/IP that best suit your hardware requirements.

- Set the bar code options for every symbology that the reader supports. These options include enabling and disabling the symbology, setting the length of the bar code read, and specifying the bar code prefix, etc.

- Set the magstripe options for track 1, 2 and multi-track readers. These options include enabling and disabling the track, specify the the prefix and delimiter characters, setting the magstripe length, etc.

- Set the relay, speaker, and LED options to the desired settings.

- Program the reader by sending the appropriate commands

- Enable or disable the password on the DC reader.

- Program STA/SA reader easily.

- Create the schedule and employee files to download to the reader. View the data files uploaded from the reader using the built-in text editor.

- Download a schedule and an employee file to the reader and view the reader's response instantly.

- Upload the access control list (employee and schedule data) stored in the reader and save the data to a file, if required.

- Poll single or networked readers to obtain the transactional data.

- Add the computer date and time when polling the J reader.

- Save all the data that is coming from the reader to a log file.

- Import the transactional data to the Exeba® Time and Attendance application.

- Obtain, select and download the access control list from Exeba-TAMS™.

- Define the poll and delay settings such as time-outs and poll delay.

- Define the protocol parameters for the networked readers.

- Test the communication between the reader and software"; 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 = ''; } }