home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 13 / 13.iso / p / p115 / 6.ddi / DEF / KURTA1.DEF < prev    next >
Encoding:
Text File  |  1989-03-20  |  1.9 KB  |  39 lines

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