* terminal emulation
@ 2003-06-12 22:51 Dan Olson
2003-06-13 0:42 ` Patrick Gilliland
0 siblings, 1 reply; 4+ messages in thread
From: Dan Olson @ 2003-06-12 22:51 UTC (permalink / raw)
To: linux-8086
Has anyone tried to get a terminal emulator running under ELKS? I
downloaded a simple one that runs at 9600 baud as suggested on the list a
while back. I'm able to get Telix running under MS-DOS without much
trouble, but lost a lot of charaters under ELKS...or maybe just didn't
have the program functioning properly (seemed like screen draws would stop
half way through). Telix seems to sometimes drop a charater when there's
a large burst of charaters, maybe it's just a little faster because the OS
is single-tasking?? Anyone else have any better luck?
Dan
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: terminal emulation
2003-06-12 22:51 terminal emulation Dan Olson
@ 2003-06-13 0:42 ` Patrick Gilliland
2003-06-13 5:25 ` Dan Olson
0 siblings, 1 reply; 4+ messages in thread
From: Patrick Gilliland @ 2003-06-13 0:42 UTC (permalink / raw)
To: ELKS
[-- Attachment #1: Type: text/plain, Size: 1064 bytes --]
Try http://acid.ch.pw.edu.pl/~sq5bpf/elks/
I had it working a while ago but only one line of text at a time.
On Thu, 2003-06-12 at 18:51, Dan Olson wrote:
> Has anyone tried to get a terminal emulator running under ELKS? I
> downloaded a simple one that runs at 9600 baud as suggested on the list a
> while back. I'm able to get Telix running under MS-DOS without much
> trouble, but lost a lot of charaters under ELKS...or maybe just didn't
> have the program functioning properly (seemed like screen draws would stop
> half way through). Telix seems to sometimes drop a charater when there's
> a large burst of charaters, maybe it's just a little faster because the OS
> is single-tasking?? Anyone else have any better luck?
>
> Dan
> -
> To unsubscribe from this list: send the line "unsubscribe linux-8086" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
--
InkPot Productions
33 Garrison Street, Ottawa
(613) 722-1439
www.inkpotproductions.ca
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: terminal emulation
2003-06-13 0:42 ` Patrick Gilliland
@ 2003-06-13 5:25 ` Dan Olson
2003-06-13 8:29 ` Alan Cox
0 siblings, 1 reply; 4+ messages in thread
From: Dan Olson @ 2003-06-13 5:25 UTC (permalink / raw)
To: ELKS
Yea, that the one I tried, thanks though. Basicly, to be useful I'd
really like VT100 emulation working, I figured since it worked under DOS
and not ELKS that the hardware and server must be good, leaving a software
issue.
Dan
On Thu, 12 Jun 2003, Patrick Gilliland wrote:
> Try http://acid.ch.pw.edu.pl/~sq5bpf/elks/
>
> I had it working a while ago but only one line of text at a time.
>
>
> On Thu, 2003-06-12 at 18:51, Dan Olson wrote:
> > Has anyone tried to get a terminal emulator running under ELKS? I
> > downloaded a simple one that runs at 9600 baud as suggested on the list a
> > while back. I'm able to get Telix running under MS-DOS without much
> > trouble, but lost a lot of charaters under ELKS...or maybe just didn't
> > have the program functioning properly (seemed like screen draws would stop
> > half way through). Telix seems to sometimes drop a charater when there's
> > a large burst of charaters, maybe it's just a little faster because the OS
> > is single-tasking?? Anyone else have any better luck?
> >
> > Dan
> > -
> > To unsubscribe from this list: send the line "unsubscribe linux-8086" in
> > the body of a message to majordomo@vger.kernel.org
> > More majordomo info at http://vger.kernel.org/majordomo-info.html
> >
> --
> InkPot Productions
> 33 Garrison Street, Ottawa
> (613) 722-1439
> www.inkpotproductions.ca
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: terminal emulation
2003-06-13 5:25 ` Dan Olson
@ 2003-06-13 8:29 ` Alan Cox
0 siblings, 0 replies; 4+ messages in thread
From: Alan Cox @ 2003-06-13 8:29 UTC (permalink / raw)
To: Dan Olson; +Cc: ELKS
On Gwe, 2003-06-13 at 06:25, Dan Olson wrote:
> Yea, that the one I tried, thanks though. Basicly, to be useful I'd
> really like VT100 emulation working, I figured since it worked under DOS
> and not ELKS that the hardware and server must be good, leaving a software
> issue.
Default unix behaviour on tty devices is line by line mode. Assuming all
the right code is in there now you can use stty to turn on raw mode and
turn off icanon and echo to get the char by char mode you want (both on
the console port and on the serial port)
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2003-06-13 8:29 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-06-12 22:51 terminal emulation Dan Olson
2003-06-13 0:42 ` Patrick Gilliland
2003-06-13 5:25 ` Dan Olson
2003-06-13 8:29 ` Alan Cox
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox