comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: Tape drives and Sun UNIX
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: Tape drives and Sun UNIX [message #1865 is a reply to message #1857] Wed, 23 March 1994 07:49 Go to previous messageGo to previous message
olsen is currently offline  olsen
Messages: 5
Registered: March 1994
Junior Member
In article 72u@paperboy.gsfc.nasa.gov, dug@aol7.wff.nasa.gov (Doug Vandemark 2038) writes:
>
> An Idl I/O question:
> Is it possible to read data from a tape device
> under the SUN 4.1.1 OS (UNIX) by using standard
> IDL IO functions open,read etc..?
>
I've done it on my sgi - just treated '/dev/tape' as a fileneame,
and had no problem doing the following:
openw, 2, 'filename'
printf, 2, .....
close, 2

openr, 2, 'filename'
readf,2, .....
close, 2

this was with the built in DAT drive - i have not tried the sun cartridge tape

rc olsen
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: Interface, Widget, Motif questions
Next Topic: Positioning PostScript ouput, IDL Widgets

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Sat Oct 11 13:42:55 PDT 2025

Total time taken to generate the page: 0.48106 seconds