Author Topic: Best RS232 terminal?  (Read 15982 times)

0 Members and 1 Guest are viewing this topic.

Offline maginnovision

  • Super Contributor
  • ***
  • Posts: 1966
  • Country: us
Re: Best RS232 terminal?
« Reply #25 on: February 24, 2020, 11:30:47 pm »
I typically write my own programs.

Judging by the number of entries proposed in this thread, that's what everybody else seems to be doing.  ;)

I am truly surprised by the number of different terminal programs still in active use, and most of them still (more or less) actively maintained.

Well I have written a general purpose terminal program(back when I wrote PBX management software), but I typically do more specific programs now. There are a LOT of terminal programs though, if you trawled through github I bet you could find a lot more. At this point you can download a bunch of them, try them out, and keep what you like.
 

Offline VK3DRB

  • Super Contributor
  • ***
  • Posts: 2261
  • Country: au
Re: Best RS232 terminal?
« Reply #26 on: February 25, 2020, 10:12:15 am »
Teraterm is good and I have been using it for 20 years, but it seriously lacks one thing... it does not display serial data in hexadecimal and does not display non-printable characters. Except for ASCII printable characters, it is pretty useless for low level debugging.

There are better programs around. I like Bray's Terminal. I think it is better than Termite, and much better than Teraterm for RS-232 serial work. You can program some macros in and name the macro buttons. But most of all it is easy to use and you can see the non-printable hex characters as well.

https://sites.google.com/site/terminalbpp/
 

Offline digsys

  • Supporter
  • ****
  • Posts: 2209
  • Country: au
    • DIGSYS
Re: Best RS232 terminal?
« Reply #27 on: February 25, 2020, 11:02:16 am »
I had the same problem back in '88, and ended up creating my own Trace.exe
We only had DOS back then, so no fancy interface, but many features, not even found today - they may / may not be useful. eg Time stamping Rxd-Txd to uS, breaking into a serial line and setting up "packet watch" and or "auto replace" strings etc etc
I'll attach the program, it may be of use. Detailed functions are described in the Trace.TXT file. Ignore license / pricing stuff, it paid for itself many times over :-) I still have the dev system (not used it in near 20yrs, but could change things if needed). Actually, I still use the program occasionally.
Hello <tap> <tap> .. is this thing on?
 

Offline olkipukki

  • Frequent Contributor
  • **
  • Posts: 790
  • Country: 00
Re: Best RS232 terminal?
« Reply #28 on: February 25, 2020, 12:00:52 pm »
I'm using SecureCRT as all-around remote connectivity client

https://www.vandyke.com/products/index.html
 

Offline ebastler

  • Super Contributor
  • ***
  • Posts: 6985
  • Country: de
Re: Best RS232 terminal?
« Reply #29 on: February 25, 2020, 12:37:16 pm »
Teraterm is good and I have been using it for 20 years, but it seriously lacks one thing... it does not display serial data in hexadecimal and does not display non-printable characters. Except for ASCII printable characters, it is pretty useless for low level debugging.

Press Shift-ESC (repeatedly if needed) to toggle TeraTerm between regular mode, debug display, hex display, and entirely muted display.
 
The following users thanked this post: maginnovision

Offline PKTKS

  • Super Contributor
  • ***
  • Posts: 1766
  • Country: br
Re: Best RS232 terminal?
« Reply #30 on: February 26, 2020, 02:11:50 pm »
Compiled alpha-sorted


Paul
« Last Edit: February 28, 2020, 11:16:15 am by PKTKS »
 
The following users thanked this post: oPossum, BravoV, nctnico, fcb, Mickle T., ebastler, Gyro, 2N3055, tmadness, SiliconWizard, Orfeous

Offline nctnico

  • Super Contributor
  • ***
  • Posts: 27981
  • Country: nl
    • NCT Developments
Re: Best RS232 terminal?
« Reply #31 on: February 26, 2020, 02:54:25 pm »
Great list! It should become a sticky somewhere!

SecureCRT looks very promising to me.
There are small lies, big lies and then there is what is on the screen of your oscilloscope.
 

Offline ThelanieTopic starter

  • Newbie
  • Posts: 9
  • Country: dk
Re: Best RS232 terminal?
« Reply #32 on: February 27, 2020, 08:38:33 am »
Wow im astounded by all the replies, thanks for sharing your ideas/experience with me, i will deffinitely check out some of the programs you have suggested, Putty i already use for my Raspberry pi and such but it is not the solution we are looking for work, but i will try the other programs suggested, thanks a lot!  :-+
 

Offline David Hess

  • Super Contributor
  • ***
  • Posts: 17151
  • Country: us
  • DavidH
Re: Best RS232 terminal?
« Reply #33 on: February 27, 2020, 06:08:12 pm »
I still use Telix either under DOS or as a virtualized DOS program.
 

Offline jesuscf

  • Frequent Contributor
  • **
  • Posts: 503
  • Country: ca
Re: Best RS232 terminal?
« Reply #34 on: February 28, 2020, 07:43:44 pm »
PuTTY.  I like starting it from the command prompt or using a batch file, for example:

D:\>putty -serial COM3 -sercfg 115200,8,n,1,N -v

To check what ports are available from the command prompt:

D:\>reg query HKLM\HARDWARE\DEVICEMAP\SERIALCOMM

Homer: Kids, there's three ways to do things; the right way, the wrong way and the Max Power way!
Bart: Isn't that the wrong way?
Homer: Yeah, but faster!
 
The following users thanked this post: oPossum, Orfeous

Offline HwAoRrDk

  • Super Contributor
  • ***
  • Posts: 1561
  • Country: gb
Re: Best RS232 terminal?
« Reply #35 on: February 29, 2020, 11:18:36 am »
Also worth mentioning ExtraPuTTY. It's a fork of PuTTY that adds a bunch of extra features.

http://www.extraputty.com/

Although, it does lag behind the main PuTTY code in terms of updates, so I would be hesitant to use it in any security-conscious scenario (e.g. remote SSH).
 

Offline GlennSprigg

  • Super Contributor
  • ***
  • Posts: 1259
  • Country: au
  • Medically retired Tech. Old School / re-learning !
Re: Best RS232 terminal?
« Reply #36 on: February 29, 2020, 02:30:20 pm »
I typically write my own programs.

Judging by the number of entries proposed in this thread, that's what everybody else seems to be doing.  ;)

I am truly surprised by the number of different terminal programs still in active use, and most of them still (more or less) actively maintained.

They are 'Actively Maintained' because there is a proliferous amount of 'old' hardware that still
requires this/such 'old' interfaces, that literally still dominate the real world market!!!
New technology is one thing, but the VAST amount of 'old' technology hardware still in use now,
and for many years to come, means it will never die out any time soon!!
I'm sure that over 80% of people here, have 'never' used an old 'RS232' interface. (Old PC's/Laptops).
All they know are USB converters, if anything. That isn't to put them down!!
While the EQUIPMENT is still there, one needs to know how to talk to it. An old $20 laptop will do it!!
Diagonal of 1x1 square = Root-2. Ok.
Diagonal of 1x1x1 cube = Root-3 !!!  Beautiful !!
 

Offline Cerebus

  • Super Contributor
  • ***
  • Posts: 10576
  • Country: gb
Re: Best RS232 terminal?
« Reply #37 on: February 29, 2020, 03:00:00 pm »
Best RS232 terminal?



VT100 of course!

I'll get my coat...

Anybody got a syringe I can use to squeeze the magic smoke back into this?
 
The following users thanked this post: bsudbrink, ferdieCX

Offline digsys

  • Supporter
  • ****
  • Posts: 2209
  • Country: au
    • DIGSYS
Re: Best RS232 terminal?
« Reply #38 on: February 29, 2020, 09:31:28 pm »
Quote from: GlennSprigg
.... While the EQUIPMENT is still there, one needs to know how to talk to it. An old $20 laptop will do it!!
PPPFFTTT $20 ... You younguns with your fancy equipment ! ooooo look at me, I can carry my 'puter with me .. I dun't need the ute ... :-)
Hello <tap> <tap> .. is this thing on?
 

Offline ferdieCX

  • Regular Contributor
  • *
  • Posts: 215
  • Country: uy
Re: Best RS232 terminal?
« Reply #39 on: February 29, 2020, 09:44:53 pm »
Best RS232 terminal?



VT100 of course!

I'll get my coat...

A VT100 connected to a host running RT-11, so many memories   ::)
 

Offline Gyro

  • Super Contributor
  • ***
  • Posts: 9969
  • Country: gb
Re: Best RS232 terminal?
« Reply #40 on: February 29, 2020, 09:50:13 pm »
Ah, happy days!  :)

The VT52 was nice too. It had that cute little solenoid under the keyboard plate to give mechanical feedback on the keys (teletype style).  :P

... but yes, the VT100 still seems like an old friend and a design classic.
« Last Edit: February 29, 2020, 10:18:13 pm by Gyro »
Best Regards, Chris
 

Offline nctnico

  • Super Contributor
  • ***
  • Posts: 27981
  • Country: nl
    • NCT Developments
Re: Best RS232 terminal?
« Reply #41 on: June 21, 2020, 09:28:42 pm »
Great list! It should become a sticky somewhere!

SecureCRT looks very promising to me.
I finally got time to try it but it appears the makers made te mistake to build it for very specific Linux versions. They should have included the libraries the software relies on with the binaries so it will run on any Linux distribution. Looks like Hyperterminal survives for another round...
« Last Edit: June 21, 2020, 09:39:38 pm by nctnico »
There are small lies, big lies and then there is what is on the screen of your oscilloscope.
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf