Kbdsetfunct; Kbdsetnormal - Paxar Gold 6037EX Programmer's Manual

Paxar printer programmer's manual
Table of Contents

Advertisement

Example
#include <stdio.h>
#include <conio.h>
#include "mmsultra.h"
void main(void)
{
int iInput = 0;
int iNum = 0;

kbdSetNormal();

kbdSetFunct();

printf("Press 5 to print\nlabels\n");
iInput = _getch();
if (iInput == 0x00)
{
kbdClrFunct();
iInput = _getch();
if (iInput == 0x3F)
{
printf("How many labels do\nyou need?");
iNum = _getch();
printf("\nPrinting %c labels...", iNum);
/* Branch to printing routine */
}
}
}
4-10
Programmer's Manual
// Prompted input
// # of labels to print
// Set Normal mode
// Set Function Key mode
// Get input (F5)
// Get # of labels

Advertisement

Table of Contents
loading

This manual is also suitable for:

Monarch pathfinder ultra gold 6037ex

Table of Contents