home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 13 / 13.iso / p / p120 / 3.ddi / DEF / KURTA3.DEF < prev    next >
Encoding:
Text File  |  1991-05-13  |  2.2 KB  |  42 lines

  1. BEGIN DDIF
  2.  
  3. -------------------------------------------------------------------------
  4. -- DEVICE INFORMATION FILE  for Kurta Series Three 24 inch x 24 inch   --
  5. --                          or 18 inch x 24 inch digitizing tablet     --
  6. --                                                                     --
  7. -------------------------------------------------------------------------
  8. --05-13-91 JCM Added choice of 18x24 or 24x24 inch tablet (many requests.)
  9. --03/20/89 SJO Changed to 6 byte format
  10. --05/04/88 PLC Add the parity flag.
  11. --07-17-87 SJO Changed Input Loop Counter from 400 to 800 for 80386 machines
  12. --07-02-87 TT - Upgraded for rev 3.0
  13. ------------------------------------------------------------------------
  14. -- ******** Attention all programmers: you must document any ******** --
  15. -- ******** and all changes you make to this file at the top! ******* --
  16. ------------------------------------------------------------------------
  17.  
  18. --- Input Device Driver ---
  19.  
  20. --    +-- Digitizer input wait loop counter
  21. --    |  +-- Number of digitizer units to consider as a cursor change
  22. --    |  |     (Increase this number if the cursor 'jiggles' on the screen)
  23. --    |  | +-- Digitizer number of push buttons to validate PB
  24. --    |  | | +-- Digitizer number of buttons on stylus
  25. --    |  | | |   +-- Digitizer units per inch (resolution)
  26. --    |  | | |   |    (Normally 200 = 5 byte format, 1000 = 6 byte format)
  27. --    |  | | |   |    +-----+-- Digitizer X,Y active area in digitizer units
  28. --    |  | | |   |    |     |     (Active area for tablet menu)
  29. --    |  | | |   |    |     |    +-- Digitizer RTS flag
  30. --    |  | | |   |    |     |    |  +-- Digitizer 5/6 byte format
  31. --    |  | | |   |    |     |    |  |     (6 byte format returns 4 byte coords)
  32. --    |  | | |   |    |     |    |  |     (5 byte format returns 2 byte coords)
  33. --    |  | | |   |    |     |    |  |  +-- COM port to use (1 or 2)
  34. --    |  | | |   |    |     |    |  |  |  + PARITY (0=disable,1=odd)
  35. --    V  V V V   V    V     V    V  V  V  V
  36. 101 800  1 2 1 1000 24000 24000  1  6  1  0  -- 24 x 24 inch tablet
  37. --101 800  1 2 1 1000 24000 18000  1  6  1  0  -- 18 x 24 inch tablet
  38.  
  39. END DDIF
  40. END
  41.  
  42.