Padcom Msr Sample Code For Win 3.X - Hand Held Products PadCom TT1500 User Manual

Point-of-sale terminal control library
Table of Contents

Advertisement

//
// print out the results
//
printf ( "Data received from Magnetic Card:\n\n");
printf ( "Track 1 size: %d\n", dataReadFromTrack1 );
printf ( "Track 1 data: %s\n\n", track1 );
printf ( "Track 2 size: %d\n", dataReadFromTrack2 );
printf ( "Track 2 data: %s\n\n", track2 );
printf ( "Track 3 size: %d\n", dataReadFromTrack3 );
printf ( "Track 3 data: %s\n\n", track3 );
printf ( "\n\nPress any key\n" );
while ( !kbhit () );
//
// Turn of the Transaction Team device and quit the test application
//
padOff ();
return;
}
}
}

PadCom MSR Sample Code for Win 3.x

//
// ********************************************************************************
// ********************************************************************************
// **
// ** MSR.C
// **
// ** This is a sample program showing how to use the Magnetic Stripe Reader
// ** hardware available on some Transaction Team devices such as the Transaction Team 3100 Series
// **
// ** Platform: Windows 3.1
// **
// ** Compiler: Microsoft Visual C++ 1.52
// **
**
**
**
**
**
**
**
**
**
**
5 - 17

Advertisement

Table of Contents
loading

This manual is also suitable for:

Padcom tt3100 series

Table of Contents