File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
This is the very beginnings of a printer application for the trs80gp Tandy emulator.
3
3
4
4
At this point, it is ONLY a listener; and specifically listens on localhost using port 1234.
5
- It does NOT print anything yet; but simply outputs the data received from the emulator
6
- on the console screen.
7
5
8
- As this application develops it will output to a PDF file.
6
+ Because these printers were largely line based, rather than spooler based like mainframes
7
+ and mini's each page is in it's own PDF file. This may change in the future; but this seems
8
+ to be the best compromise at the moment.
9
9
10
10
Contributions are welcome to this project. Everyone is free to participate without
11
11
regard to who they are or what their beliefs are. If you understand VB.NET; you're
You can’t perform that action at this time.
0 commit comments