I am trying to control the audio play functions of an NEC CDR-210 CDrom
using a variety of user programs passing SCSI commands to the drive,
via a linux SCSI driver. The local NEC information person tells me
that this drive is "Quasi-SCSI" which seems to mean that the commands
have a SCSI-like structure, but in some cases use vendor-specific codes
for certain functions and the bytes in the command are similar to but
not identical to the SCSI standard.
Some of the functions are working - some distributed in a patch to xcdplayer
(source unknown) - and a couple that I have added or fixed (some waits
seem to be essential between commands and status requests). I _can_ play
audio disks, but cannot seek to arbitrary places in the disk. I know this
can be done for I have observed it when the same drive is controlled by
an MSDOS utility. In addition, CDromfilesystems mount and function
properly.
The Australian NEC people have provided me with as much information
as they can find, but this does not go beyond a list of command codes.
The command byte content remains elusive. In particular I would dearly
love to know have to give the drive a CDROMPLAYMSF command (i.e. play
from a particular point in a track).
If anyone can help with information (or pointers to possible sources of
information) I would be grateful.