home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / sci / virtual / 3781 < prev    next >
Encoding:
Internet Message Format  |  1992-11-20  |  2.8 KB

  1. Path: sparky!uunet!usc!zaphod.mps.ohio-state.edu!uwm.edu!ogicse!news.u.washington.edu!stein.u.washington.edu!hlab
  2. From: 70233.1552@CompuServe.COM (Mark T. Pflaging)
  3. Newsgroups: sci.virtual-worlds
  4. Subject: TECH: Improved PC C++ Glove Driver!
  5. Message-ID: <1992Nov21.051631.25551@u.washington.edu>
  6. Date: 20 Nov 92 22:55:22 GMT
  7. Article-I.D.: u.1992Nov21.051631.25551
  8. Sender: news@u.washington.edu (USENET News System)
  9. Organization: University of Washington
  10. Lines: 43
  11. Approved: cyberoid@milton.u.washington.edu
  12. Originator: hlab@stein.u.washington.edu
  13.  
  14.  
  15.         Hail and well met!
  16.         As you may or may not know, o2glove is a C++ Power Glove
  17. driver/demo for any PC (via parallel port) that I wrote (with a lot of
  18. cooperation/code borrowing from other people).
  19.         This is to let everybody know that there is a maintenance release
  20. available for o2glove, called o21glove.zip.  That is because it's Revision
  21. 2.1.  It is available via anonymous FTP from sunee.uwaterloo.ca in the
  22. pub/glove directory.  The differences between V2.0 and V2.1 are relatively
  23. minor.  Here is a list of the chnages:
  24.  
  25.         1) Erroneous PGPINS.GIF no longer here.
  26.         2) Now compiles under Borland C++ 3.1.
  27.         3) If there is no glove attached, any key will get you out.
  28.         4) The last "piece" of the thumb is now present.
  29.         5) Timings are printed even if glove is not found.
  30.         6) Glove's arrow keys now change the color of the moving cursor.
  31.         7) Smoothing functions can be turned off from glove.ini.
  32.         8) 'makefiles' now work.
  33.  
  34.         Most importantly, the driver compiles for Windows!!  The full demo
  35. is not in place for Windows yet, but there is a simplified demo that works
  36. under Windows & DOS.
  37.  
  38.         If my gut feeling is correct, there are a lot of you out there who
  39. would love to use the power glove with MS Windows.  Now the real
  40. development work can begin, because the difficult part - making the glove
  41. driver work under Windows - has been accomplished.  Don't expect to see
  42. much with this release; all it does is print all the data received from
  43. the glove to a text window.  Also, though it appeared to work fine on my
  44. computer (486/33, Windows 3.1), there is no guarantee that this version
  45. of the Windows glove driver will work on every computer (I'm keeping my
  46. fingers crossed.)  I'll post any problems I encounter here.
  47.         (The worst part was that I couldn't detect under Windows whether
  48. the "glove interrupt vector address", [which I changed to 250 from 128],
  49. is actually unused or not.  I override it anyway, and there could be
  50. unforseen consequences of this.)
  51.         Yes, I'm working on getting two gloves hooked up also.
  52.         If anyone copies this code to other anonymous FTP locations, plase
  53. tell us about it.  Also, can somebody put it on karazam?  Can somebody
  54. also make it available via list server?
  55.  
  56.                         -Mark T. Pflaging
  57.