Ich habe nochmal ins Final Cartridge III Handbuch (PDF) geschaut, da steht auf der PDF Seite 22 folgendes:
QuoteDisplay MoreSPECIAL PRINTER FUNCTIONS [8.3.11]
Normally spoken you can control the printer from the printer window,
but by Poking some values in memory location $DC0C (hexadecimal)
several special functions can be used. Of course you have to type
these values before you load the program where you want to make a
screendump from. If you don't want to use these special functions, you
don't have to POKE. The values that perform the special functions are
described below.
POKE $DC0C,$FF No Centronics check.
Normally spoken the Final Cartridge III always looks for a Centronics
printer, but by Poking $FF into $DC0C you disable that check.
POKE $DC0C,$FE RS-232 Printing.
By Poking the value $FE into $DC0C the screendump is sent using the
user port to a RS-232 printer
Interessant, das das die Adresse das Schieberegister ist. Meine Schlussfolgerung war,
das sich die Suchfunktion für Centronics Drucker mit der Modemkommunikation beißt.
Hmm, ist halt die Frage, warum das funktioniert hat mit dem Monitor und was der richtige Ansatz wäre,
um es zum Laufen zu bekommen. Hat das vielleicht einfach was mit dem Wechsel auf den Monitor zu tun,
irgendwas mit kurzfristiger Interrupt An/Abschaltung?
Edit: Ja, nur mal kurz in den Monitor zu wechseln reicht schon, dann funktioniert die Kommunikation.