[Suggest] Good Terminal Utility

Harshad Italiya

Harshad Italiya

@harshad-ukH5ww Oct 26, 2024
Hello Friends,

I am using Terminal and Hercules terminal utility. Please suggest if there is any good terminal utility other than these.

Regards,
Harshad Italiya

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • Ashraf HZ

    Ashraf HZ

    @Ash Jun 15, 2013

    Hi bro.. I usually use these two for networks & hardware comms:

    - PuTTY
    - Tera Term (v4)
  • Kaustubh Katdare

    Kaustubh Katdare

    @thebigk Jun 15, 2013

    PuTTy all the way. In fact, I tried to interview the creator of PuTTy on CE; but never heard back from him.

    Right now, I'm on OSX and the default Terminal is quite awesome.
  • Harshad Italiya

    Harshad Italiya

    @harshad-ukH5ww Jun 17, 2013

    ash
    Hi bro.. I usually use these two for networks & hardware comms:

    - PuTTY
    - Tera Term (v4)
    I am using terminal mostly to receive data from UART. So I was looking for some terminal which are good in particular. I tried with Tera Term but it is not showing time-stamp for data received via COM port. Or may be I missed some configuration.
  • Manish Goyal

    Manish Goyal

    @manish-r2Hoep Jun 17, 2013

    git bash is also good
  • Ashraf HZ

    Ashraf HZ

    @Ash Jun 17, 2013

    Harshad Italiya
    I tried with Tera Term but it is not showing time-stamp for data received via COM port. Or may be I missed some configuration.
    So far Tera Term can only display time stamps in the logs. You can enable this at the TERATERM.INI config file:
    ; timestamp flag for Log (on/off)
    LogTimestamp=on
    If you want to display at the display prompt, you'll need to play around with TTL scripting. It's not so straightforward, but TTL scripting is quite powerful to use for terminal functions: #-Link-Snipped-#

    I could probably try it out as well later this week when I'm free!
  • Harshad Italiya

    Harshad Italiya

    @harshad-ukH5ww Jun 17, 2013

    goyal420
    git bash is also good
    Is it for Linux only? Will you please give me it's download link for windows if available?
    Seems it is open-source project.
  • Manish Goyal

    Manish Goyal

    @manish-r2Hoep Jun 17, 2013

    Git Bash is basically used code sub versioning, but I also use it to run linux commands on Windows

    <a href="https://git-scm.com/downloads" target="_blank" rel="nofollow noopener noreferrer">Git - Downloads</a>

    But I am not sure, if it will meet your requirements