On Thu, Jan 22, 2004 at 01:16:37AM -0600, Brian Fahrlander wrote: > On Wed, 2004-01-21 at 22:57, Greg Ennis wrote: > > Everyone, > > > > I need to find a Wyse60 terminal interface that can be used to telnet or ssh > > into another system. 'Tiny Term' has a unix module that does this, but the > > emulation is not complete and when I asked if they had plans to finish the > > work they advised to the negative. I am willing to write my own interface > > but need to have a starting place to ask a bunch of questions. Can any of > > you suggest a forum or place to do this ie either some special gnome or kde > > forum? > > Let me guess: connecting to SCO systems? I even tried paying a > _bounty_ to get the thing written. If X is available (even if it > doesn't have a graphical login) you can telnet there and run xterm or > whatever they run natively on it...it's wasteful and intended for > in-house only, but it does a really good job. why do you specifically need Wy60, is it because of a broken App that was (stupidly) hard-coded to wy60 ONLY ?? Or is it just because wy60 is what has been traditionally used? What if you copy the terminfo entry for a "linux" term to the destination system and install it (linux, or xterm, or whatever your local term type really is)? > If you're connecting from Win9x, Rassmussen Software has something > nice...but I forget the name. (Haven't seen it in 3 years!) Google > should find it for ya. If you're connecting from Windoze, you could take a look at K95 (Kermit 95) which runs on all Win32 systems and provides a long list of terminal emulations, including, as far as I recall, Wyse 60, SCOANSI, Linux, etc., etc. > > There is no SSH for SCO...people far better than I have tried, and > those people have left, cussing. I don't know what makes it so hard, > but...no. > > Drop me a line if this helps. > -- ---------------------------------------------------------------------- Dear Fred and Brian, Thanks for your responses! I guess I should not be surprised by your deductions. You got both of them correct! :) The software I am trying to update has been used on character terminals for long time. Fortunately this software has its own system of terminal drivers so we can really use any terminal by writing an appropriate terminal driver. The most frequently used terminals have been Wyse60 or VT100's. And you are correct again it is on a SCO box as well. Tiny Term has a product for Windows systems that works very well, and we have it in use currently. However, we are looking at the option of replacing the Windows systems with Linux, and having proper terminal drivers for this software is on the critical path of this conversion. What I would like to do is to use Linux as a desktop unit to replace some of the Wyse60 terminals. I would like to be able use either the gnome or kde gui interface with a gnome-terminal window or a kde-konsole window opened and telneted into the SCO server. This would obviously allow several terminal windows opened at the same time which would be a benefit in using the software on the SCO box. I don't really need to ssh into the SCO box because it is already protected from the internet behind some Linux muscle, but I do need to be able to have the ability to control the screen features of the window that is open. Tiny Term does have a product with a Wyse60 interface for Linux systems but it does not allow 'on the fly' programming of the special function keys, and has some other hard coded problems that can not be fixed by changing parameter files. Any suggestions you can give me to accomplish this would be appreciated! Thank you, Greg