zedsec390/tn3270lib

Terminal visibility

Closed this issue · 3 comments

How can I make the terminal visible?

set the debug up higher. See the section labeled 'Debugging' in the readme.

If you mean by calling a function use:

>>> data = tn3270.get_screen()
>>> print data

As outlined in the readme

I meant to say, how can I make the mainframe terminal visible, while operations are performed on that terminal by the tn3270lib program.

Could you please elaborate?