14

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.

Chetan Bhargava
  • 4,612
  • 5
  • 27
  • 40
Rehan Abbasi
  • 239
  • 1
  • 3
  • 11

7 Answers7

33

PuTTY, surprisingly enough, can act as a full-featured serial terminal. It supports full-blown VT-102/VT-80 command codes too.
enter image description here

There is Termite, which is a very nice, no-installation 200K exe:
enter image description here

Parallax also has a nice serial terminal.
enter image description here

Connor Wolf
  • 31,938
  • 6
  • 77
  • 137
7

RealTerm is also useful program.. enter image description here

Zippi
  • 305
  • 3
  • 6
  • Does RealTerm work on Windows8? – Swanand Jan 02 '13 at 04:40
  • 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
7

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.

Download (.zip file)

HTerm UI

HTerm UI

Connor Wolf
  • 31,938
  • 6
  • 77
  • 137
Rev
  • 10,017
  • 7
  • 40
  • 77
4

I use ScriptCommunicator. It has many features and a very useful script interface: http://sourceforge.net/projects/scriptcommunicator/

main window: main window

example script GUI: example script GUI

szieke
  • 41
  • 3
4

I'll just add TeraTerm in and hTerm in case you're really going low-level, but mainly I use PuTTY.

Tom L.
  • 7,969
  • 1
  • 19
  • 34
1

I like Terminal. It has a very easy to use interface, macro capability, and quick graphing tools.

Scott Seidman
  • 29,274
  • 4
  • 44
  • 109
0

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.

tcrosley
  • 47,708
  • 5
  • 97
  • 161