home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / msdos / misc / 6272 < prev    next >
Encoding:
Text File  |  1992-11-23  |  2.5 KB  |  57 lines

  1. Newsgroups: comp.os.msdos.misc
  2. Path: sparky!uunet!cs.utexas.edu!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!hshulman
  3. From: hshulman@magnus.acs.ohio-state.edu (Harvey G Shulman)
  4. Subject: Re: Device driver for QIC-80 tape. Is there one?
  5. Message-ID: <1992Nov23.212240.20362@magnus.acs.ohio-state.edu>
  6. Sender: news@magnus.acs.ohio-state.edu
  7. Nntp-Posting-Host: top.magnus.acs.ohio-state.edu
  8. Organization: The Ohio State University
  9. References: <168A5B134.RKSHUKLA@SUVM.SYR.EDU>
  10. Date: Mon, 23 Nov 1992 21:22:40 GMT
  11. Lines: 44
  12.  
  13. Some time ago I tried to get the same information, by posting to
  14. internet and Compuserve.  Colorado Memory and other vendors all
  15. refused to provide software interfaces to their QIC-80 drives,
  16. claiming that they weren't meant for use as DOS devices.  That
  17. was not satisfactory but its all they'd tell me.  As a result
  18. I do know where to begin, but not much more.  
  19.  
  20. First you have to decide
  21. whether you really need a DOS device driver that treats the QIC-80
  22. as though it were a disk drive.  If that's true, give up, it can't
  23. be done in a satisfactory way.  If instead you just want to write and
  24. read blocks of data in a sequential fashion and are willing to keep track
  25. of where in a file each record starts, etc, then you've got a chance.
  26. This is my situation, since all I wanted to do was store large blocks 
  27. of data on the tape and associate a name and starting location with 
  28. each, which is what the backup software that comes with the tape does.
  29.  
  30. Second, you'd have to get the QIC-80 standard from whatever committee
  31. keeps track of these things.  That's what CMS told me to do, and they can
  32. provide the name and address if pressed.  
  33.  
  34. Third, you'd have to write a device handler that deals with the
  35. drive controler and drive directly.  There are some proprietary
  36. tricks involved that may or may not be part of QIC-80.  For
  37. example the CMS drive shares the floppy cable with my 
  38. B drive.  The CMS software knows how to turn the tape drive on and
  39. the floppy off even though they're connected to the same
  40. interface.  How?
  41.  
  42. Clearly the vendors of QIC-80 drives, like Colorado Memory, have
  43. solved all of the above and could easily provide the device handler
  44. needed to perform a simple set of I/O functions.  It is annoying and
  45. frustrating that they refuse to do so when asked.  Hopefully one
  46. among them will see a competitive advantage in making such
  47. software available, but to date all I've contacted have the same
  48. attitude as CMS- "our equipment is only intended for DOS file
  49. backup, and is unusable for other purposes".
  50.  
  51.  
  52. Harvey Shulman
  53. Ohio State University
  54.  
  55.  
  56.  
  57.