Re: [M100] 80x24 Video how-to

2020-04-19 Thread Tom Wilson
https://www.amazon.com/MakerFocus-Controller-Keyboard-Graphics-Terminal/dp/B07XHRKF9M/ref=sr_1_1?dchild=1=esp32+vga=1587338867=8-1


https://www.amazon.com/Diyeeni-Controller-Keyboard-Graphics-Terminal/dp/B084Z1WGQM/ref=sr_1_2?dchild=1=esp32+vga=1587338867=8-2

https://www.amazon.com/LILYGO-Controller-Keyboard-Graphics-Terminal/dp/B07VB3BG5G/ref=sr_1_4?dchild=1=esp32+vga=1587338867=8-4


For a while, you could only get these direct from China, but it looks like
people are warehousing them in the US now. What I can't find, yet, is
documentation on the software that comes pre-loaded and how to interface
with them.

It looks like there are some solder points for two GPIO pins on the board:
pins 12 and 2. I'm hoping that these things come with enough
documentation for me to figure out to program them and tie them into a TTL
serial device. I have plans to build at least two microcomputers (both
running CP/M using two different emulators) and a stand-alone terminal for
things like this project.




Tom Wilson
wilso...@gmail.com
(619)940-6311
K6ABZ


On Sun, Apr 19, 2020 at 4:17 PM Hank Riley  wrote:

> Tom,
>
> Link please to the ESP32 terminal device!
>
> Hank
> _
>
>
> On Sunday, April 19, Tom  wrote:
>
>  I've also got another Geoff style terminal board and two ESP32 based
> terminal boards on the way. It'll be interesting to see if the ESP based
> boards can be modified for this use. (They claim to be VT-102/ANSI
> compatible, but I'm having a hard time finding good documentation on them.)
>
>


Re: [M100] 80x24 Video how-to

2020-04-19 Thread Hank Riley
 Tom,
Link please to the ESP32 terminal device!
Hank_
   
 On Sunday, April 19, Tom  wrote: 
  I've also got another Geoff style terminal board and two ESP32 based terminal 
boards on the way. It'll be interesting to see if the ESP based boards can be 
modified for this use. (They claim to be VT-102/ANSI compatible, but I'm having 
a hard time finding good documentation on them.)





  

Re: [M100] 80x24 Video how-to

2020-04-19 Thread Tom Wilson
Thanks, Steve. I have been using my own terminal program with my Altair
emulators for a long time, and it's always nice to find new uses. I've also
got another Geoff style terminal board and two ESP32 based terminal boards
on the way. It'll be interesting to see if the ESP based boards can be
modified for this use. (They claim to be VT-102/ANSI compatible, but I'm
having a hard time finding good documentation on them.)




Tom Wilson
wilso...@gmail.com
(619)940-6311
K6ABZ


On Sun, Apr 19, 2020 at 3:14 PM Stephen Adolph  wrote:

> Yes, I made work what I could, and created new where i had to.
> It should work with a VT100 for general use.  The extras are really m100
> specific.
> Interested in your feedback.
> Steve
>
>
>
> On Sunday, April 19, 2020, Tom Wilson  wrote:
>
>> So, you just added T, U, V, W, M, and L and mapped the other T100 codes
>> to VT-100 codes?
>>
>> I suppose I should just download your T100 wedge so I can try it myself.
>>
>>
>> On Sun, Apr 19, 2020 at 11:38 AM Tom Wilson  wrote:
>>
>>> So they are all standard VT100 codes? That’s good to know. I know a
>>> couple of guys who produce GeoffG terminal boards for an Altair clone, and
>>> I may have a more ready supply than the Tindie guy.
>>>
>>> So I *may* be able to get a supply of kits and have the PICs programmed
>>> with the additional VT100 codes. David, the guy who customized the firmware
>>> for the Altairduino, has already modded the firmware to use a USB keyboard.
>>>
>>> I’ll add those codes to my test suite and see if David’s firmware
>>> supports them.
>>>
>>> On Sun, Apr 19, 2020 at 11:34 AM Stephen Adolph 
>>> wrote:
>>>
 escape code table is on the VT100 page above

 On Sun, Apr 19, 2020 at 2:13 PM Tom Wilson  wrote:

> How funny. I’ve been re-writing Star Trek to get rid of some bugs and
> make it work more reliably on the 100 (and CP/M.)
>
> I’ll have to add a DVI mode, too. Is there any way to detect the
> screen size? I currently read the row number to detect the T200.
>
> Speaking of do you have a list of the escape codes you’re using? I
> would like to add them to my PC terminal emulator.
>
> On Sun, Apr 19, 2020 at 10:43 AM Stephen Adolph 
> wrote:
>
>> For fun, I tweaked the classic STARTREK.BAS to run on M100 with
>> external 80 column CRT.
>>
>> You can get it here:
>> http://bitchin100.com/wiki/index.php?title=VT100#Mini_How-To
>>
>> It should probably work in DVI too for that matter.
>>
>>
>> On Sat, Apr 18, 2020 at 8:53 PM Stephen Adolph 
>> wrote:
>>
>>> I've got things working pretty well!
>>>
>>> The following link has my page on how to use take advantage of my
>>> VT100 video driver with the VT100 terminal.
>>>
>>> http://bitchin100.com/wiki/index.php?title=VT100
>>>
>>> Get in touch with any questions.
>>> Source code, executables, Project files are all posted.
>>> How-to included.
>>>
>>> I'll have boards available soon, I mentioned my kit price is 30$
>>> previously.
>>>
>>> Steve
>>>
>>>
>>>
>>> --
> Tom Wilson
> wilso...@gmail.com
> (619)940-6311
> K6ABZ
>
 --
>>> Tom Wilson
>>> wilso...@gmail.com
>>> (619)940-6311
>>> K6ABZ
>>>
>> --
>> Tom Wilson
>> wilso...@gmail.com
>> (619)940-6311
>> K6ABZ
>>
>


Re: [M100] 80x24 Video how-to

2020-04-19 Thread Stephen Adolph
Yes, I made work what I could, and created new where i had to.
It should work with a VT100 for general use.  The extras are really m100
specific.
Interested in your feedback.
Steve



On Sunday, April 19, 2020, Tom Wilson  wrote:

> So, you just added T, U, V, W, M, and L and mapped the other T100 codes to
> VT-100 codes?
>
> I suppose I should just download your T100 wedge so I can try it myself.
>
>
> On Sun, Apr 19, 2020 at 11:38 AM Tom Wilson  wrote:
>
>> So they are all standard VT100 codes? That’s good to know. I know a
>> couple of guys who produce GeoffG terminal boards for an Altair clone, and
>> I may have a more ready supply than the Tindie guy.
>>
>> So I *may* be able to get a supply of kits and have the PICs programmed
>> with the additional VT100 codes. David, the guy who customized the firmware
>> for the Altairduino, has already modded the firmware to use a USB keyboard.
>>
>> I’ll add those codes to my test suite and see if David’s firmware
>> supports them.
>>
>> On Sun, Apr 19, 2020 at 11:34 AM Stephen Adolph 
>> wrote:
>>
>>> escape code table is on the VT100 page above
>>>
>>> On Sun, Apr 19, 2020 at 2:13 PM Tom Wilson  wrote:
>>>
 How funny. I’ve been re-writing Star Trek to get rid of some bugs and
 make it work more reliably on the 100 (and CP/M.)

 I’ll have to add a DVI mode, too. Is there any way to detect the screen
 size? I currently read the row number to detect the T200.

 Speaking of do you have a list of the escape codes you’re using? I
 would like to add them to my PC terminal emulator.

 On Sun, Apr 19, 2020 at 10:43 AM Stephen Adolph 
 wrote:

> For fun, I tweaked the classic STARTREK.BAS to run on M100 with
> external 80 column CRT.
>
> You can get it here:
> http://bitchin100.com/wiki/index.php?title=VT100#Mini_How-To
>
> It should probably work in DVI too for that matter.
>
>
> On Sat, Apr 18, 2020 at 8:53 PM Stephen Adolph 
> wrote:
>
>> I've got things working pretty well!
>>
>> The following link has my page on how to use take advantage of my
>> VT100 video driver with the VT100 terminal.
>>
>> http://bitchin100.com/wiki/index.php?title=VT100
>>
>> Get in touch with any questions.
>> Source code, executables, Project files are all posted.
>> How-to included.
>>
>> I'll have boards available soon, I mentioned my kit price is 30$
>> previously.
>>
>> Steve
>>
>>
>>
>> --
 Tom Wilson
 wilso...@gmail.com
 (619)940-6311
 K6ABZ

>>> --
>> Tom Wilson
>> wilso...@gmail.com
>> (619)940-6311
>> K6ABZ
>>
> --
> Tom Wilson
> wilso...@gmail.com
> (619)940-6311
> K6ABZ
>


Re: [M100] 80x24 Video how-to

2020-04-19 Thread Tom Wilson
So, you just added T, U, V, W, M, and L and mapped the other T100 codes to
VT-100 codes?

I suppose I should just download your T100 wedge so I can try it myself.


On Sun, Apr 19, 2020 at 11:38 AM Tom Wilson  wrote:

> So they are all standard VT100 codes? That’s good to know. I know a couple
> of guys who produce GeoffG terminal boards for an Altair clone, and I may
> have a more ready supply than the Tindie guy.
>
> So I *may* be able to get a supply of kits and have the PICs programmed
> with the additional VT100 codes. David, the guy who customized the firmware
> for the Altairduino, has already modded the firmware to use a USB keyboard.
>
> I’ll add those codes to my test suite and see if David’s firmware supports
> them.
>
> On Sun, Apr 19, 2020 at 11:34 AM Stephen Adolph 
> wrote:
>
>> escape code table is on the VT100 page above
>>
>> On Sun, Apr 19, 2020 at 2:13 PM Tom Wilson  wrote:
>>
>>> How funny. I’ve been re-writing Star Trek to get rid of some bugs and
>>> make it work more reliably on the 100 (and CP/M.)
>>>
>>> I’ll have to add a DVI mode, too. Is there any way to detect the screen
>>> size? I currently read the row number to detect the T200.
>>>
>>> Speaking of do you have a list of the escape codes you’re using? I
>>> would like to add them to my PC terminal emulator.
>>>
>>> On Sun, Apr 19, 2020 at 10:43 AM Stephen Adolph 
>>> wrote:
>>>
 For fun, I tweaked the classic STARTREK.BAS to run on M100 with
 external 80 column CRT.

 You can get it here:
 http://bitchin100.com/wiki/index.php?title=VT100#Mini_How-To

 It should probably work in DVI too for that matter.


 On Sat, Apr 18, 2020 at 8:53 PM Stephen Adolph 
 wrote:

> I've got things working pretty well!
>
> The following link has my page on how to use take advantage of my
> VT100 video driver with the VT100 terminal.
>
> http://bitchin100.com/wiki/index.php?title=VT100
>
> Get in touch with any questions.
> Source code, executables, Project files are all posted.
> How-to included.
>
> I'll have boards available soon, I mentioned my kit price is 30$
> previously.
>
> Steve
>
>
>
> --
>>> Tom Wilson
>>> wilso...@gmail.com
>>> (619)940-6311
>>> K6ABZ
>>>
>> --
> Tom Wilson
> wilso...@gmail.com
> (619)940-6311
> K6ABZ
>
-- 
Tom Wilson
wilso...@gmail.com
(619)940-6311
K6ABZ


Re: [M100] 80x24 Video how-to

2020-04-19 Thread Tom Wilson
So they are all standard VT100 codes? That’s good to know. I know a couple
of guys who produce GeoffG terminal boards for an Altair clone, and I may
have a more ready supply than the Tindie guy.

So I *may* be able to get a supply of kits and have the PICs programmed
with the additional VT100 codes. David, the guy who customized the firmware
for the Altairduino, has already modded the firmware to use a USB keyboard.

I’ll add those codes to my test suite and see if David’s firmware supports
them.

On Sun, Apr 19, 2020 at 11:34 AM Stephen Adolph 
wrote:

> escape code table is on the VT100 page above
>
> On Sun, Apr 19, 2020 at 2:13 PM Tom Wilson  wrote:
>
>> How funny. I’ve been re-writing Star Trek to get rid of some bugs and
>> make it work more reliably on the 100 (and CP/M.)
>>
>> I’ll have to add a DVI mode, too. Is there any way to detect the screen
>> size? I currently read the row number to detect the T200.
>>
>> Speaking of do you have a list of the escape codes you’re using? I
>> would like to add them to my PC terminal emulator.
>>
>> On Sun, Apr 19, 2020 at 10:43 AM Stephen Adolph 
>> wrote:
>>
>>> For fun, I tweaked the classic STARTREK.BAS to run on M100 with external
>>> 80 column CRT.
>>>
>>> You can get it here:
>>> http://bitchin100.com/wiki/index.php?title=VT100#Mini_How-To
>>>
>>> It should probably work in DVI too for that matter.
>>>
>>>
>>> On Sat, Apr 18, 2020 at 8:53 PM Stephen Adolph 
>>> wrote:
>>>
 I've got things working pretty well!

 The following link has my page on how to use take advantage of my VT100
 video driver with the VT100 terminal.

 http://bitchin100.com/wiki/index.php?title=VT100

 Get in touch with any questions.
 Source code, executables, Project files are all posted.
 How-to included.

 I'll have boards available soon, I mentioned my kit price is 30$
 previously.

 Steve



 --
>> Tom Wilson
>> wilso...@gmail.com
>> (619)940-6311
>> K6ABZ
>>
> --
Tom Wilson
wilso...@gmail.com
(619)940-6311
K6ABZ


Re: [M100] 80x24 Video how-to

2020-04-19 Thread Stephen Adolph
escape code table is on the VT100 page above

On Sun, Apr 19, 2020 at 2:13 PM Tom Wilson  wrote:

> How funny. I’ve been re-writing Star Trek to get rid of some bugs and make
> it work more reliably on the 100 (and CP/M.)
>
> I’ll have to add a DVI mode, too. Is there any way to detect the screen
> size? I currently read the row number to detect the T200.
>
> Speaking of do you have a list of the escape codes you’re using? I
> would like to add them to my PC terminal emulator.
>
> On Sun, Apr 19, 2020 at 10:43 AM Stephen Adolph 
> wrote:
>
>> For fun, I tweaked the classic STARTREK.BAS to run on M100 with external
>> 80 column CRT.
>>
>> You can get it here:
>> http://bitchin100.com/wiki/index.php?title=VT100#Mini_How-To
>>
>> It should probably work in DVI too for that matter.
>>
>>
>> On Sat, Apr 18, 2020 at 8:53 PM Stephen Adolph 
>> wrote:
>>
>>> I've got things working pretty well!
>>>
>>> The following link has my page on how to use take advantage of my VT100
>>> video driver with the VT100 terminal.
>>>
>>> http://bitchin100.com/wiki/index.php?title=VT100
>>>
>>> Get in touch with any questions.
>>> Source code, executables, Project files are all posted.
>>> How-to included.
>>>
>>> I'll have boards available soon, I mentioned my kit price is 30$
>>> previously.
>>>
>>> Steve
>>>
>>>
>>>
>>> --
> Tom Wilson
> wilso...@gmail.com
> (619)940-6311
> K6ABZ
>


Re: [M100] 80x24 Video how-to

2020-04-19 Thread Stephen Adolph
For fun, I tweaked the classic STARTREK.BAS to run on M100 with external 80
column CRT.

You can get it here:
http://bitchin100.com/wiki/index.php?title=VT100#Mini_How-To

It should probably work in DVI too for that matter.


On Sat, Apr 18, 2020 at 8:53 PM Stephen Adolph  wrote:

> I've got things working pretty well!
>
> The following link has my page on how to use take advantage of my VT100
> video driver with the VT100 terminal.
>
> http://bitchin100.com/wiki/index.php?title=VT100
>
> Get in touch with any questions.
> Source code, executables, Project files are all posted.
> How-to included.
>
> I'll have boards available soon, I mentioned my kit price is 30$
> previously.
>
> Steve
>
>
>
>


Re: [M100] 80x24 Video how-to

2020-04-18 Thread John R. Hogerhuis
On Sat, Apr 18, 2020 at 6:26 PM Stephen Adolph  wrote:

> You mean characters above 128, right?
>

Yes.


> Yes it could be done.
> The vt100 caps ascii codes at 127.
> The character maps are documented and easy to extend.
>
> ..steve
>
>
>>
Cool!

-- John.


Re: [M100] 80x24 Video how-to

2020-04-18 Thread Stephen Adolph
You mean characters above 128, right?
Yes it could be done.
The vt100 caps ascii codes at 127.
The character maps are documented and easy to extend.

..steve


On Saturday, April 18, 2020, John R. Hogerhuis  wrote:

>
>
> On Sat, Apr 18, 2020 at 5:54 PM Stephen Adolph 
> wrote:
>
>> I've got things working pretty well!
>>
>> The following link has my page on how to use take advantage of my VT100
>> video driver with the VT100 terminal.
>>
>> http://bitchin100.com/wiki/index.php?title=VT100
>>
>> Get in touch with any questions.
>> Source code, executables, Project files are all posted.
>> How-to included.
>>
>> I'll have boards available soon, I mentioned my kit price is 30$
>> previously.
>>
>> Steve
>>
>>
>>
> Very nice work.
>
> Is there any possibility of making this device match the full character
> set of the laptop?
>
> -- John.
>


Re: [M100] 80x24 Video how-to

2020-04-18 Thread John R. Hogerhuis
On Sat, Apr 18, 2020 at 5:54 PM Stephen Adolph  wrote:

> I've got things working pretty well!
>
> The following link has my page on how to use take advantage of my VT100
> video driver with the VT100 terminal.
>
> http://bitchin100.com/wiki/index.php?title=VT100
>
> Get in touch with any questions.
> Source code, executables, Project files are all posted.
> How-to included.
>
> I'll have boards available soon, I mentioned my kit price is 30$
> previously.
>
> Steve
>
>
>
Very nice work.

Is there any possibility of making this device match the full character set
of the laptop?

-- John.