EmbeddedRelated.com
Forums
The 2026 Embedded Online Conference

OT? Telnet utility with a GUI screen

Started by Unknown May 19, 2014
Telnet under the Win7 command window is a pain, I also find that it
throws up some spurious characters when editing source files. Any
suggestions re a telnet counterpart that provides full windows
capability, including scroll bars, font and colour selection? Googling
Telnet seems to come up with nothing but .... Telnet.
On 2014-05-19, nospam@nowhere.com <nospam@nowhere.com> wrote:
> Telnet under the Win7 command window is a pain, I also find that it > throws up some spurious characters when editing source files. Any > suggestions re a telnet counterpart that provides full windows > capability, including scroll bars, font and colour selection? Googling > Telnet seems to come up with nothing but .... Telnet.
Try searching for PuTTY and Tera Term. http://www.chiark.greenend.org.uk/~sgtatham/putty/ http://ttssh2.sourceforge.jp/index.html.en Simon. -- Simon Clubley, clubley@remove_me.eisner.decus.org-Earth.UFP Microsoft: Bringing you 1980s technology to a 21st century world
nospam@nowhere.com writes:

> Telnet under the Win7 command window is a pain, I also find that it > throws up some spurious characters when editing source files. Any > suggestions re a telnet counterpart that provides full windows > capability, including scroll bars, font and colour selection? Googling > Telnet seems to come up with nothing but .... Telnet.
You could install cygwin, which includes an X server and xterms, but that's a bit like hitting a nail with a sledgehammer. -- Randy Yates Digital Signal Labs http://www.digitalsignallabs.com
On 2014-05-19, Randy Yates <yates@digitalsignallabs.com> wrote:
> nospam@nowhere.com writes: > >> Telnet under the Win7 command window is a pain, I also find that it >> throws up some spurious characters when editing source files. Any >> suggestions re a telnet counterpart that provides full windows >> capability, including scroll bars, font and colour selection? Googling >> Telnet seems to come up with nothing but .... Telnet. > > You could install cygwin, which includes an X server and xterms, but > that's a bit like hitting a nail with a sledgehammer.
It also includes a decent telnet client and console window if you'd like to try a smaller hammer... -- Grant Edwards grant.b.edwards Yow! Maybe I should have at asked for my Neutron Bomb gmail.com in PAISLEY --
Simon Clubley wrote:
> On 2014-05-19, nospam@nowhere.com <nospam@nowhere.com> wrote: >> Telnet under the Win7 command window is a pain, I also find that it >> throws up some spurious characters when editing source files. Any >> suggestions re a telnet counterpart that provides full windows >> capability, including scroll bars, font and colour selection? Googling >> Telnet seems to come up with nothing but .... Telnet. > > Try searching for PuTTY and Tera Term. > > http://www.chiark.greenend.org.uk/~sgtatham/putty/ > http://ttssh2.sourceforge.jp/index.html.en > > Simon. >
+1. Putty is a single executable that fits nicely on a thumb drive. Installation is... copying one file. It also does serial ports and SSH. There may be SCP under it; I forget. Tera Term is fine, but more of a mess. -- Les Cargill
The 2026 Embedded Online Conference