Thread: Writting Data to Tape Drive

  1. #1
    Registered User
    Join Date
    Sep 2004
    Posts
    35

    Question Writting Data to Tape Drive

    HI,

    I need to be able to write data to a 4mm DDS Tape Drive.
    This is attached to the PC via SCSI and uses the windows 4mmdat.sys driver.

    How can I get my program to access this device?
    Do I have to call functions from the driver?
    Is so how?

    Are there any good resources on controlling external devices anywhere?

    Many Thanks

    OS: Windows XP Pro
    Compiler: MS VC++ 6.0

  2. #2
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    It depends on the driver for that drive. You might be able to use DeviceIoControl or something, or open a file handle and use WriteFile, but it depends on the driver.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Lame null append cause buffer to crash
    By cmoo in forum C Programming
    Replies: 8
    Last Post: 12-29-2008, 03:27 AM
  2. xor linked list
    By adramalech in forum C Programming
    Replies: 23
    Last Post: 10-14-2008, 10:13 AM
  3. Binary Tree, couple questions
    By scoobasean in forum C Programming
    Replies: 3
    Last Post: 03-12-2005, 09:09 PM
  4. All u wanted to know about data types&more
    By SAMSAM in forum Windows Programming
    Replies: 6
    Last Post: 03-11-2003, 03:22 PM
  5. writting data from structure in different function
    By Shadow in forum C++ Programming
    Replies: 2
    Last Post: 08-09-2002, 08:52 PM