Paxar Gold 6037EX Programmer's Manual page 149

Paxar printer programmer's manual
Table of Contents

Advertisement

void main(void)
{
vidSetPage(0);
vidScroll(0, 0, 3, 11, 0, 0x07);
vidSetPage(1);
vidScroll(0, 0, 3, 11, 0, 0x07);
vidPutCursor(0, 0, 0);
vidPutStr("This is page 0", 0x70, 0);
vidPutCursor(0, 0, 1);
vidPutStr("This is page 1", 0x70, 1);
printf("\nPress any key to\nswitch to page 0");
_getch();
vidSetPage(0);
printf("\nPress any key to end");
_getch();
vidScroll(0, 0, 3, 11, 0, 0x07);
vidSetPage(1);
vidScroll(0, 0, 3, 11, 0, 0x07);
vidSetPage(0);
}
// Clear page 0
// Clear page 1
// Write to page 0
// Write to page 1
// Prompt user
// Switch pages
// Prompt user
// Clear page 0
// Clear page 1
// Set to page 0
Function Reference 4-113

Advertisement

Table of Contents
loading

This manual is also suitable for:

Monarch pathfinder ultra gold 6037ex

Table of Contents