1
0
mirror of https://github.com/PDP-10/its.git synced 2026-04-30 21:49:23 +00:00

TVREAD - read a file and display on TV.

This commit is contained in:
Lars Brinkhoff
2018-07-30 15:40:51 +02:00
parent 36d0a0c2f5
commit d3faaf224f
3 changed files with 346 additions and 0 deletions

View File

@@ -921,6 +921,10 @@ respond "*" ":link sys1; ts imprin, sys1; ts imprnt\r"
respond "*" ":link sys1; ts ardprn, sys1; ts imprnt\r"
respond "*" ":link sys1; ts tekprn, sys1; ts imprnt\r"
# View bitmap file on TV.
respond "*" ":midas sys2; ts tvread_sysen2; tvread\r"
expect ":KILL"
# Save TV display as text file.
respond "*" ":midas sys2; ts record_sysen2; record\r"
expect ":KILL"