I need to do some communication between 8051 micro-controller and PC . There used to be a hyper terminal for this purpose in windows XP. I m using windows 8 now. So can anyone suggest me some equivalent of hyper terminal in windows 8 for the purpose of serial comm. between micro-controller and PC.
-
You may use Tera Term. – Jan 01 '13 at 07:54
-
4Hyperterminal is usually considered horrible for a variety of reasons. Putty, RealTerm, TeraTerm and a few others are commonly used. – Gustavo Litovsky Jan 01 '13 at 17:20
-
Also see docklight – kabZX Aug 14 '15 at 05:42
-
For future reference, this may have been a better question for the SuperUser SE site. – Adam Lawrence Dec 21 '15 at 15:51
7 Answers
PuTTY, surprisingly enough, can act as a full-featured serial terminal. It supports full-blown VT-102/VT-80 command codes too.
There is Termite, which is a very nice, no-installation 200K exe:
Parallax also has a nice serial terminal.

- 31,938
- 6
- 77
- 137
-
10+1 for PuTTY; one of the best damn little utilities to ever grace the blackened soul of a machine running Windows. – akohlsmith Jan 01 '13 at 17:37
-
2PuTTY is a wonderful free program, and source is available too. +1 and kudos. – Adam Lawrence Jan 01 '13 at 17:40
-
2
-
While PuTTY *is* nice, I far prefer cygwin for my ssh duties. On the other hand, it is a lot less compact. – Connor Wolf Jan 02 '13 at 12:38
-
1Having cygwin for ssh connection only is like drying your hair with jet engine IMO. Also +1 to PuTTY. – zzz Feb 13 '13 at 19:05
-
1@zzz - But it gets your hair REALLY dry, REALLY fast ;) Anyways, I use the cygwin bash shell a lot too, so it's more that I had it already, then I installed it for just that purpose. – Connor Wolf Feb 14 '13 at 03:57
RealTerm is also useful program..

- 305
- 3
- 6
-
-
RealTerm 2.0.0.70 seems to work on Windows 8 (x64). Initially I had to run as administrator, but at some point something changed and now it works even if I don't run as administrator. – kaliatech Mar 25 '13 at 15:28
HTerm is a gem!
I highly recommend you give it a try. While not being a pure terminal, it supports some nice features like (optional) concurrent display of Ascii, Hex, Dec and Bin. Its very straightforward to use and consists of a single exe file without any special dependencies.
I've used this on WinXP and Win7 without problems.

- 31,938
- 6
- 77
- 137

- 10,017
- 7
- 40
- 77
I use ScriptCommunicator. It has many features and a very useful script interface: http://sourceforge.net/projects/scriptcommunicator/
main window:
example script GUI:
I'll just add TeraTerm in and hTerm in case you're really going low-level, but mainly I use PuTTY.

- 7,969
- 1
- 19
- 34
I like Terminal. It has a very easy to use interface, macro capability, and quick graphing tools.

- 29,274
- 4
- 44
- 109
I generally use RealTerm. However I have had problems sometimes with it locking up in Windows 7, particularly with virtual COM ports like USB.
So I got a copy of HyperTerminal Private Edition, by Hilgraeve Inc. which is the company that wrote the original HyperTerminal for Microsoft. They indicate it works with Windows 7, 8, and Vista. As others have said, it isn't that great a terminal program but it was able to connect to a virtual COM port in Windows 7 on a development board that RealTerm was unable to.

- 47,708
- 5
- 97
- 161
-
2Save your money and use PuTTY, no problem so far with virtual serial ports with MikroE, Arduino etc. – zzz Feb 13 '13 at 19:08
-