################################################################################
#  Digitizer file for the CalComp 9000 series digitizing tablets.
#  This is for ascii format 2!  A 12 button puck is assumed used.
#  This file works when the digitizer has the following switch 
#  settings  (See factory manual for missing values):
#    DIP        SWITCH 1          SWITCH 2          SWITCH 3
#     1            up                up               down
#     2            up               down               up
#     3            up               down              down
#     4            up               down               up
#     5            up               down              down
#     6           down              down               up
#     7            up                up               down
#     8            up               down              down
#
#    Good luck and happy digitizing!
# NOTE:  the '\#' combinations are decimal representations of ascii characters
################################################################################

digcursor = cc9000f2_12
baud = 9600
debounce = 8

# Select run mode
start =\027%R
# Do not slow down the data rate
start =\027%W0
# Enable/disable cursor (toggling switch)
start =\027%K

# Select halt mode when done
stop =\027%H

x_begin = 1
x_end   = 5
y_begin = 7
y_end   = 11
button  = 15

length = 15
sync_char =,
sync_col  = 6
sync_char =,
sync_col  = 12

units_per_inch = 1000.0
