[comp.os.coherent] What to use for terminal emulation?

marke@richs118.cpg.trs.reuter.com (Mark Ellis) (06/26/91)

I use "mterm".  The source is posted on MWCBBS.  It uses /dev/console for its
interface, and therefore supports "vt100" emulation.  It isn't great, but it
is tiny.  I had to make a few patches to it to make it work (like /dev/com1 
change to /dev/com1r).  

Has anyone else experience with "mterm" or "xcmalt" or yet other alternatives?

("xcmalt" is also on MWCBBS, but I've not been able to get it working 
although it compiles fine; haven't had time to read the manual which probably
has the answers;-)

Thanks,
Mark Ellis

cedric@tfpbbs.uucp (Cedric Ingrand) (06/27/91)

marke@richs118.cpg.trs.reuter.com (Mark Ellis) writes:
> I use "mterm".  The source is posted on MWCBBS.  It uses /dev/console for its
> interface, and therefore supports "vt100" emulation.  It isn't great, but it
> is tiny.  I had to make a few patches to it to make it work (like /dev/com1 
> change to /dev/com1r).  
> 
> Has anyone else experience with "mterm" or "xcmalt" or yet other alternatives?

	The one I use on a daily basis is xcomm (I can't remember where I got
it, probably on mwcbbs..). It works fine, supports dialing directories, has
a (small but nice) script language. It sometimes "hangs", but I understand
that Coherent's serial port driver is the one to blame in this case. 

	BTW, has anybody tried to port PCOMM to Coherent ? (:

		Cedric



| Cedric Ingrand,  Co-Sysop of The Floating Point B.B.S., Paris,  France. |
| (+33-1) 43.94.95.00 (1200) |  43.94.34.63 (2400)  |  43.94.38.40 (9600) |
|UUCP:tfd!afp!gna!tfpbbs!cedric | INTERNET:cedric@tfpbbs.uucp (might work)|
| Le monde de demain, quoiqu'il advienne nous appartient - Supreme N.T.M. |

lvds@tfpbbs.uucp (Laurent Cas) (06/27/91)

marke@richs118.cpg.trs.reuter.com (Mark Ellis) writes:
> I use "mterm".  The source is posted on MWCBBS.  It uses /dev/console for its
> interface, and therefore supports "vt100" emulation.  It isn't great, but it
> is tiny.  I had to make a few patches to it to make it work (like /dev/com1 
> change to /dev/com1r).  
> 
> Has anyone else experience with "mterm" or "xcmalt" or yet other alternatives?

well, i work a lot on remote login on my site, and mterm doesn't work fine
on remote. the only possibility i found to replace the cu is to use Xcomm
which works very well on remote. note that mterm and xcomm both works very
fine in local.

> ("xcmalt" is also on MWCBBS, but I've not been able to get it working 
> although it compiles fine; haven't had time to read the manual which probably
> has the answers;-)

we do not have xcmalt, please be kind to post it here in uuencoded form.
just think to users that don't have any access to the very very far MWCbbs...
long distance calls are very expensive for us (i mean french users).

> Thanks,
> Mark Ellis

nothing, it was a pleasure ; this is my first attempt to write on the news
feed :-)

LLOO@csmail.cs.uoguelph.ca (06/28/91)

> marke@richs118.cpg.trs.reuter.com (Mark Ellis) writes:
> > I use "mterm".  The source is posted on MWCBBS.  It uses /dev/console for
 its
> > interface, and therefore supports "vt100" emulation.  It isn't great, but it
> > is tiny.  I had to make a few patches to it to make it work (like /dev/com1
> > change to /dev/com1r).
> >
> > Has anyone else experience with "mterm" or "xcmalt" or yet other
 alternatives?
>
>   The one I use on a daily basis is xcomm (I can't remember where I got
> it, probably on mwcbbs..). It works fine, supports dialing directories, has
> a (small but nice) script language. It sometimes "hangs", but I understand
> that Coherent's serial port driver is the one to blame in this case.
>
>   BTW, has anybody tried to port PCOMM to Coherent ? (:
>
>       Cedric

Cedric could you post xcomm on PIGGY?

.......Leon

jschnitz@polyslo.CalPoly.EDU (lostyk) (06/28/91)

would somebody please put mterm and xcmalt on piggy?

thanks.

-- 
Excerpt from conversation between customer support person and customer working 
for a well-known military-affiliated research lab: 
   Support:  "You're not our only customer, you know."
   Customer:  "But we're one of the few with tactical nuclear weapons."

kimmel@risky.ecs.umass.edu (Mathew Kimmel) (06/28/91)

In article <91062621703@tfpbbs.uucp> cedric@tfpbbs.uucp (Cedric Ingrand) writes:
>	BTW, has anybody tried to port PCOMM to Coherent ? (:

I made a half-hearted stab at it once.  I got everything to compile, but
when I tried to link it, it exceeded the 64K compiler limit.  Maybe if I
disabled features....

-Matt
-- 
Matt Kimmel          University of Massachusetts          Amherst, Mass.

Internet: kimmel@umvlsi.ecs.umass.edu              Bitnet: KIMMEL@UMAECS

joachim@jrix.radig.de (Joachim Riedel) (06/29/91)

LLOO@csmail.cs.uoguelph.ca writes:
>>
>>   The one I use on a daily basis is xcomm (I can't remember where I got

>Cedric could you post xcomm on PIGGY?

XCMALT from MWCBBS is a version on the base of XCOMM. I think that that is
the program Cedric talks about.

CU,
Joachim
+--------------------------------+------------------------------------------+
|  Joachim Riedel                | Internet: jr@connie.convex.com           |
|  Geschwister-Scholl-Strasse 48 | UUCP:     uunet!unido!connie!jr          |
|  D-6050 Offenbach am Main      +------------------------------------------+
|  Tel. +49 69 85 62 25          | SUB:      joachim@jrix.radig.de          |
+---------------------------------------------------------------------------+

cedric@tfpbbs.uucp (Cedric Ingrand) (06/29/91)

LLOO@csmail.cs.uoguelph.ca () writes:
> >
> >   The one I use on a daily basis is xcomm (I can't remember where I got
> > it, probably on mwcbbs..). It works fine, supports dialing directories, has
> > a (small but nice) script language. It sometimes "hangs", but I understand
> > that Coherent's serial port driver is the one to blame in this case.
> >
> >   BTW, has anybody tried to port PCOMM to Coherent ? (:
> >
> >       Cedric
> 
> Cedric could you post xcomm on PIGGY?
> 
> .......Leon
> 

	Gee, I wish I could (-: ! All I can do is mail it to somebody
who can (why not you BTW ?). The only glitch is that I only have the
binaries (and limited docs..). If there was a definite policy about
posting binaries or sources for Coherent, this wouldn't be a problem,
but I understand no solution suits everybody, and we should wait a
while before RFD'ing on comp.os.coherent.sources (or anything you
wish to call it)......well, should we ?

		Cedric

--

| Cedric Ingrand,  Co-Sysop of The Floating Point B.B.S., Paris,  France. |
| (+33-1) 43.94.95.00 (1200) |  43.94.34.63 (2400)  |  43.94.38.40 (9600) |
|   UUCP:tfd.com!afp!gna!tfpbbs!cedric   |  INTERNET:cedric@tfpbbs.uucp   |
| Le monde de demain, quoiqu'il advienne nous appartient - Supreme N.T.M. |