X3270 Connection and Programming
问题 I'm looking at using a X3270 terminal emulator. I have http://x3270.bgp.nu/ looked over this source material and still don't see how to start using the tool or configure it. I'm wonder how I can open a terminal and connect. Another question is how could I integrate this into a python program? edit: here is a snippet: em = Emulator() em.connect(ip) em.send_string('*user name*') em.exec_command('Tab') em.send_string('*user password*') em.send_enter() em.send_enter() em.wait_for_field() em.save