Is it possible to write my own program which interfaces the tape drive and the OutRight software?
OutRight comes equipped with an API, or Application Program Interface. The API.EXE program executes as a DOS Terminate and Stay Resident program. The API is a register-oriented interface, meaning that all of the parameters and command values are passed across the API in CPU registers. An application will invoke an API function by setting register values particular to a desired function, then invoking the API provider via a PC software interrupt. Any language that can handle and generate software interrupts can be used to access the tape drive via the API.
Related Questions
- When I try to issue a command to my SCSI tape drive, OutRight says "ASPI manager not found" or "Configured device not found". What is causing this?
- Is it possible to write software that will run on Intels processors with Intel EM64T, and AMDs 64-bit capable processors?
- How Do You Write A Software Program?