rricharz / Tek4010

Free Tektronix 4010, 4013, 4014 and 4015 terminal emulator for Raspberry Pi, Linux, macOS (Macintosh) and Windows
GNU General Public License v3.0
239 stars 29 forks source link

Using tek4010 with a telnet 3270 server #38

Open vinatron opened 5 months ago

vinatron commented 5 months ago

Hello, I recently built this project on the latest Debian and was trying to use it like an interactive terminal. However if I run anything the application starts but any keyboard input I provide is not passed on to the application. I have read the documentation and don't see anything I'm doing wrong but I may be. If you could give any pointers as to why this would happen I'd surly appreciate the assistance because I'm chasing my tail here.

Thanks, Vincent

rricharz commented 5 months ago

Hi,You have to start tek4010 in a terminal window. It should open a new window tek4010. If something goes wrong, you should see error messages in your terminal window.Now, click on the new window just opened by tek4010. Now the keyboard should point to the tek4010 window.Thanks for trying to use this application.Rene RicharzAm 24.04.2024 um 16:10 schrieb vinatron @.***>: Hello, I recently built this project on the latest Debian and was trying to use it like an interactive terminal. However if I run anything the application starts but any keyboard input I provide is not passed on to the application. I have read the documentation and don't see anything I'm doing wrong but I may be. If you could give any pointers as to why this would happen I'd surly appreciate the assistance because I'm chasing my tail here. Thanks, Vincent

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>

vinatron commented 5 months ago

Thank you for the reply. I will try that again and see what I get.

vinatron commented 5 months ago

Screenshot 2024-04-24 184534 This is whats happining. is this the correct way to launch it? If not what is the correct way to launch it for interactivity?

rricharz commented 5 months ago

As far as I can see, you try to run a terminal emulator such as getty or C3270 from within tek4010. This cannot work, because tek4010 is by itself a terminal emulator.

Just to try something interactive, use for example tek4010 ssh localhost

What do you want to achieve? When using getty or C3270, what is the program or host you want to connect to? And how are you doing that without using tek4010? Try using the command which establishes your connection without using a second terminal emulator.

vinatron commented 5 months ago

Thanks for the suggestion. Trying to see if i can get it to run GDDM applications from a 3270 host. I know this isn't supported C3270 yet but i thought it would work great on tek4010s. Here's an example of what im doing with GDDM in PCOMM.
Screenshot 2023-12-21 183943

vinatron commented 5 months ago

Tried SSH this is the result no shell prompt no input accepted. Screenshot 2024-04-25 0839223

rricharz commented 5 months ago

ssh will not work unfortunately. I forgot about that.

But in your second last picture I see that you are connected to a host at 127.0.0.1 using port 3270. I assume this is using the special telnet 3270 protocol. I see no way that you can use this with tek4010 unless the standard telnet protocol is used.

vinatron commented 5 months ago

I see ill have to convert it somehow then. So if I setup a plain telnet server on Linux I should be able to get a bash shell?

rricharz commented 5 months ago

Yes, a plain telnet server and using „tek4010…telnet … will do.