-
Notifications
You must be signed in to change notification settings - Fork 15
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
Comments
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? |
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. :-) |
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..... |
Thanks for the pointer, Jeff. Does anyone know how to order this from IBM?
Once, when dinosaurs roamed the Earth, there was such a thing as an IBM
sales rep, who you could contact about such things as this. Now, like the
dinosaurs, they too have vanished from the Earth as well. sigh..
DJ
…On Tue, Nov 22, 2022 at 12:52 PM Jeff L Smith ***@***.***> wrote:
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.
—
Reply to this email directly, view it on GitHub
<#56 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALJZM4PBJSIMBZOQGN6EI73WJUI6RANCNFSM6AAAAAASGYC4JU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
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. |
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
The text was updated successfully, but these errors were encountered: