Avery Dennison 6035 Programmer Manual Rev.CA 6/01 User Manual

Page 87

Advertising
background image

4-46 Programmer’s Manual

DCDE_EAN13_5

EAN13 + 5

DCDE_MSI

MSI

The following values can be returned only when you use
SCAN1223.LIB:

DCDE_DISC2OF5

D 2 of 5

DCDE_IATA2OF5

IATA 2 of 5

DCDE_C93

Code 93

DCDE_EAN128

EAN 128

DCDE_UPCE1

UPCE1

DCDE_UPCE1_2

UPCE1 + 2

DCDE_UPCE1_5

UPCE1 + 5

DCDE_TRIOPTC39

Trioptic Code 39

DCDE_BOOKLANDEAN Bookland EAN

DCDE_COUPONCODE Coupon Code


Example

#include <conio.h>

#include <stdio.h>

#include "mmsultra.h"

void main(void)

{

short sStatus = 0;

// Command calls status

char cBuffer[50];

// Application buffer

int iInput = 0;

// Trigger input

sStatus = scnOpenScanner();

// Enable scanner

if (sStatus == -2)

printf("Scanner open error-- %d", sStatus);

else

{

printf("Press trigger to scan...\n"); // Perform scan

Advertising