Replies
Welcome, guest
Join CrazyEngineers to reply, ask questions, and participate in conversations.
CrazyEngineers powered by Jatra Community Platform
-
@Ash • Jun 15, 2013
-
@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-ukH5ww • Jun 17, 2013
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.ashHi bro.. I usually use these two for networks & hardware comms:
- PuTTY
- Tera Term (v4) -
@manish-r2Hoep • Jun 17, 2013
git bash is also good -
@Ash • Jun 17, 2013
So far Tera Term can only display time stamps in the logs. You can enable this at the TERATERM.INI config file:Harshad ItaliyaI tried with Tera Term but it is not showing time-stamp for data received via COM port. Or may be I missed some configuration.
; 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-ukH5ww • Jun 17, 2013
Is it for Linux only? Will you please give me it's download link for windows if available?goyal420git bash is also good
Seems it is open-source project. -
@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