Padcom Sample Source Code For The Magnetic Stripe Reader (Msr); Padcom Msr Sample Code For Dos - Hand Held Products PadCom TT1500 User Manual

Point-of-sale terminal control library
Table of Contents

Advertisement

{
// Always turn things off!
padStop();
padOff();
PostQuitMessage( 0 );
break;
}
case WM_CHAR:
{
DestroyWindow( hWnd );
break;
}
default:
{
return DefWindowProc( hWnd, Msg, wParam, lParam );
}
}
return 0;
}

PadCom Sample Source Code for the Magnetic Stripe Reader (MSR)

The sample code for reading an MSR attached to a Transaction Team device is provided for various platforms below. The
source code is only supplied for demo purposes and is NOT a part of the SDK installation. There are numerous ways to
capture MSR from Transaction Team devices and the demo code simply shows one of these. Hand Held Products does not
necessarily claim that this is the best way to read MSR data.

PadCom MSR Sample Code for DOS:

//
// ********************************************************************************
// ********************************************************************************
// **
// **
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
5 - 12
**
**
**
**

Advertisement

Table of Contents
loading

This manual is also suitable for:

Padcom tt3100 series

Table of Contents