Be warned. The InfoWindows aren't your average 'dumb terminals'. They are, what is known in IBM speak as Fixed Function Workstations. They have some (probably rom-based) intelligence built-in that you would need to emulate.

There used to be an IBM product called something like InfoWindow Control Program, a DOS program that allowed a pc to be used to talk to the InfoWindow system. It also exposed an API. There may have been a unix version or similar. I can't find much reference to the program on the first page of a google search, but if you (your friend) contacted IBM, they maybe able to offer specs or even give you access to source -- I've known them do that for withdrawn products, though they'll probably try and sell you an 'upgrade':)

If not, you may need to resort to using a line monitor to dump a session and reverse engineer the protocol.


Examine what is said, not who speaks.
"Efficiency is intelligent laziness." -David Dunham
"Think for yourself!" - Abigail
Hooray!
Wanted!


In reply to Re: Dumb terminals, interactive versus batch, text processing... by BrowserUk
in thread Dumb terminals, interactive versus batch, text processing... by YAFZ

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.