Real Serial Printer on RS232-2 #71
Yakskiis
started this conversation in
IMSAI8080esp replica
Replies: 1 comment
-
You can assign the printer to the second serial port with stat, like this: A>stat val: Temp R/O Disk: d:=R/O A>stat lst:=ul1: Wordstar (or any program doing output to a printer) outputs to LST: and with stat you route that to some physical output device, like UL1:. If you route LST: to TTY: for example, a program will print to the TTY console on the first serial port. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to use a real printer with the IMSAI8080esp replica, a HP 2225D.
Is there a way to bind UL1 to output on RS232-2?
I know by default it is at UC1, and I can output the terminal output to the printer and even pip to uc1 to print, but I am trying to print from Wordstar and it looks at UL1 I think.
Even QT term outputs to the printer correctly, so I assume it looks for UC1 as well.
Or am i going the totally wrong direction to do this?
Beta Was this translation helpful? Give feedback.
All reactions