Author Topic: Newer terminal software on Windows  (Read 954 times)

0 Members and 1 Guest are viewing this topic.

Offline Wilson__Topic starter

  • Regular Contributor
  • *
  • Posts: 117
  • Country: gb
Newer terminal software on Windows
« on: July 25, 2024, 10:50:18 pm »
Please advise on a NEWER terminal software for UART interface to debug MCU.   

Our older software works but need a bit of clicking.  Wonder if any easier to use.  Many thanks
 

Offline moffy

  • Super Contributor
  • ***
  • Posts: 2015
  • Country: au
Re: Newer terminal software on Windows
« Reply #1 on: July 25, 2024, 11:39:19 pm »
Putty is a good general purpose terminal program.
 
The following users thanked this post: Wilson__

Offline rich t

  • Contributor
  • Posts: 49
  • Country: us
    • rtestardi's github pages site
Re: Newer terminal software on Windows
« Reply #2 on: July 25, 2024, 11:41:18 pm »
In a Chromium-based browser (like Chrome or Edge), you can just connect to a serial port thru a web-page.

Here's a simple one, if you just need a command-line interface:

https://rtestardi.github.io/usbte/usbte.html

For example, I can connect to my MCU with a serial port and type commands:

 
The following users thanked this post: ROT, Wilson__

Online ataradov

  • Super Contributor
  • ***
  • Posts: 11615
  • Country: us
    • Personal site
Re: Newer terminal software on Windows
« Reply #3 on: July 25, 2024, 11:47:51 pm »
What is your older software? TeraTerm pretty much just works once you set it up how you like.
Alex
 
The following users thanked this post: Wilson__

Offline Postal2

  • Frequent Contributor
  • **
  • Posts: 382
  • Country: ru
Re: Newer terminal software on Windows
« Reply #4 on: July 26, 2024, 07:01:41 am »
Please advise on a NEWER terminal software for UART interface to debug MCU.   ...
You can build your own from source, it will be the latest. It's easy.
 
The following users thanked this post: Wilson__

Offline bookaboo

  • Frequent Contributor
  • **
  • Posts: 748
  • Country: ie
Re: Newer terminal software on Windows
« Reply #5 on: July 26, 2024, 10:56:19 am »
I like https://docklight.de/

Free version is nicer to use than Putty etc.
Paid version has easy to use logs , can save command sets, scripting etc.
Also easier for semi-technical customers to use.
 
The following users thanked this post: Wilson__

Offline Wilson__Topic starter

  • Regular Contributor
  • *
  • Posts: 117
  • Country: gb
Re: Newer terminal software on Windows
« Reply #6 on: July 26, 2024, 01:53:54 pm »
Many thanks.  TeraTerm is very nice.  Can have multiple sessions to watch multiple UARTs
 

Offline shabaz

  • Frequent Contributor
  • **
  • Posts: 298
Re: Newer terminal software on Windows
« Reply #7 on: July 26, 2024, 08:17:56 pm »
For general use, I have for a long time ended up using using SecureCRT, perhaps for 90% of my requirements, but also use other software from time to time too, some already mentioned, because they all seem to excel in one area or another.

Also, very worthwhile getting familiar with serial port comms with at least one software language (for me it's Python), so that you can automate things easily too. JavaScript is another option as mentioned by @rich t

Example: Say you want a way to transfer a load of binary data (a few hundred kBytes) in or out of a microcontroller, using serial. Sure, you could use terminal built-in capabilities to handle the transfer, but with code it was easy to provide user messages to indicate if the transfer was successful, do sanity checks on received data or data about to be sent, name the files appropriately, etc.

Another use-case: I wanted to directly chart from a stream of data coming from a microcontroller. That was easy with Python (and would be very feasible with JavaScript too as mentioned earlier), no need for terminal software (but again, for sure it could be possible to do it directly with terminal software, e.g. write to disk, and read each time the file changes), but personally I find it more flexible to do it with a programming language, rather than a ready-built terminal software app.
 
The following users thanked this post: Wilson__

Offline bson

  • Supporter
  • ****
  • Posts: 2385
  • Country: us
Re: Newer terminal software on Windows
« Reply #8 on: July 26, 2024, 10:20:48 pm »
You can also use WSL to get access to tools like minicom, screen and conserver.
 
The following users thanked this post: Wilson__

Offline thm_w

  • Super Contributor
  • ***
  • Posts: 6912
  • Country: ca
  • Non-expert
Re: Newer terminal software on Windows
« Reply #9 on: July 26, 2024, 10:48:59 pm »
I like https://docklight.de/

Free version is nicer to use than Putty etc.
Paid version has easy to use logs , can save command sets, scripting etc.
Also easier for semi-technical customers to use.

Its only nicer in some ways. Putty is good because you have have a simple terminal window without taking up space around it. This tool doesn't have that.
It also has no presets that I see (eg I want COM12 + 115k baud and with the name "mcu1"). Unless you pay the 70 EUR then you can save your preset as a project I guess.
Logging is not too hard: https://putty.org.ru/articles/capture-putty-session-log
Easier to use, eh maybe, partly due to less functionality.
Profile -> Modify profile -> Look and Layout ->  Don't show users' signatures
 
The following users thanked this post: Wilson__

Online SiliconWizard

  • Super Contributor
  • ***
  • Posts: 15093
  • Country: fr
Re: Newer terminal software on Windows
« Reply #10 on: July 26, 2024, 11:18:51 pm »
Putty is a full terminal emulator, and while barebones otherwise, it allows to save/load presets, and is still the one that I use for the kind of purpose the OP is after. And I've tried quite a few alternatives.

Now, as a terminal emulator, it doesn't have what some other dedicated "serial terminals" implement, for instance a byte view of incoming and outgoing data. So as a terminal it'll be basically just text.
 
The following users thanked this post: Wilson__

Offline zapta

  • Super Contributor
  • ***
  • Posts: 6265
  • Country: us
Re: Newer terminal software on Windows
« Reply #11 on: July 27, 2024, 01:10:29 am »
CoolTerm is the best. Modern look and feel, easy to use, feature rich,  free, actively supported, and run on Win/Mac/Linux.

https://freeware.the-meiers.org/

 
The following users thanked this post: Wilson__


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf