' Sample Configuration Script
'
' 5/25/05
'
' Initialize the Display.  Should have this in all scripts.
[UTILITY] RESP Clear
[UTILITY] STAT Clear
'
' Clear the printer
[HEX] 1B 40			
'
' Erase flash logo space
[MESSAGE] 5-10 second delay to erase flash
[WAIT] RCVT(1) 1D 40 31
'
' Download monochrome logo to ID 01
[BMP] 01 TPGMono.bmp
'
' Wait 1/2 second while saving logo in flash
[DELAY] 5
'
' Set 55 watt mode  
[HEX] 1F 03 04 37
'
' Set baud to 115200 with DTR flow control
[HEX] 1B 5B 7D 1F 02 00 07 00 00 01 00
'
' Reset Printer to get this configuration 
[MESSAGE] Wait 10 seconds for printer to reset
[RESET]
[DELAY] 100
'
' Print logo to verify download
[HEX] 1B 61 31 1D 2F 00 1B 61 30
'
' Print a few blank lines below the logo
[TEXT] 
[TEXT]
'
' Print Diagnostic form to verify new configuation
[HEX] 1F 74
'
' Clear the printer
[HEX] 1B 40			
'
' print message indicating script complete
[MESSAGE] Sample Configuration script complete
'