Paxar Gold 6037EX User Manual Page 107

  • Download
  • Add to my manuals
  • Print
  • Page
    / 230
  • Table of contents
  • TROUBLESHOOTING
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 106
Function Reference 4-71
printf("\nScanning...\n"); // Perform scan
iInput = getch();
if (iInput == 0x00)
{
iInput = getch();
if (iInput == 0x85)
{
pScan = scnGets(cBuffer);
if (pScan == NULL)
printf("Scanning error\n");
else
{
spkBeep(1, 1000);
printf("Scanned data:\n%s\nPress Enter...\n",
&cBuffer);
_getch();
// Send data out port
uStatus = _bios_serialcom(_COM_SEND, 0, 0);
printf("Comm port write\n");
printf("return status: %d\nPress Enter...", uStatus);
_getch();
}
}
}
}
scnCloseScanner(); // Disable scanner
}
Page view 106
1 2 ... 102 103 104 105 106 107 108 109 110 111 112 ... 229 230

Comments to this Manuals

No comments