################################################################################
#  Digitizer file for the Summagraphics Microgrid II digitizer tablet with a
#  16 button puck using packed binary format.                       
#  This file works when the digitizer has the following switch  settings:
# 
#        1   2   3   4   5   6   7   8
#  SW1: on  off off on  on  off off off
#  SW2: off on  off on  off off on  on 
#
#  CONNECTION INTO SERIAL PORT 2 with a straight through cable or port 1
#  with a null modem cable.   
#
# NOTE:  the '\#' combinations are decimal representations of ascii characters
# Good luck and happy digitizing!
################################################################################

format = binary
baud = 9600
digcursor = sgmgf16
debounce = 8

# reset (even parity included in bytes)
#start=\27\90
# set report rate to 30/sec (even parity included in bytes)
#start=\27\210\180
#start=\17

# reset to stop (even parity included in bytes)
#stop =\27\90
#stop=\137

x_begin = 5
x_end   = 3
xmask1 = 00011111
xmask2 = 00111111
xmask3 = 00111111

y_begin = 8
y_end   = 6
ymask1 = 00011111
ymask2 = 00111111
ymask3 = 00111111

button  = 2
button_mask = 00011111

length = 8
sync_mask = 01000000
sync_col  = 1

debounce= 8
units_per_inch = 1000 
