printer: emulate Apple LaserWriter IISC SCSI printer#363
Open
erichelgeson wants to merge 2 commits intomainfrom
Open
printer: emulate Apple LaserWriter IISC SCSI printer#363erichelgeson wants to merge 2 commits intomainfrom
erichelgeson wants to merge 2 commits intomainfrom
Conversation
BlueSCSI Memory ReportCompared against release Memory Usage
Symbol Region ChangesPico_Audio_SPDIF: 1 symbols moved RAM → FLASH (-96 B RAM)
Pico_DaynaPORT: 1 symbols moved RAM → FLASH (-96 B RAM)
|
Adds device type S2S_CFG_PRINTER. A PR<id>/ folder on the SD card registers a printer at that SCSI ID and doubles as the spool target; captured jobs land in /PR<id>/print_NNNN.bin as a stream of CDB + length-prefixed payload records. print files can be converted here: https://bluescsi.com/printer Thanks to demik for the reverse-engineering documentation: https://web.archive.org/web/20260425223154/https://68kmla.org/bb/threads/laserwriter-iisc-scsi-protocol-reversed-for-emulator-implementation.52165/
fc0714b to
942fe3f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds device type S2S_CFG_PRINTER. A PR/ folder on the SD card registers a printer at that SCSI ID and doubles as the spool target; captured jobs land in /PR/print_NNNN.bin as a stream of CDB + length-prefixed payload records.
printfiles can be converted here: https://bluescsi.com/printerThanks to @demik for the reverse-engineering documentation: https://web.archive.org/web/20260425223154/https://68kmla.org/bb/threads/laserwriter-iisc-scsi-protocol-reversed-for-emulator-implementation.52165/
Tested on a Quadra 700 on System 7.1. Note you choose the printer in the chooser but it does not show anything to select like you'd normally assume in chooser. AppleTalk may need to be off. More testing and docs coming soon here https://github.com/BlueSCSI/BlueSCSI-v2/wiki/Printer