Author Topic: Hyperterminal Like Program  (Read 16895 times)

0 Members and 1 Guest are viewing this topic.

Offline Tony RTopic starter

  • Regular Contributor
  • *
  • Posts: 117
  • Country: 00
Hyperterminal Like Program
« on: February 05, 2012, 07:32:24 pm »
Hello, I am looking for a HyperTerminal like program. As we all know Microsoft decided that it was not necessary in the new version of windows.

So I am looking for a free basic program to communicate via serial. Does anyone know of a good one?
Tony R.
Computer Engineering Student
Focus: Embedded Assembly Programming, Realtime Systems,  IEEE Student Member
 

Offline grumpydoc

  • Super Contributor
  • ***
  • Posts: 2905
  • Country: gb
Re: Hyperterminal Like Program
« Reply #1 on: February 05, 2012, 07:36:48 pm »
Kermit or minicom, Google is your friend
 

Offline Neganur

  • Supporter
  • ****
  • Posts: 1138
  • Country: fi
Re: Hyperterminal Like Program
« Reply #2 on: February 05, 2012, 07:50:28 pm »
 

HLA-27b

  • Guest
Re: Hyperterminal Like Program
« Reply #3 on: February 05, 2012, 07:51:53 pm »
A better alternative(s) to Hyperterminal
http://www.microchip.com/forums/m197827.aspx
 

Offline Balaur

  • Supporter
  • ****
  • Posts: 525
  • Country: fr
Re: Hyperterminal Like Program
« Reply #4 on: February 05, 2012, 07:58:07 pm »
What, no love for TeraTerm?

Edit: Better (?) download link
« Last Edit: February 05, 2012, 08:00:23 pm by Balaur »
 

Offline harnon

  • Regular Contributor
  • *
  • Posts: 215
  • Country: au
  • Is this thing on?
    • My Personal Website
Re: Hyperterminal Like Program
« Reply #5 on: February 05, 2012, 08:08:50 pm »
I've used CoolTerm before http://freeware.the-meiers.org/.  Its mentioned in a few Arduino books for serial comms.
 

alm

  • Guest
Re: Hyperterminal Like Program
« Reply #6 on: February 05, 2012, 08:09:16 pm »
Putty seems to work fine for the occasional serial console under Windows.
 

Offline 8086

  • Super Contributor
  • ***
  • Posts: 1084
  • Country: gb
    • Circuitology - Electronics Assembly
Re: Hyperterminal Like Program
« Reply #7 on: February 05, 2012, 08:20:51 pm »
 

Offline Short Circuit

  • Frequent Contributor
  • **
  • Posts: 439
  • Country: nl
Re: Hyperterminal Like Program
« Reply #8 on: February 05, 2012, 08:36:53 pm »
RealTerm (http://realterm.sourceforge.net/) is very nice, haven't used hyperterm since I found it.
Also has indicators and toggles for the handshake signals, sometimes very useful.

 

Offline Richard W.

  • Regular Contributor
  • *
  • Posts: 149
  • Country: de
Re: Hyperterminal Like Program
« Reply #9 on: February 05, 2012, 08:38:28 pm »
I'd recommend HTerm. It's good and free.

http://www.heise.de/software/download/hterm/53283
 

Offline Teknotronix

  • Regular Contributor
  • *
  • Posts: 146
  • Country: au
Re: Hyperterminal Like Program
« Reply #10 on: February 05, 2012, 10:53:53 pm »
If you have access to a windows XP machine you can just copy the hypertrm.exe and hypertrm.dll to your Win 7 install and it works.
Don't drone me bro!

 

Offline AlphZeta

  • Regular Contributor
  • *
  • Posts: 242
  • Country: us
    • Kerry D. Wong
Re: Hyperterminal Like Program
« Reply #11 on: February 06, 2012, 04:17:01 pm »
PuTTY http://www.chiark.greenend.org.uk/~sgtatham/putty/has been my all-time favorite under Windows. It can handle SSH or terminal sessions.
 

Offline firewalker

  • Super Contributor
  • ***
  • Posts: 2450
  • Country: gr
Re: Hyperterminal Like Program
« Reply #12 on: February 06, 2012, 04:58:42 pm »
There is also hTerm.

Become a realist, stay a dreamer.

 

Offline logictom

  • Supporter
  • ****
  • Posts: 336
  • Country: au
Re: Hyperterminal Like Program
« Reply #13 on: February 06, 2012, 05:30:47 pm »
Another vote for Putty - great little program and like mentioned above great for other comms.
 

Offline EEwannabe

  • Contributor
  • Posts: 38
  • Country: us
Re: Hyperterminal Like Program
« Reply #14 on: February 06, 2012, 06:47:18 pm »
I also just use Putty, but there are some nice looking features in those other programs.
- Patrick
 

alm

  • Guest
Re: Hyperterminal Like Program
« Reply #15 on: February 06, 2012, 09:10:16 pm »
Putty is nice and unobtrusive when you have a working serial connection that you want to use. Some of the other programs are helpful when troubleshooting or debugging serial connections. I've used RealTerm in the past, but I found it quite cumbersome for basic serial console work for some reason, don't remember the exact issues, may have been related to escape or control characters.
 

Offline xygor

  • Regular Contributor
  • *
  • Posts: 227
  • Country: us
Re: Hyperterminal Like Program
« Reply #16 on: February 06, 2012, 10:13:49 pm »
The TeraTerm link listed earlier in this thread AFAIK is for a version (3.1.3) that does not work with Windows 7.

This one, however, does:
http://logmett.com/index.php?/download/tera-term-472-freeware.html
 

Offline Tony RTopic starter

  • Regular Contributor
  • *
  • Posts: 117
  • Country: 00
Re: Hyperterminal Like Program
« Reply #17 on: February 07, 2012, 03:24:15 am »
Well I have tried some of your suggestions, and there where some great ideas. However, I have not found any i really like.

So I am going to write my own! I have the basic program down already written in C#. I'll post a link to it when I am happy with it.
Tony R.
Computer Engineering Student
Focus: Embedded Assembly Programming, Realtime Systems,  IEEE Student Member
 

Offline DavidDLC

  • Frequent Contributor
  • **
  • Posts: 755
  • Country: us
Re: Hyperterminal Like Program
« Reply #18 on: February 07, 2012, 11:46:18 pm »
I had to do the same at work recently, I had to write "MyTerminal" with the functionality I needed, I used C# as well.

 ;)

 

Offline boulderjoe

  • Newbie
  • Posts: 6
Re: Hyperterminal Like Program
« Reply #19 on: February 09, 2012, 03:55:20 am »
One more in favor of Putty for windows.

-Joe
 

Offline glider944

  • Newbie
  • Posts: 1
Re: Hyperterminal Like Program
« Reply #20 on: July 17, 2015, 09:07:58 am »
 

Offline ElektroQuark

  • Supporter
  • ****
  • Posts: 1244
  • Country: es
    • ElektroQuark
Re: Hyperterminal Like Program
« Reply #21 on: July 17, 2015, 12:32:05 pm »
Try "Terminal 1.93".

Online Ian.M

  • Super Contributor
  • ***
  • Posts: 12856
Re: Hyperterminal Like Program
« Reply #22 on: July 17, 2015, 12:51:43 pm »
The thing with Hyperterminal and its Microsoft predecessor Windows Terminal was that for nearly a whole generation, they were installed as standard on nearly every windows PC sold.  Hyperterminal is a truly crappy piece of software with some egregious bugs, but up until the 2010's you could walk into any workshop and be 90%+ confident it would be on the bench PC.   IMHO all the competing replacements loose that convenience.
 

Offline G0HZU

  • Super Contributor
  • ***
  • Posts: 3015
  • Country: gb
Re: Hyperterminal Like Program
« Reply #23 on: July 17, 2015, 01:06:51 pm »
Well I have tried some of your suggestions, and there where some great ideas. However, I have not found any i really like.

So I am going to write my own! I have the basic program down already written in C#. I'll post a link to it when I am happy with it.

That's what I prefer to do. Usually, my needs are fairly basic so the great advantage of writing your own is that it can be streamlined to perform a specific task and can have extra custom features fitted to suit a given task.

I've used several common commercial alternatives and they are usually a bit too irritating to set up and use for each task.

 

Offline madires

  • Super Contributor
  • ***
  • Posts: 7764
  • Country: de
  • A qualified hobbyist ;)
Re: Hyperterminal Like Program
« Reply #24 on: July 17, 2015, 01:13:16 pm »
If you know what a BBS is, you might like syncterm (cross platform, http://cterm.bbsdev.net).
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf