home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 4 Drivers / 04-Drivers.zip / summa.zip / summa.txt < prev   
Text File  |  1993-07-06  |  24KB  |  661 lines

  1.  
  2.  
  3.  
  4.  
  5. === WHAT IS IT === 
  6.  
  7. This is  a  driver for a Summa MM1201 format graphics tablet.  This is a 12x12
  8. format tablet.  It is adjustable for size, however, and I expect that it  will
  9. function on other Summa tablets, and on compatibles.  
  10.  
  11. === WHAT FILES YOU NEED === 
  12.  
  13. Simply summa.sys.  That's it.  
  14.  
  15. === HOW TO INSTALL === 
  16.  
  17. 1.  Copy,  move  or  place  the  "summa.sys"  file  provided  to your "X:\os2"
  18. directory, where "X:" is the drive where os2 resides.  
  19.  
  20. 2. Edit \config.sys (the os/2 version config.sys).  Locate the line: 
  21.  
  22.    DEVICE=D:\OS2\MOUSE.SYS <...> 
  23.  
  24. (<...> means may have more on the command line).  Place a REM <space> in front 
  25. of that.  You can of course remove it later to reactivate this line.  Type the 
  26. following lines in IN THE ORDER SHOWN on the next lines: 
  27.  
  28.    DEVICE=X:\OS2\SUMMA.SYS 
  29.    DEVICE=X:\OS2\MOUSE.SYS TYPE=SUMMA$ 
  30.  
  31. Where "X:" is the drive where os/2 resides.  
  32.  
  33. 3. Assuming you have a Summa 12x12 or strict compatible, you  can  now  reboot
  34. and use the tablet instead of the mouse 
  35. NOTE THAT THIS IS FOR A TABLET WORKING ON COM1: ONLY.  
  36.  
  37. === RATHER LONG WINDED DISCUSSION === 
  38.  
  39. IBM instituted  a system of "layered" drivers with os/2.  So summa is a driver
  40. that "plugs into" another driver, in this case "mouse.sys". Mouse.sys  is  the
  41. generic  IBM  driver  that  comes  with  os/2 and is installed by the original
  42. install program.  The "type=xxx" thing tells mouse.sys that it is to plug into 
  43. an existing driver to get basic mouse position movements.  
  44. It's quite possible that you may already have a driver plugged into mouse.sys, 
  45. i.e., there is already a "type=xxx" following mouse.sys.  It  means  that  you
  46. are  using  a mouse that was not supported by mouse.sys, and are already using
  47. an alternative driver.  Not  a  problem.    Find  the  driver  load  statement
  48. mentioned  in  the  "type=xxx",  and rem that out too (YOU MUST, OTHERWISE THE
  49. DRIVERS WILL AGREE TO FIGHT !).  
  50. If you are not using the mouse on COM1, your line for summa.sys should  appear
  51. as follows: 
  52.  
  53.    DEVICE=X:\OS2\SUMMA.SYS SERIAL=COMn 
  54.  
  55. Where you  replace that little "n" with the com port you are using.  I beleive
  56. that the port address, and IRQ that you  set  up  in  the  "DEVICE=X:\COM.SYS"
  57. statement (see  the  os/2 documentation, the os/2 FAQ, etc.  to see how to set
  58. up com3 or com4).  The baud rate, stop bits and similar parameters are set  up
  59. to match the summa tablet regardless of the COM.SYS setting.  
  60. The  following  options  may  appear  on  the summa.sys command line AFTER ANY
  61. "SERIAL=COMn" TEXT: 
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.    /a - Sets the tablet to ABSOLUTE mode.  
  72.  
  73.    /r - Sets the tablet to RELATIVE mode (mouse emulation mode).  
  74.  
  75.    /xl:n - Sets the lower X limit of the tablet aperture, n = number.  
  76.  
  77.    /yl:n - Lower Y limit aperture.  
  78.  
  79.    /xh:n - Upper X limit aperture.  
  80.  
  81.    /yh:n - Upper Y limit aperture.  
  82.  
  83. I'll discuss how these are used in a minute.  
  84. What devices are going to be able to use this driver ?  I  have  the  original
  85. MM1201.  Looking about at the computer shops, I see plenty of tablets that say
  86. "summa compatible" on the box, whatever that means.  I guess we are  going  to
  87. find out.  
  88. he  basic  summa  tablet interface defines a set of commands to be sent to the
  89. tablet.  The tablet can even send an "ID" string to the computer.  I used NONE 
  90. of the fancy stuff, but instead I just send the minimum required  to  set  the
  91. tablet  up  in  the proper mode, then receive the "reports" sent back from the
  92. tablet after that.  I beleive  that  this  gives  a  good  chance  that  other
  93. "compatible" tablets will function.  Here, in a nutshell, is how the tablet is 
  94. operated: 
  95.  
  96.    1. We set up COMX for 9600 baud, odd parity, one stop bit.  
  97.  
  98.    2. We  send a AUTOBAUD command byte to the tablet.  This must be done since
  99. the tablet expects that upon power up.  
  100.  
  101.    3. We send a RESET command byte to the tablet.  
  102.  
  103.    4. We send a STREAM MODE command byte to  the  tablet.    This  causes  the
  104. tablet to send reports back continuously.  The default mode is to send reports 
  105. back only if a button is pushed.  
  106.  
  107.    5. We accept reports back from the tablet.  
  108.  
  109. If  any  errors  are detected in the data sent back from the tablet, the whole
  110. reinitalization is done again.  
  111. here is no real way to reliably reset a summa tablet.  It is  possible  for  a
  112. previous  application  to  have put the tablet in a mode where we cannot reset
  113. it.  In this case, you must manually power the tablet down, and restart os/2.  
  114. f you turn tablet  power  off  while  os/2  is  running  (accedentally  or  on
  115. purpose),  or  you forget to turn the tablet on until you have already started
  116. os/2 (I do this a lot), THE TABLET IS HOSED. Shut down os/2,  cycle  power  on
  117. the tablet,  and  restart  os/2.  This is bacause you MUST let the os/2 driver
  118. initalize the tablet.  There are jumpers inside a summa tablet,  and  probably
  119. compatibles, that  configure  some  of  the defaults mentioned above.  You may
  120. have to reset those jumpers back to  the  factory  configuration  to  get  the
  121. driver to work if they have been changed.  
  122.  
  123. SETTING UP THE TABLET 
  124.  
  125. Ok, you don't have a summa 12x12. You biggest problem is that you may not have 
  126. an  exact  12  x  12 positioning surface, or your tablet may not have the same
  127. resolution as the 12x12. The tablet sends back the position  in  "counts"  for
  128. the X  and  Y position.  The basic MM1201 format allows for a maximum count of
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137. 16383, or 14 bits of position information.  You must determine the  maximum  X
  138. and Y  counts  that  the  tablet  will  generate.  You can find this by simple
  139. math.  For instance, the summa 12x12 defaults to 500 lpi  (  lines  per  inch)
  140. (note that we DO NOT change the default for that tablet; see above): 
  141.  
  142.    Summa 12x12 
  143.    -------------------------- 
  144.    lpi = 500 
  145.    Size X = 11.7" 
  146.    Size Y = 11.7" 
  147.    Counts X = 11.7x500 = 5850 
  148.    Counts Y = 11.7x500 = 5850  
  149.  
  150. Since  the  count  returned from the tablet is 0-n, we use 5849 as the maximum
  151. value of the tablet return.  
  152. nother way to do this same thing is to find the  "tablet  test"  program  that
  153. comes with  the  tablet.    Running  that  will give you a readout of what the
  154. tablet is returning continuously.    Position  to  the  edges  of  the  tablet
  155. (maximum  is  right  edge  for X, and top edge for Y). You should then see the
  156. maximum count on the display.  I recommend you do this anyway to  verify  your
  157. math and the tablet specifications you used.  
  158. Once you have determined the above, use the config.sys line: 
  159.  
  160.    DEVICE=X:\OS2\SUMMA.SYS /XH:5850 /YH:5850 
  161.  
  162. Which  is  the  default mode of the driver (by fairly amazing coincidence, all
  163. the tablet defaults match MY tablet).  
  164. Typical mistake: You used the SPECIFIED MAXIMUM  lpi  for  your  calculations.
  165. This may not match what the tablet is set up to do by default.  
  166.  
  167. HOW THE APERTURE WORKS 
  168.  
  169. What  if  you  do nothing about the aperture, say leave it set at the default,
  170. and you have a 20"x20" tablet ?  Nothing bad will happen.  You  can  think  of
  171. the aperture this way: 
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203.    ----------------------------------------------
  204.    |                                    ^       |
  205.    | "virtual" aperture                 |       |
  206.    |                                    |       |
  207.    |<------------- 16384 ---------------------->|
  208.    |                                    |       |
  209.    |                                    |       |
  210.    |                                    |       |
  211.    |                                    |       |
  212.    |                                    |       |
  213.    |                                    |       |
  214.    |                                    |       |
  215.    |                                    |       |
  216.    |---------------                     |       |
  217.    |              |                             |
  218.    |              |                   16384     |
  219.    |              |                             |
  220.    | Your tablet  |                     |       |
  221.    |              |                     |       |
  222.    |              |                     |       |
  223.    |              |                     |       |
  224.    |              |                     |       |
  225.    |              |                     |       |
  226.    |              |                     \/      |
  227.    ----------------------------------------------
  228.  
  229. So  that  the  MM1201 format can accomodate a 32"x32" tablet maximum given the
  230. same resolution.  
  231. If you use the defaults on a tablet larger than that, you will find that  only
  232. the  12x12 square in the lower left hand corner of your tablet will be active.
  233. If you use a tablet smaller than 12x12, you will find that you can only  reach
  234. the lower left corner of the os/2 screen, etc.  Anyways, the point is that you 
  235. can just try it and use trial and error to "fix" the aperture.  
  236. You  may  find  that  you wish to adjust the aperture to be different than the
  237. size of the tablet on purpose.  This is why I included both  lower  and  upper
  238. limits on  the  aperture.  Using the limits, you can "project" the screen onto
  239. any part of your tablet.  For instance: 
  240.  
  241.    DEVICE=X:\OS2\SUMMA.SYS /XL:2000 XH:4000 YL:2000 YH:4000 
  242.  
  243. Would "project" the screen onto a small  square  in  the  middle  of  a  12x12
  244. tablet.  Why  would  you  want to throw away active area of your tablet ?  The
  245. number one reason is because of ASPECT RATIO. If you are like  everyone  else,
  246. you  have a 4:3 aspect ratio monitor (i.e., the picture on your monitor is not
  247. square).  But os/2 will automatically fit the tablet data to the screen.   The
  248. result  is  that  with  a  12x12  (square)  tablet, you must move the position
  249. further in Y than in X to get the same distance on the screen.  
  250. Time to digress !  
  251. Graphics tablets must be the most misunderstood and mislabeled devices I  know
  252. of.   They are often sold under the name "digitizers", as the original purpose
  253. was to copy drawings into the computer by tracing the outlines.  You would put 
  254. the "puck" over a line on a drawing, press the button, trace  the  line,  then
  255. release at  the  line  end.   Your drawing program would follow this and enter
  256. that line.  Do all of the lines, you  have  converted  a  printed  drawing  to
  257. computer data.   I  have tried doing just that.  It works, but frankly I would
  258. rather be torn between two tractors.  
  259. In order to enter drawings this way, you must have an EXACT MATCH between  the
  260. aspect ratios  of  the screen and your tablet.  If not, what you enter will be
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269. distorted.  
  270. Note that your display DOES NOT HAVE TO ACTUALLY BE the  right  aspect  ratio.
  271. If  you  measure it, you will find that it does not typically EXACTLY meet the
  272. 4:3 ratio, because you have fiddled with the controls to make the picture fill 
  273. the screen, etc.  It only matters that os/2 THINKS that you have a 4:3  aspect
  274. ratio,  because  that  is  how  the drawing program you use will demension the
  275. drawing.  This is because os/2 allways scales  what  is  drawn  to  look  good
  276. (boxes square, circles round) on the given screen aspect 
  277. Graphics  tablets  STARTED as "digitizers". Indeed, I can't think of what else
  278. you would use a full drafting table size tablet for.  However, the more common 
  279. use nowdays is as a "super mouse".  You use the  tablet  such  you  can  point
  280. accurately  to a given spot on the tablet, and hit a given spot on the screen,
  281. everytime.  
  282. Having used both, I can tell you that they involve to entirely different modes 
  283. of use.  When people point with a mouse (which can be done quite  rapidly  and
  284. accurately), they  typically start moving and watch the cursor onscreen.  From
  285. there it is much like guiding a missile.    You  "track  in"  to  the  desired
  286. location by a series of corrections.  
  287. A graphics  tablet  is  the  same,  only different.  You start using it like a
  288. mouse, but you rapidly begin using it at  a  higher  level.    Typically,  you
  289. develop  a  "feel"  for  the tablet, such that you simply "go" directly to the
  290. desired location like SNAP !  After spending a few  days  entering  schematics
  291. with  a  tablet,  I can outperform anyone using a mouse (and sometimes seem to
  292. outperform several plotters !).  
  293. The feel can be so specific that  changing  to  another  tablet  that  is  not
  294. adjusted the same can make you have to start all over.  
  295. You can  get  adjusted to the "feel" of an aspect ratio mismatch.  But you may
  296. find that it is much more natural to have your aspect  ratio  matched.    Then
  297. your hand movements directly match what you see on the screen.  
  298. In  fact,  if  you  measure your true screen size, you can adjust the aperture
  299. such that the tablet "image" is a direct match.  
  300. Ok, so lets do one, say a 12x12 tablet: 
  301.  
  302.    3/4 = 0.75 - To find what multipled by the X demension will give 
  303.                       the Y demension.  
  304.  
  305.    0.75*5850 = 4387 - The Y demension for 4:3 aspect ratio.   
  306.  
  307. Check that: 
  308.  
  309.    4/3 = 1.333.... - The aspect ratio, divided out.  
  310.  
  311.    5850/4387 = 1.33 - Matches !  
  312.  
  313. So use the following command line: 
  314.  
  315.    DEVICE=X:\OS2\SUMMA.SYS /YH:4386 
  316.  
  317. Will give you a perfectly aspected (is that a word ?) screen  "image"  at  the
  318. lower half of the tablet.  Better still is: 
  319.  
  320.    DEVICE=X:\SUMMA.SYS /YL:1462 
  321.  
  322. Why ?   1462 is 5850-4387. It means, give us the right aspect ratio, but place
  323. the resulting aperture at the TOP of the tablet.  This gives you the bottom of 
  324. the tablet to rest the puck on (and your hand).  Don't laugh, try reaching for 
  325. the bottom of the screen and keeping the puck on the tablet as well.  
  326.  
  327.  
  328.  
  329.  
  330.  
  331.  
  332.  
  333.  
  334.  
  335. BUTTONS 
  336.  
  337. About time I got to that, eh ?  Here is the button layout on a standard  summa
  338. puck: 
  339.  
  340.       ----------
  341.       |   **   |
  342.       |  *  *  |
  343.       |  *  *  |
  344.       |   **   |
  345.       |        |
  346.       |        |
  347.       |   /\   |
  348.       |  /1 \  |
  349.       | /\  /\ |
  350.       |/2 \/4 \|
  351.       |\  /\  /|
  352.       | \/3 \/ |
  353.       |  \  /  |
  354.       |   \/   |
  355.       |        |
  356.       |        |
  357.       |        |
  358.       |        |
  359.       |        |
  360.       |        |
  361.       |        |
  362.       ----------
  363.  
  364. Ok, so here are the buttons for os/2: 
  365.  
  366.    (1) -  The  "select" or "left mouse" button.  Selects objects, double click
  367. will activate objects.  
  368.  
  369.    (2) - The "menu" or "right mouse" button.  Opens the object's system menu.  
  370.  
  371.    (3) - The absolute/relative toggle, discussed in a minute.  
  372.  
  373.    (4) - The "middle mouse button".  I never seen it do a dammed  thing  under
  374. os/2.  Opens doors under wolfenstein though !  
  375.  
  376. If you have the pen cursor plugged in, you will get the following: 
  377.  
  378.    Tip button - Select or left mouse.  
  379.  
  380.    Barrel button - Menu or right mouse.  
  381.  
  382.    Tip and barrel - Abs/rel toggle.  
  383.  
  384. You cannot get the 4th button in this mode.  
  385.  
  386. ABSOLUTE/RELATIVE MODE 
  387.  
  388. Ain't nothin'  more useless than a graphics tablet configured as a mouse.  Oh,
  389. it makes a good one.  You can even get  software  emulated  "skating"  of  the
  390. mouse, although  you do have to pick the puck up rather high.  Take my advise.
  391. If you are going to do this, save a couple of hundred bucks and buy  a  danged
  392. mouse.   However,  if  you  really  have  a  burning desire to see your tablet
  393.  
  394.  
  395.  
  396.  
  397.  
  398.  
  399.  
  400.  
  401. emulate a mouse, do this: 
  402.  
  403.    DEVICE=X:\OS2\SUMMA.SYS /R 
  404.  
  405. It will come up in relative mode.  Similarly: 
  406.  
  407.    DEVICE=X:\OS2\SUMMA.SYS /A 
  408.  
  409. Will bring the tablet up in absolute mode.  But this is the default !  
  410.  
  411. DYNAMIC ABSOLUTE/RELATIVE MODE CHANGE 
  412.  
  413. Yes, I have arranged for one  of  the  buttons  to  toggle  you  into/out  out
  414. relative mode.   This is a REALLY STUPID WASTE OF A PERFECTLY GOOD BUTTON, AND
  415. WILL DISAPEAR AS SOON AS POSSIBLE. It will instead go to  os/2  as  a  regular
  416. button (yes !   os/2 does support up to 5 buttons).  I also plan to assign one
  417. of the buttons as a "double click" button as the windows driver does.  
  418.  
  419. OS/2 VERSIONS 
  420.  
  421. Oh, I forgot to tell you.  Os/2 does not  quite  handle  absolute  positioning
  422. mode correctly  yet.    This  is why I included the "hot button" to toggle the
  423. abosolute/relative mode.  IBM knows this, and is working on it,  I  understand
  424. as  part  of  their  "pen aware" os/2 project (pens, or touch screens are also
  425. absolute position devices).  
  426. So I'm going to list the problems  you  can  expect  with  the  existing  os/2
  427. versions: 
  428.  
  429. OS/2 1.X 
  430.  
  431. God, I'd  love to find out if that works.  Can someone write me if they try it
  432. ?  
  433.  
  434. OS/2 2.0/OS/2 2.0 with CSD 
  435.  
  436. Yeech !  Absolute mode works fine on the PM desktop.  Seamless windows  behave
  437. bazzarely,  windows  fullscreen  is  dead  as  a  doornail, dito DOS sessions.
  438. Switch to relative mode when running the above, or better yet file OS/2 2.0 in 
  439. "ye olde round file".  
  440.  
  441. OS/2 2.1 
  442.  
  443. Getting better.  PM works.  Windows works, seamless or fullscreen,  with  full
  444. abosolute positioning.   Yeah  IBM  !    DOS  apps  that treat the mouse as an
  445. absolute position device, i.e., just get screen  coordinates  from  the  mouse
  446. driver, work  fine.    Programs  that treat the mouse as (GADS !) a MOUSE, are
  447. toast.  They actually KINDA work.  What IBM did is to mess up and simulate the 
  448. mouse EXACTLY from the tablet data.  If you pick  up  the  puck  and  move  it
  449. (skate it), os/2 sees the new position, and feeds the DOS program so 
  450.  many clicks  to make it look as if you have moved the mouse that far.  Really
  451. cool, but really disables skating.  What that a problem you say  ?    Weellll,
  452. since  the  program does not connect the mouse movement to the true demensions
  453. of the screen, you will not be able to reach  certain  areas  of  the  screen.
  454. They will simply be "off the edge" of your tablet.  
  455. Also, many  programs  (esp. games) require skating.  Wolfenstein for instance,
  456. needs to skate for forward movement.  Bottom line: If you are having  troubles
  457. with  DOS/Mouse programs, just hit that ole' 3rd button, and get into relative
  458. mode.  
  459.  
  460.  
  461.  
  462.  
  463.  
  464.  
  465.  
  466.  
  467.  
  468. USING OS/2 TO CONFIGURE THE TABLET 
  469.  
  470. Quite a bit of stuff can be  done  from  the  os/2  system/mouse  menu.    For
  471. instance,  the  speed  of movement in relative mode can be adjusted (it has no
  472. effect in absolute mode).  Also the buttons can be changed.  
  473. You will find  that  in  relative  mode,  the  cursor  moves  much  too  fast,
  474. especially in  a  DOS  screen.   Beleive it or not, this is actually the right
  475. speed that os/2 requires for the tablet (specified in "mickeys/inch"). I tried 
  476. turning it ALL THE WAY DOWN in the driver.  It's still  to  dang  fast.    The
  477. problem  is  that IBM didn't consider a device like a tablet, which has VASTLY
  478. more resolution than a mouse when they wrote the interface.  
  479. Turn the speed of the mouse to SLOW and try that.  If it is unbearable,  write
  480. me, and I will provide a division option in the driver.  
  481.  
  482. DOS PROGRAMS THAT USE THE TABLET 
  483.  
  484. There  are  apps  that  directly access a tablet through the COM port, such as
  485. Autocad(TM) by Autodesk. That won't work anymore.  You will  have  to  make  a
  486. choice  between  using  the tablet exclusively for that program, and I presume
  487. using a mouse for OS/2 PM, or using the tablet for OS/2  PM  and  letting  the
  488. program work  in mouse mode.  If you configure the program for mouse mode, and
  489. the program uses the mouse driver in absolute mode  (as  screen  coordinates),
  490. you will  effectively  get  the  same  functionality.  Unfortuna tely, this is
  491. unlikely if the program uses an SVGA mode (since  the  standard  mouse  driver
  492. knows nothing about these modes).  
  493. Other alternatives are: 
  494.  
  495.    1.  Use  the  windows version of the product (absolute positioning is built
  496. into the windows system).  
  497.  
  498.    2. Ask the maker about an os/2 native or os/2 "aware" program.  
  499.  
  500. IN CONCLUSION 
  501.  
  502. I paid a good chunk of money to get the most popular tablet for CAD work on  a
  503. PC.  Since OS/2 2.0 came out, I have been using it as a $350 mouse pad for the
  504. $12 mouse I was forced to buy.  
  505. On the bright side however, if the tablet makers HAD come out with  a  driver,
  506. it  probabally  would  have been designed to only work with one makers tablet.
  507. This way, the solution is generic, or can be.  
  508.  
  509. YOUR HELP IS NEEDED !  
  510.  
  511. If you get this driver to function on ANY tablet, please write me !   Even  if
  512. it is a 12x12 summa and you did nothing to get it to run.  I NEED: 
  513.  
  514.    1. Your  parameters  you used to run your tablet.  What limits did you  use
  515. ?  
  516.  
  517.    2. What maker and type is your tablet ?  Do you operate it with  a  pen,  a
  518. puck or ?  
  519.  
  520. This   information   will   be  collected  and  placed  in  the  next  version
  521. documentation.  You will save someone else A LOT of trouble this way.  
  522. Even if you only tell me "I got it working" I can use  your  "head  count"  as
  523. proof  when  talking  to  IBM  that  the  absolute  mode  is in use out there.
  524. Finally, suggestions, improvements, etc.  are welcome.  
  525.  
  526.  
  527.  
  528.  
  529.  
  530.  
  531.  
  532.  
  533.  
  534.                      SCOTT A. MOORE 
  535.                      samiam@netcom.com 
  536.                      (408) 452-8860 
  537.                      ExaByte Corp.  
  538.                      2043 Zanker Rd.  
  539.                      San Jose, CA. 95131 
  540.  
  541. ADDENDUM - TABLETS/DEVICES REPORTED TO WORK WITH THIS DRIVER 
  542.  
  543. Please note: all the information provided here is based on user feedback.    I
  544. have no  direct knowledge that any information here is correct.  I have placed
  545. the information just as given me, and you should use this as ADVICE not gospel 
  546.  instructions.  
  547. The maximum counts should be used minus one, as discussed in the  text  above.
  548. For  instance,  given  the maximum X and Y counts as 5850, the proper settings
  549. are: 
  550.  
  551.    /xh:5849 /yh:5849 
  552.  
  553. The information provided here is what I could use if you are  kind  enough  to
  554. send  me  tablet  information.  In particular, people need to know the maximum
  555. count size of the tablet.  This can help someone who is not a computer  genius
  556. get their tablet running.  
  557.  
  558. ------------------------------------------------------------------------------ 
  559.  
  560. TABLET: Ultima 16 
  561.  
  562. TYPE: ?  
  563.  
  564. MAKER: GTCO 
  565.  
  566. SIZE X: ?  
  567.  
  568. SIZE Y: ?  
  569.  
  570. COMMENTS: No other information was provided on this device.  
  571.  
  572. ------------------------------------------------------------------------------ 
  573.  
  574. TABLET: Genius 
  575.  
  576. TYPE: ?  
  577.  
  578. MAKER: ?  
  579.  
  580. SIZE X: 12 inches, 5850 counts 
  581.  
  582. SIZE Y: 12 inches, 5850 counts 
  583.  
  584. COMMENTS: Tablet was set to run in Summa compatible mode.  
  585.  
  586. ------------------------------------------------------------------------------ 
  587.  
  588. TABLET: Screenplay model DT-3503 
  589.  
  590. TYPE: ?  
  591.  
  592.  
  593.  
  594.  
  595.  
  596.  
  597.  
  598.  
  599.  
  600. MAKER: Seiko 
  601.  
  602. SIZE X: 11 inches, 5500 counts 
  603.  
  604. SIZE Y: 11 inches, 4125 counts 
  605.  
  606. COMMMENTS:  The  switch  settings to setup the tablet in Summa compatible mode
  607. were given as: 
  608.  
  609.       SWITCH NUMBER
  610. BANK 1 2 3 4 5 6 7 8
  611. --------------------
  612. DSW1 0 0 0 0 0 0 0 0
  613. DSW2 0 0 1 0 0 0 0 0
  614. DSW3 1 0 0 0 0 1 1 0
  615. DSW4 0 0 1 0
  616.  
  617. Users are requested to send in the exact count size of the tablet.  
  618.  
  619. ------------------------------------------------------------------------------ 
  620.  
  621. TABLET: Acecat 
  622.  
  623. TYPE: minitablet, mouse replacement 
  624.  
  625. MAKER: ?  
  626.  
  627. SIZE X: 5 inch, 3000 counts 
  628.  
  629. SIZE Y: 5 inch, 4200 counts 
  630.  
  631. Users are requested to send in the exact count size of the tablet.  
  632.  
  633. ------------------------------------------------------------------------------ 
  634.  
  635.  
  636.  
  637.  
  638.  
  639.  
  640.  
  641.  
  642.  
  643.  
  644.  
  645.  
  646.  
  647.  
  648.  
  649.  
  650.  
  651.  
  652.  
  653.  
  654.  
  655.  
  656.  
  657.  
  658.  
  659.  
  660.  
  661.