#  Digitizer file for the Hitachi 1515 series digitizing tablets.
#  This is for binary format. The digcursor file is for a 4 
#  button puck.  The DIP switch settings are as follows:
#    DIP   SB1              DSW-2                DSW-3
#     1    On               Off                  Off 
#     2    On               Off                  Off 
#     3    Off              On                   Off   
#     4    Off              Off                  Off 
#     5    Off              Off                  Off   
#     6    Off              Off                  Off   
#     7    Off              Off                  Off 
#     8    Off              Off                  Off 
#
#  NOTE:  the '\#' combinations are decimal representations of ascii characters
#  Good luck and happy digitizing!
################################################################################

digcursor= hi1515f2_4
#digcursor= test
format = binary
baud = 9600
#debounce = 10

# Select run mode 
start =\01RS\13
start =\01L1\13
start =\01R1\13
start =\01CN\13
start =\01PE\13

# Select halt mode
stop =\01SD\13
stop =\01RT\13

x_begin = 1
x_end   = 3
x_mask1 = 00000011
x_mask2 = 01111111
x_mask3 = 01111111

y_begin = 4
y_end   = 6
y_mask1 = 00000011
y_mask2 = 01111111
y_mask3 = 01111111

button  = 1
button_mask = 00111100

length = 6
sync_mask = 10000000
sync_col  = 1

units_per_inch = 1000.0
