The M100 native display has some important non standard control codes.

Supposing you could read inbound characters on the serial port, the egress
flow could be  "almost VT100" for display purposes.

A really useful project would be to modify a terminal program to speak the
custom M100 display codes.  This would allow a PC to really emulate a
proper DVI video.

The codes and what they do are well defined....this is what I have
implemented in that MVT100 hardware adapter, and what both the VT100 driver
and REX# supports.

Side comment.   Even with all the extended codes that a true VT100
supports, there seems to be no way to make a VT100 properly handle a few of
the M100 control codes.

..steve


On Thursday, October 6, 2022, Mike Stein <[email protected]> wrote:

> Doesn't Steve's program handle the display part? Hooking the RS-232
> receive into the keyboard vector should also not be too difficult but as
> you say, what's the point?
>
> I don't recall whether the M100 has it (ISTR that it does) but some
> systems have a built-in function, usually CTL-P that echoes everything on
> the display to the printer (not just one screen like PRINT), which could in
> turn be redirected to the com port and fed to a terminal program
>
> m
>
> On Thu, Oct 6, 2022 at 3:05 PM John R. Hogerhuis <[email protected]> wrote:
>
>>
>>
>> On Thu, Oct 6, 2022 at 11:47 AM Brian K. White <[email protected]>
>> wrote:
>>
>>> 2. Can I run M100 stuff from my remote?
>>>
>>>
>>> What?
>>>
>>>
>> I guess he means display what the M100 displays on the host and route
>> characters sent from the host to the keyboard buffer of the M100.
>>
>> It could be done... it would require a program on the M100 side.
>>
>> Not sure of its utility though.
>>
>> Another idea would be using a host PC as a large display for the M100.
>>
>> So, say you have the M100 configured for 80x24, and a 80x24 xterminal or
>> putty window on the PC displaying its output. Bytes and display codes
>> routed out the serial port, with character set and control code mapping.
>>
>> Kind of like a simple DVI or VGA adapter.
>>
>> At a high baud rate, I'd guess it would be more performant than the
>> native display.
>>
>> -- John.
>>
>

Reply via email to