Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for GDDM #56

Open
vmdave9 opened this issue Nov 21, 2022 · 5 comments
Open

Add support for GDDM #56

vmdave9 opened this issue Nov 21, 2022 · 5 comments
Labels
enhancement New feature or request

Comments

@vmdave9
Copy link

vmdave9 commented Nov 21, 2022

I would like to see support for GDDM graphics added to zti, like what the 3179-G terminal provides. Although not an IBM-er, I am willing to assist in this upgrade.
Many thanks.
DJ

@najohnsn najohnsn added the enhancement New feature or request label Nov 21, 2022
@najohnsn
Copy link
Member

You can think of a big chunk zti being just a translator between 3270 orders and ASCII terminal escape sequences. So, to support GDDM, zti has to translate the GDDM graphics to codes that do graphics in an ascii terminal. I believe such terminal emulators exist where this could be pulled off. But I think they are rare. What ascii terminal emulator do you use? Do you know if it supports graphics?

@vmdave9
Copy link
Author

vmdave9 commented Nov 22, 2022

Thanks for the input Neil. Yes, you are correct, IBM has defined a set of "graphic orders" that can be sent in a 3270 data stream and displayed on non-programmable terminals. On Windows I use the IBM PCOMM TN3270 emulator, which supports GDDM graphics very nicely. It's an IBM product so you probably can take a look at the source code to see what it does. :-)
What I am looking for is something like PCOMM but that can run anywhere (Linux, Mac, Win) and not just Windows.
Many thanks.

@jefsmithIBM
Copy link
Member

The "sister" product for PCOMM that will run everywhere is the Host On Demand product that comes with the PCOMM bundle. IBM offers both PCOMM and HOD in the Host Access Client Package and HOD uses similar and the same configuration parameters. Both support graphics in the same manner. I use HOD on Linux, AIX, Mac.....
Hope this helps.

@vmdave9
Copy link
Author

vmdave9 commented Nov 22, 2022 via email

@jefsmithIBM
Copy link
Member

You can order HACP from Passport Advantage website where IBM sales its distributed software. Or, you can go to the web page, [https://www.ibm.com/products/host-access-client-package], and the "Let's Chat" will assist in placing the order. You can download it immediately after the order.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants