Any tool similar to Hyperterminal application? - Stack Overflow most recent 30 from stackoverflow.com 2009-11-28T07:02:52Z http://stackoverflow.com/feeds/question/60823 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/60823/any-tool-similar-to-hyperterminal-application 2 Any tool similar to Hyperterminal application? Prakash 2008-09-13T20:18:20Z 2008-09-16T10:11:34Z <blockquote> <p>HyperTerminal is a program that you can use to connect to other computers, Telnet sites, bulletin board systems (BBSs), online services, and host computers, using either your modem, a null modem cable or Ethernet connection.</p> </blockquote> <p>But My main usage of Hyperterminal is to communicate with hardware through local (virtual )COM ports. I suppose it is removed in Vista for some reason.</p> <p>Are there any other tools that functions similar to Hyperterminal?</p> <p>[I am curious to know even if it is not for vista]</p> http://stackoverflow.com/questions/60823/any-tool-similar-to-hyperterminal-application/60838#60838 1 Answer by Readonly for Any tool similar to Hyperterminal application? Readonly 2008-09-13T20:32:03Z 2008-09-13T20:32:03Z <p>Here are two:</p> <p><a href="http://hp.vector.co.jp/authors/VA002416/teraterm.html" rel="nofollow">Tera Term</a></p> <blockquote> <p>Tera Term (Pro) is a free software terminal emulator (communication program) for MS-Windows. It supports VT100 emulation, telnet connection, serial port connection, and so on.</p> </blockquote> <p><a href="http://www.columbia.edu/kermit/k95.html" rel="nofollow">Kermit 95</a></p> <blockquote> <p>Kermit 95: Internet and serial communications for Microsoft Windows® 95, Windows 98, Windows ME, Windows NT (4.0 and later), Windows 2000, Windows XP, and IBM OS/2 from the Kermit Project at Columbia University, offers you text-based terminal connections to Unix, VMS, and many other kinds of hosts, allowing you to interact directly with their shells and applications, to transfer files, and, if desired, to automate interactions and file transfers with its built-in platform- and transport-independent scripting language.</p> </blockquote> http://stackoverflow.com/questions/60823/any-tool-similar-to-hyperterminal-application/60839#60839 3 Answer by Lars Truijens for Any tool similar to Hyperterminal application? Lars Truijens 2008-09-13T20:32:29Z 2008-09-13T20:32:29Z <p><a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/" rel="nofollow">PuTTY</a> can do serial communication nowdays.</p> http://stackoverflow.com/questions/60823/any-tool-similar-to-hyperterminal-application/60840#60840 1 Answer by AlexDuggleby for Any tool similar to Hyperterminal application? AlexDuggleby 2008-09-13T20:33:05Z 2008-09-13T20:33:05Z <p>I had the same problem trying to connect to an RFID device over RS323/serial and found SerialMonitor.</p> <p>There are two links to that application. A free version that I found here (and that's the one I used and it works with Vista): <a href="http://www.softhypermarket.com/Free-Serial-Port-Monitor-download_29681.html" rel="nofollow">http://www.softhypermarket.com/Free-Serial-Port-Monitor-download_29681.html</a></p> <p>But if you follow the email address to the main site, there are a couple of versions of the tool. They aren't free, but they seem to have more features than the one I used.</p> <p><a href="http://www.hhdsoftware.com/Products/home/serial-monitor.html" rel="nofollow">http://www.hhdsoftware.com/Products/home/serial-monitor.html</a></p> <p>Hope that helps.</p>