-
-
Notifications
You must be signed in to change notification settings - Fork 82
SCSI Printer
A SCSI printer is implemented as ''SCLP'' device since RaSCSI release 22.05.
Device drivers for Atari ST/TT/Falcon are available.
Apple produced two SCSI printers which could be emulated. They made the low cost LaserWriter SC, which uses bitmaps like the ImageWriter while the LaserWriter IISC is a higher cost PostScript printer. Emulating these devices in RaSCSI would be one way to support printing using Apple drivers.
A second way would be to develop a 3rd party print driver from scratch. Information on developing print drivers for classic Mac OS is provided in the Learning to Drive document. This is a .hqx archive that contains a Microsoft Word document that describes the structure of PMRF drivers. It is unclear whether this is the latest or best documentation, but I examined the resource forks of several Apple provided print drivers and also of James Walker's PrintToPDF and found that it followed the general structure described in the document.
- Home
- Initial Setup
- Documentation
- Companion Apps
- Developer Notes