Function Reference 4-31
Example
#include <conio.h>
#include <stdio.h>
#include <string.h>
#include "mmsultra.h"
void main(void)
{
PRINTINIT pConfig;
// Print data structure
short sStatus = 0;
// Command calls status
char cFormat[100];
// Format to print
sStatus = pclInit(NULL);
// Start Print subsystem
if (sStatus != 0)
printf("Init Failed\nError: %d", sStatus);
else
{
if (!pclBatteryOkToPrint())
// Check battery
printf("Battery too low");
else
{
// Write format
strcpy(cFormat, "{F,1,A,R,E,400,200,\"1C39\"|");
strcat(cFormat, "B,1,12,F,320,29,4,12,20,8,L,0|");
strcat(cFormat, "R,1,\"666666666666");
strcat(cFormat, "\"|}");
sStatus = pclWrite(cFormat, strlen(cFormat));
Содержание Gold 6037EX
Страница 1: ... ROG TC6037EXPM Rev AA 8 03 Printed in the U S A 2003 Paxar Americas Inc All rights reserved ...
Страница 2: ... Trademarks 0 1 2 0 0 3 4 5 6 7 78 ...
Страница 10: ...viii Table of Contents ...
Страница 30: ...2 16 Programmer s Manual ...
Страница 36: ...3 6 Programmer s Manual ...
Страница 154: ...4 118 Programmer s Manual ...
Страница 228: ...14 Index ...
Страница 229: ......
Страница 230: ......