Electronic Projects, forums and more.

Go Back   Electronic Circuits Projects Diagrams Free > Electronics Categories > Micro Controllers


Micro Controllers Discuss all aspects of micro controllers - building them, coding them, etc. All controllers are welcome - PIC, BASIC, Z8 Encore!, etc.

Reply
 
LinkBack Thread Tools Display Modes
Old 17th August 2008, 12:33 AM   (permalink)
Default Tired of HyperTerminal - What is good?

I've used so many terminal programs over the years, but I can't remember the names. HyperTerminal is fine for most little things, but I've run into something it's useless for. I need a (much) bigger screen/window than HyperTerminal will give me. What's a real good Windoze terminal program that can do that?
__________________
=========================
Futz's Microcontrollers & Robotics
=========================
futz is online now  
Old 17th August 2008, 01:21 AM   (permalink)
Default

I do not know how large a window TaraTerm provides. But it is worth a look.
3v0 is online now  
Old 17th August 2008, 01:49 AM   (permalink)
Default

Try this simple one. Simple is all your need in a terminal program. The Parallax Serial Terminal.

http://parallax.com/Portals/0/Downlo...er/PST.exe.zip

One bonus they thought to include is the ability to set DTR and RTS high or low with a checkable box.
parts-man73 is online now  
Old 17th August 2008, 01:58 AM   (permalink)
Default

Of course there are tons of comm programs around about the net but Brey terminal is one that I found to have the most features and controls. You can adjust the send and receive box sizes somewhat, but not sure of your requirements. I'll try and attach a zip file of it here.

Lefty
Attached Images
File Type: png Brey1.PNG (26.3 KB, 23 views)
Attached Files
File Type: zip Brey-Terminal.zip (281.2 KB, 6 views)
__________________
Measurement changes behavior
Leftyretro is online now  
Old 17th August 2008, 02:25 AM   (permalink)
Default

Quote:
Originally Posted by 3v0 View Post
I do not know how large a window TaraTerm provides. But it is worth a look.
I grabbed Teraterm while waiting for an answer. It can do any size window, so that's good. Looking at others now.
__________________
=========================
Futz's Microcontrollers & Robotics
=========================

Last edited by futz; 17th August 2008 at 02:29 AM.
futz is online now  
Old 17th August 2008, 08:12 AM   (permalink)
Default

Much of my life is spent in terminal windows--it's my main work environment. Under Windows, so far the best and most capable (and most likely to do the right thing by default) is PuTTY. There is also a suite of useful networking and security tools at that link. And it's free (as in beer).


Torben
__________________
Curiosity was framed. Ignorance killed the cat.
Torben is offline  
Old 17th August 2008, 08:45 AM   (permalink)
Default

Quote:
Originally Posted by futz View Post
I've used so many terminal programs over the years, but I can't remember the names. HyperTerminal is fine for most little things, but I've run into something it's useless for. I need a (much) bigger screen/window than HyperTerminal will give me. What's a real good Windoze terminal program that can do that?
Can you try crossTALK i forgot the company who designed it you get a bigger window, but it was designed for DOS of the yester decades.
__________________
Regards,
Sarma.
mvs sarma is online now  
Old 17th August 2008, 08:48 AM   (permalink)
Default

Quote:
Originally Posted by futz View Post
I've used so many terminal programs over the years, but I can't remember the names. HyperTerminal is fine for most little things, but I've run into something it's useless for. I need a (much) bigger screen/window than HyperTerminal will give me. What's a real good Windoze terminal program that can do that?
hi futz,
What project/application are you using a 'terminal' program in conjunction with.?

Basically, what are you using it for...
__________________
Eric
"Good enough is Perfect"

PIC tutorials:
Gramo's: www.digital-diy.net/
Bill's: www.blueroomelectronics.com/
ericgibbs is offline  
Old 17th August 2008, 09:19 AM   (permalink)
Default

A good terminal program for MCU applications should have the ability to display the serial data in packets of certain bit length, in hex, binary and/or ASCII as well.
__________________
L.Chung
eblc1388 is offline  
Old 17th August 2008, 09:40 AM   (permalink)
Default

Quote:
Originally Posted by eblc1388 View Post
A good terminal program for MCU applications should have the ability to display the serial data in packets of certain bit length, in hex, binary and/or ASCII as well.
hi,
I have written a VB5 program to do just that.
Its used primarily for PIC serial comms.

If anyone would like an *.exe file, just say and I will tidy it up before posting.
They will require the Visual Basic runtime files from the web, free.

EDIT:
Screenshot with the UART setup window open.
Attached Images
File Type: gif esp05 Aug. 17.gif (20.1 KB, 32 views)
__________________
Eric
"Good enough is Perfect"

PIC tutorials:
Gramo's: www.digital-diy.net/
Bill's: www.blueroomelectronics.com/

Last edited by ericgibbs; 17th August 2008 at 09:47 AM.
ericgibbs is offline  
Old 17th August 2008, 05:11 PM   (permalink)
Default

Quote:
Originally Posted by ericgibbs View Post
What project/application are you using a 'terminal' program in conjunction with.?

Basically, what are you using it for...
For my own amusement I'm writing a hex editor/sector editor for 18F4620 and SD cards. Can't imagine what practical use it'll be, but it's where I'm starting. Need a display for one sector at a time, so 115200 baud async serial it is. Having a keyboard is handy too.

Teraterm is working out fine.
__________________
=========================
Futz's Microcontrollers & Robotics
=========================
futz is online now  
Old 17th August 2008, 05:29 PM   (permalink)
Default

Quote:
Originally Posted by parts-man73 View Post
Try this simple one. Simple is all your need in a terminal program. The Parallax Serial Terminal.

http://parallax.com/Portals/0/Downlo...er/PST.exe.zip

One bonus they thought to include is the ability to set DTR and RTS high or low with a checkable box.
Ha! I've seen that one before! I still have my Basic Stamp 2. It doesn't fit with this project though. I don't like the screen font spacing.
__________________
=========================
Futz's Microcontrollers & Robotics
=========================
futz is online now  
Old 17th August 2008, 07:02 PM   (permalink)
Default

I quite like Realterm.
David James is offline  
Old 17th August 2008, 09:31 PM   (permalink)
Default

Hey.

I really like this one:
http://www.sensorsportal.com/DOWNLOADS/Terminal.exe

You can view the incoming data as ascii, hex, binary and decimal, you can set the handshake lines as you want, and you can make macros to send out.

Daniel
Daniek is offline  
Old 18th August 2008, 12:06 PM   (permalink)
Default

I've used 'terminal' before. Simple and effective The terminal program in mikroC is also excellent.

Like eric, I too wrote a small VB6 utility, albeit a lot less 'fancy' than his (not a dig, just highlighting my ineptitude). Was my first VB program.

BT
__________________
Inconsistency is the key to flexibility!
Blueteeth is offline  
Reply

Bookmarks

Thread Tools
Display Modes



Similar Threads
Title Starter Forum Replies Latest
if you get tired of electronic kits .... petrv Chit-Chat 0 7th April 2008 09:58 PM
Hyperterminal- Enter Key <CR> <LF> dknguyen Micro Controllers 17 5th April 2008 02:38 PM
Tired of loosing my flash drive. 3v0 General Electronics Chat 9 15th February 2008 03:01 AM
Problem error [113] im tired of him!!! alansuchus Micro Controllers 1 30th October 2006 03:57 AM
Confused, tired..... Need help with project. Dvt Dopesick Electronic Projects Design/Ideas/Reviews 5 13th May 2004 02:30 AM



All times are GMT. The time now is 03:55 AM.


Electronic Circuits  |  Learning Electronics
Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.

eXTReMe Tracker