Welcome to the
LineaPRO
Barcode Scanning Extension
for iTap mobile RDP

© 2008-2012 HLW Software Development GmbH

First steps

Please install the LineaPRO enclosure as instructed by the manual of your scanner. You can check if the scanner is working by opening the settings for this extension.

Settings

The text in the prefix and postfix fields is sent as is to the server (as separate keystrokes), except for the following special keys. The key names are not case sensitive. That means <Enter>, <enter> and <ENTER> are all the same key.

Magnetic Stripe Data Format

The content of the magnetic stripe is complex and can contain multiple fields. By default the data is sent as a single string, for example:

*prefix*;6702700000999999998=11122013290110227?;005902022=000999999992=0400401040004008283003970000100000011121===0=000000010000001598232710000002039000?*postfix*

If XML Mode is enabled, the data is annotated with XML tags to allow a receiving application to interpret the data correctly.

The data is sent as key strokes in the following format:

*prefix*
<iTapMSR>
   <Track1>...</Track1>
   <Track2>...</Track2>
   <Track3>...</Track3>
   <CC>
     <Number>...</Number>
     <Name>...</Name>
     ...
   </CC>
</iTapMSR>
*postfix*

Where *Prefix* is a customizable prefix and *Postfix* is a customizable postfix (any kind of string).

Any tag except can be missing if such data does not exist on the scanned card.

All strings within the tags are escaped against the XML tags. Please note that this is not fully compliant XML (e.g. missing the header), to make sure it is not unnecessarily long. If relevant (probably not because of the encoding of MSR cards), all data is encoded in UTF-8.

Support

If you need more information, please see at http://itap-mobile.com/itap-rdp or contact us at support@itap-mobile.com