Re: Discussion of Automated CD Loaders
Bastian -
I could slightly change the amtren driver to support these. However all of the ones I am familiar with are not peripherals but instead embedded system types: they have a computer running DOS built into them. And the drives are probably SCSI. It's a big project to get them working the way you'd want (externalize all the interfaces, replace drives, etc.). So I don't recommend it.
-brendan
					Bastian -
I could slightly change the amtren driver to support these. However all of the ones I am familiar with are not peripherals but instead embedded system types: they have a computer running DOS built into them. And the drives are probably SCSI. It's a big project to get them working the way you'd want (externalize all the interfaces, replace drives, etc.). So I don't recommend it.
-brendan

 does not do very good job utilizing some of the drives features (C2 error reporting, FUA cache flushing) over a Firewire to IDE bridge. Second I wanted the robotics control to be simple RS232 and completely independent of the drives. This seemed easiest to implement via simple USB to serial. Further I felt that if the interface to the robotics was simple RS232 serial it would eliminate some of the instability issues these devices have under Windows.
Comment