home *** CD-ROM | disk | FTP | other *** search
-
- playaudio, stopaudio and eject for the NEC CDR-210 SCSI-1 2x speed CDROM drive
-
- ##############################################################################
-
- DISCLAIMER etc.
- ~~~~~~~~~~~~~~~
-
- i won't be responsible for any damages occur if you use this program. therefore
- i publish it under the concept of freeware; i don't expect any money for this.
- sourcecode is included, do not modify, blablabla. price table for selling:
-
- on a disk : the price of the disk. in compilation with other tools add the prices
- of the other tools to US $0.
-
- on networks : free download for any user.
-
- on CDROM : if the price for the media is >US $20 than you must send me a free
- copy of that CDROM, else you could.
-
- other : only for US $0.
-
- AUTHOR
- ~~~~~~
-
- daniel balster, dbalster@uni-paderborn.de
-
- COMING SOON
- ~~~~~~~~~~~
-
- i wrote a (simple) Delitracker Genie that implements a CDPLAYER control.
- it works but only with our lovely NEC CDR-210...
- write me a mail if you want more details
-
- > PLAYAUDIO "DEVICE/A,UNIT/A/N,TRACK/N"
-
- is used to start the audio replay at a specific track. you must specify the device
- and the unit of the drive, and optional the first track to be played (default is 1)
- the track range vary firmware-dependent between 1..99.
-
- "bugs"
-
- audio is played over and over until the end of the CD is reached; to determine the
- end of an audio track i had to "poll" the device frequently and compare it with the
- TOC's data. this just launches the PLAY_AUDIO command and that's it.
-
- error-handling is very poor, the vital product page (vendor information string) is
- not checked, so DO NOT USE IT ON OTHER SCSI DRIVES THAN THE NEC CDR-210 !
-
- -
-
- > STOPAUDIO "DEVICE/A,UNIT/A/N"
-
- is used to stop the audio replay. you must specify the device and the unit of the drive.
- audio should be stopped immediately.
-
- "bugs"
-
- error-handling is very poor, the vital product page (vendor information string) is
- not checked, so DO NOT USE IT ON OTHER SCSI DRIVES THAN THE NEC CDR-210 !
-
- -
-
- > EJECT "DEVICE/A,UNIT/A/N,OPEN/S,CLOSE/S"
-
- is used to open/close the (turbo!) door. you must specify the device and the unit
- of the drive.
-
- note: open and close are ignored for the moment, it just ejects the CD, because i
- neither have information about the CD_LOAD command nor if it exists.
-
- "bugs"
-
- error-handling is very poor, the vital product page (vendor information string) is
- not checked, so DO NOT USE IT ON OTHER SCSI DRIVES THAN THE NEC CDR-210 !
-