#  Digitizer file for the CalComp 9100 series digitizing tablets.
#  This is for binary format 5. The digcursor file is for a 16 
#  button puck.  The DIP switch settings are as follows:
#    DIP   SB1              SW1                  SW2
#     1    Open             Open                 Open
#     2    Open             Open                 Open
#     3    Closed           Closed               Closed
#     4    Open             Closed               Open
#     5    Open             Open                 Closed
#     6    Open             Closed               Closed
#     7    Closed           Closed               Open
#     8    Open             Open                 Open
#
#  NOTE:  Binary output is possible only with a 'REVISION F'
#         ROM chip (on the digitizer board) or later!  No fooling!
#  NOTE:  the '\#' combinations are decimal representations of ascii characters
#  Good luck and happy digitizing!
################################################################################

digcursor= cc9100f5_16
format = binary
baud = 9600
debounce = 10

# Select run mode 
start =\27%R\13

# Select halt mode
stop =\27%H\13

x_begin = 1
x_end   = 3
xmask1 = 00000011
xmask2 = 01111111
xmask3 = 01111111

y_begin = 4
y_end   = 6
ymask1 = 00000011
ymask2 = 01111111
ymask3 = 01111111

button  = 1
button_mask = 01111100

length = 6
sync_mask = 10000000
sync_col  = 1

units_per_inch = 1000.0
