home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 2699 < prev    next >
Encoding:
Text File  |  1996-08-05  |  2.2 KB  |  59 lines

  1. Path: news.mountain.net!usenet
  2. From: gene_heskett@wvlink.mpl.com (Gene Heskett)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Tapestreamer programming docs needed
  5. Date: 04 Feb 96 02:31:51 +0500
  6. Organization: MountainNet, Inc. Morgantown WV 800.444.1458
  7. Message-ID: <1845.6608T151T2577@wvlink.mpl.com>
  8. References: <4esg41$1ct@phcoms4.seri.philips.nl>
  9. NNTP-Posting-Host: slip1.mpl.com
  10. X-Newsreader: THOR 2.22 (Amiga;TCP/IP)
  11.  
  12.  
  13.  APv> Hi there,
  14.  
  15.  APv> I recently got a tapestreamer (VERY old model with BIG tapes!),
  16.  APv> an 'Interpreter Tapexchange'. It can be connected to a PC's
  17.  APv> parallel port, and I have the software for it. Problem is, I
  18.  APv> don't work on my PC
  19.  APv> (It just gets dusty...), so nothing to back up there.
  20.  
  21.  APv> Since it can be connected via the parallel port, I am thinking
  22.  APv> of using it for my Amiga 1200. Problem is, they did not give me
  23.  APv> software for the Amiga!
  24.  
  25.  APv> I opened the tapestreamer, and I think it's just a SCSI-device
  26.  APv> (standard 50-pins SCSI-like connector), with a separate print
  27.  APv> for the SCSI to parallel conversion. Sounds simple enough, but
  28.  APv> now the question:
  29.  
  30.  APv> How can I control the device (preferably with parallel.device),
  31.  APv> what commands can be transmitted, how do I send them, etc.
  32.  APv> etc...?
  33.  
  34.  APv> Any help is very welcome!
  35.  
  36.  APv> Thanks,
  37.  
  38.  APv> Matthijs van Aalten,
  39.  APv> e-mail: aaltenm@iclab.ce.philips.nl
  40.  
  41. Unforch Matthijs, you have a hardware problem in the form of that parallel
  42. convertor. On a pc, the port was never fully bi-directional, so they had to
  43. feed the data into the port a nibble at a time on the printers status
  44. lines, which I think are a bit more complex than the Amiga and its fully
  45. bi-directional port has.
  46.  
  47. The best Idea I'd have would be to toss that adaptor, hook it up to the scsi
  48. buss with a long 50 pin scsi cable, check the terminations and make them
  49. correct, and see if its smart enough to accept regular scsi-direct
  50. commands right from a scsi card plugged into the 1200. Who knows, you might
  51. get lucky!
  52.  
  53. /*            Gene Heskett          |  These opinions are NOT to be  */
  54. /*  CE @ WDTV Weston/Clarksburg WV  |  confused with the official    */
  55. /*  <gene_heskett@wvlink.mpl.com>   |  WDTV managment views          */
  56. #include <std.disclaimer>
  57.  
  58.  
  59.