9 Feb 04:36
Re: new terminal program needed ...
I'm annoyed at the moment because the good old M100 cannot keep up with a burst of 19.2 kbaud characters. The bluetooth device has a control interface that can give a report of text detailing all the settings. This data streams to the M100 at 19.2 and is more than 100 bytes. At some point, the buffers overflow on the M100 and you lose data on the screen, making it unreadable. I suppose hardware flow control would fix that. Where do you store HTERM? I will check your personal folder. thanks, Steve On Mon, Feb 8, 2010 at 10:32 PM, John R. Hogerhuis <jhoger@...> wrote: > On Mon, Feb 8, 2010 at 7:05 PM, Stephen Adolph <twospruces@...> wrote: >> This problem of not buffering incoming serial data properly at full >> speed is a problem indeed. Working with things that don't obey >> software flow control is a pain! >> >> Perhaps we need to develop a new terminal ROM or something. > > > Well I did create HTERM for just this purpose... it implements > hardware flow control. It even discards annoying ANSI color escape > codes and allows you to disable scrolling to speed things up when that > is useful. > > A full OptROM may or may not be necessary. HTERM is pretty small. > > It does need a reliable file transfer implementation... xmodem would > be good, or some integration with TS-DOS. Also it could use a capture > mechanism. > > Another possible solution is to squeeze HTERM into the main ROM, > possible replacing TELCOM. > > -- John. >
RSS Feed