home *** CD-ROM | disk | FTP | other *** search
- BEGIN DDIF
-
- -------------------------------------------------------------------------
- -- DEVICE INFORMATION FILE for Kurta Series One 12 inch x 12 inch --
- -- digitizing tablet --
- -------------------------------------------------------------------------
- -- 05-10-91 JCM Reset X,Y active area back to 12 x 12 inches.
- -- 05/04/88 PLC Add the parity flag.
- -- 07-17-87 SJO Changed Input Loop Counter from 400 to 800 for 80386 machines
- -- 07-02-87 TT - Upgraded for rev 3.0
- ------------------------------------------------------------------------
- -- ******** Attention all programmers: you must document any ******** --
- -- ******** and all changes you make to this file at the top! ******* --
- ------------------------------------------------------------------------
-
- --- Input Device Driver ---
-
- -- +-- Digitizer input wait loop counter
- -- | +-- Number of digitizer units to consider as a cursor change
- -- | | (Increase this number if the cursor 'jiggles' on the screen)
- -- | | +-- Digitizer number of push buttons to validate PB
- -- | | | +-- Digitizer number of buttons on stylus
- -- | | | | +-- Digitizer units per inch (resolution)
- -- | | | | | (Normally 200 = 5 byte format, 1000 = 6 byte format)
- -- | | | | | +----+-- Digitizer X,Y active area in digitizer units
- -- | | | | | | | (Active area for tablet menu)
- -- | | | | | | | +-- Digitizer RTS flag
- -- | | | | | | | | +-- Digitizer 5/6 byte format
- -- | | | | | | | | | (6 byte format returns 4 byte coords)
- -- | | | | | | | | | (5 byte format returns 2 byte coords)
- -- | | | | | | | | | +-- COM port to use (1 or 2)
- -- | | | | | | | | | | + PARITY (0=disable,1=odd)
- -- V V V V V V V V V V V
- 101 800 1 2 1 200 2400 2400 1 5 1 0
-
- END DDIF
- END
-