4-32 Programmer’s Manual
if (sStatus != 0)
printf("Format Write error - %d", sStatus);
else
{
// Start batch
sStatus = pclWrite("{B,1,N,1|E,0,0,1,1,0,1|}", 24);
if (sStatus != 0)
printf("Batch Write error - %d", sStatus);
else
{
while ((sStatus = pclStatus()) == 1)
// Wait until done
;
sStatus = pclGetOnDemandSensor();
// Check sensor
switch (sStatus)
// Display result
{
case 0: printf("\nNot blocked");
break;
case 1: printf("\nBlocked");
break;
default: printf("Error-- press any key when reset.");
_getch();
pclClearError();
}
}
}
}
}
pclClose();
// Close Print subsystem
}
Summary of Contents for Gold 6037EX
Page 1: ... ROG TC6037EXPM Rev AA 8 03 Printed in the U S A 2003 Paxar Americas Inc All rights reserved ...
Page 2: ... Trademarks 0 1 2 0 0 3 4 5 6 7 78 ...
Page 10: ...viii Table of Contents ...
Page 30: ...2 16 Programmer s Manual ...
Page 36: ...3 6 Programmer s Manual ...
Page 154: ...4 118 Programmer s Manual ...
Page 228: ...14 Index ...
Page 229: ......
Page 230: ......