[Coco] Is anyone using Dynastar yet?

gene heskett gheskett at wdtv.com
Sun Jan 8 02:54:33 EST 2012


On Sunday, January 08, 2012 02:16:02 AM Robert Gault did opine:

> gene heskett wrote:
> > On Saturday, January 07, 2012 11:06:46 PM Willard Goosey did opine:
> >> Well, that's the OS9 terminal setup.  Minicom emulates, what, vt100?
> >> vt102?
> > 
> > Its choices are VT100 and ANSI.  When just operating into a shell on
> > /t2, I cannot see a difference.  There could well be some things I am
> > doing with the serial translations, I know I'm supposed to be
> > translating cr's from the coco to LF's here and vice versa but I'm
> > not sure what some of the other options are doing.
> > 
> > Currently running in ANSI mode I believe.
> 
> Gene,
> 
> For what it's worth, and I don't know if Dynastar will use ANSI, my
> termset ANSI setting is:
> ANSI:$1b[\Y\Y;\X\XH:$01:$1b[M:$1b[P:$1b[2J:$1b[K:$1b[L:$1b[7m:$1b[0m:
> 
> That last entry is zero m.

Identical to mine Robert.

I am tempted to rewrite the cocos 'echo' command so it will interpret the 
input string in the same manner as a termset entry so I can test each of 
the colon separated commands in the actual format they are in this file.  
The instant problem with that is that the actual interpretation is modified 
by the presence of both the $ sign indicating a 2 char hex value, the \ is 
used as a sub this marker for the value passed after the second \, and an 
ascii character seen above  is used as the value of that character in the 
usual ascii/numerical mapping.  So that final $1b[0m is the same as a 
$1b5b306D for instance, just a shorter way to specify it.

But its too late to try that tonight.  :(  I did try the first ccc to see 
if I could move the curser to some arbitrary place, but the shell breaks 
the interpretation at the ";" so I'll have to sort out some other way to 
test that, later.

The esc key actually echo's as a . from the coco and the last 2 sets 
reverse the black/white, then restore it, so that at least is working, but 
many of the others are only equ to double line feeds.  Obviously I need to 
make the comm translations as transparent as possible before fooling with 
this when I'm awake.

Thanks Robert.

Cheers, Gene
-- 
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
My web page: <http://coyoteden.dyndns-free.com:85/gene>
Happiness isn't having what you want, it's wanting what you have.



More information about the Coco mailing list