Re: Discussion of Automated CD Loaders
db:
My oldest notes, before I made my scripts a bit more complicated and error tolerant say this should work...but even the notes weren't really sure 19200 was right:
-brendan
db:
My oldest notes, before I made my scripts a bit more complicated and error tolerant say this should work...but even the notes weren't really sure 19200 was right:
Code:
Suggestion 9: RImage DTP-800/DTP-1000/DTP-4000 Older SCSI using debug port serial connection (double check speed) - UNTESTED Pre-Batch --drive="G:" --comport=COM2 --comspeed=19200 --close --command=MU --bindresetall --sleep=2 Load --drive="G:" --comport=COM2 --comspeed=19200 --close --command=CR --command=OI --command=MD --command=R --command=MU --open --command=MD --command=P --command=MU --close --sleep=10 ; in case disc recognition or spinup takes a while, depends on drive Unload --drive="G:" --comport=COM2 --comspeed=19200 --open --command=CR --command=CI --command=MD --command=R --command=MU --close --command=MD --command=P --command=MU Reject --drive="G:" --comport=COM2 --comspeed=19200 --open --command=CR --command=MD --command=R --command=MU --close --command=OR --command=MD --command=P --command=MU --command=CR Post-Batch --drive="G:" --comport=COM2 --comspeed=19200 --close --command=MU
Comment