0% found this document useful (0 votes)
93 views2 pages

Magstripe and Chip Encoding With Edisecure Connect® (V2.3/2.4) SDK

This document provides sample commands for encoding magnetic stripes and chips on cards using an FEM8000 encoder and XID8600 printer connected to a PC. It explains the steps for magnetic encoding, chip encoding, and mixed encoding. Sample commands are given to load a card, write and read the magnetic stripe, and position the card for printing or rejection.

Uploaded by

Pedro Franco
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
93 views2 pages

Magstripe and Chip Encoding With Edisecure Connect® (V2.3/2.4) SDK

This document provides sample commands for encoding magnetic stripes and chips on cards using an FEM8000 encoder and XID8600 printer connected to a PC. It explains the steps for magnetic encoding, chip encoding, and mixed encoding. Sample commands are given to load a card, write and read the magnetic stripe, and position the card for printing or rejection.

Uploaded by

Pedro Franco
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

FEM8000

MAGstripe and Chip Encoding with EDIsecure Connect® (v2.3/2.4) SDK


Some techie hints and corresponding SDK-command samples.
(Based on the "EDIsecure Connect SDK - API Reference 2.3.docx" documentation.)

Configuration:
A FEM8000 (USB port 2) and a XID8600 printer (USB port 1) connected directly to a PC.
- The card is moved via Connect SDK commands.
- The MAG Encoding is done either via SDK command or a 3rd party application.
- The Chip Encoding (chip access and data/content) is handled only by a 3rd party application.

Important, if you intend to do MAGstripe and Chip Encoding (i.e. "mixed encoding"):
The sequence of the encoding steps depends strongly on your configuration, because each encoding
could be controlled/performed either by the application or by SDK command.
For details and helpful hints, see our developer documentation "EDIsecure Connect SDK - API
Reference 2.3.docx", esp. chapters:
- 5.3/5.4: Chip encoding
- 5.5/5.6: Magnetic encoding
- 5.7: Mixed encoding

Sample commands (please adjust the USB port values and MAGstripe data to your configuration):

1) To load/move card to the MAG encoder position (in the FEM8000):


<command name="device_command"><printer port="USB" port_number="2"
hardware_type="FEM8000"/><device_command name="position_card"
destination="MagneticEncoderPosition" flip="false" /></command>

2) Write the MAGstripe content of all three tracks (in the FEM8000):
<command name="device_command"><printer port="USB" port_number="2"
hardware_type="FEM8000"/><device_command name="write_mag" ><tracks><track1 format="iso6_79"
data="HEUTE" /><track2 format="iso4_40" data="20170119" /> <track3 format="iso4_107"
data="0123456789" /></tracks></device_command></command>

3) Read back the MAGstripe content of all three tracks (in the FEM8000):
<command name="device_command"><printer port="USB" port_number="2"
hardware_type="FEM8000"/><device_command name="read_mag" ><tracks><track1 format="iso6_79"
/><track2 format="iso4_40" /><track3 format="iso4_107" /></tracks></device_command></command>

4) To move card to Contact Chip Encoder position (in the FEM8000)


<command name="device_command"><printer port="USB" port_number="2"
hardware_type="FEM8000"/><device_command name="position_card"
destination="ContactEncoderPosition" flip="false" /></command>

5) To move card to the Contactless Chip Encoder position (in the FEM8000)
<command name="device_command"><printer port="USB" port_number="2"
hardware_type="FEM8000"/><device_command name="position_card"
destination="ContactlessEncoderPosition" flip="false" /></command>
6) To eject/move card to reject bin (in the FEM8000):
<command name="device_command"><printer port="USB" port_number="2"
hardware_type="FEM8000"/><device_command name="position_card" destination="RejectPosition"
flip="false" /></command>

7) To move a card to the printing position (in the XID8600):


<command name="device_command"><printer port="USB" port_number="1"
hardware_type="XID8600"/><device_command name="position_card" destination="PrintPosition"
flip="false" /></command>

8) To eject/move card to reject bin (in the XID8600):


<command name="device_command"><printer port="USB" port_number="1"
hardware_type="XID8600"/><device_command name="position_card" destination="RejectPosition"
flip="false" /></command>

--------------------
20.01.2017
HuSc

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy