View previous topic :: View next topic |
Author |
Message |
alexhuang Guest
|
How to use the Hyperterminal program |
Posted: Tue Feb 26, 2002 1:37 pm |
|
|
Hi Guys:
Who knows how to use the software of Hiperterminal. This is a communication software between PC and equipment connected through serial port. Where can I get this sofeware?
Very thanks for your help
Sicnerely
Alex
___________________________
This message was ported from CCS's old forum
Original Post ID: 2824 |
|
|
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
Re: How to use the Hiperterminal program |
Posted: Tue Feb 26, 2002 2:04 pm |
|
|
:=Hi Guys:
:= Who knows how to use the software of Hyperterminal. This is a communication software between PC and equipment connected through serial port. Where can I get this software?
:=
Here are some instructions that I once posted on this board:
------------------------------------------
I'll assume you have Win98. Then you can use
HyperTerminal, which should already be on your system.
Do this:
Start : Programs : Accessories : Communications :Hyperterminal
This should bring up a window with some icons in it.
Start up the one called "Hypertrm".
You will get a splash-screen, which says HyperTerminal
by Hilgraeve. It goes away in 5 seconds.
Then you get another window called "New connection".
Type in a name, such as TEST, and click OK.
Now you get another window called "Connect To".
Down at the bottom, it says "Connect using".
Pick a Com port that you know is available, and unused
on your system. For me, that happens to be Com2.
Then you'll get another window called "Com2 Properties".
Pick the baud rate you're going to use. For me,
that's 4800 baud. For "Flow control", pick "None".
Everything else should be already set. (8 bits, No parity,
1 stop bit). Then click OK.
It should start working now -- provided that you
picked a free Com port, and have it wired up correctly,
you should be able to see messages sent by your PIC.
When you shut HyperTerm down, it will ask you
if you want to save "TEST". Do so. Then it will
save your configuration settings. Next time you
open up the HyperTerm folder, you'll see an icon
called "TEST". Just click on it and you'll be
back up, with all your desired settings.
___________________________
This message was ported from CCS's old forum
Original Post ID: 2825 |
|
|
Dave Mac Guest
|
Re: How to use the Hiperterminal program |
Posted: Tue Feb 26, 2002 3:32 pm |
|
|
:=Hi Guys:
:= Who knows how to use the software of Hiperterminal. This is a communication software between PC and equipment connected through serial port. Where can I get this sofeware?
:=
:= Very thanks for your help
:=
:=Sicnerely
:=
:=Alex
It should be in your start menu under accessories->communications.
if not here is link <a href="http://www.hilgraeve.com/htpe/" TARGET="_blank">http://www.hilgraeve.com/htpe/</a>
you can set up for direct connect to comm ports and then set up baud rate etc. You have to save the session or you have to set it up every time.
-dave
___________________________
This message was ported from CCS's old forum
Original Post ID: 2826 |
|
|
Dave Mac Guest
|
Re: How to use the Hiperterminal program |
Posted: Tue Feb 26, 2002 3:33 pm |
|
|
:=Hi Guys:
:= Who knows how to use the software of Hiperterminal. This is a communication software between PC and equipment connected through serial port. Where can I get this sofeware?
:=
:= Very thanks for your help
:=
:=Sicnerely
:=
:=Alex
It should be in your start menu under accessories->communications.
if not here is link <a href="http://www.hilgraeve.com/htpe/" TARGET="_blank">http://www.hilgraeve.com/htpe/</a>
you can set up for direct connect to comm ports and then set up baud rate etc. You have to save the session or you have to set it up every time.
-dave
___________________________
This message was ported from CCS's old forum
Original Post ID: 2827 |
|
|
Dave Mac Guest
|
Re: How to use the Hiperterminal program |
Posted: Tue Feb 26, 2002 3:54 pm |
|
|
:=Hi Guys:
:= Who knows how to use the software of Hiperterminal. This is a communication software between PC and equipment connected through serial port. Where can I get this sofeware?
:=
:= Very thanks for your help
:=
:=Sicnerely
:=
:=Alex
It should be in your start menu under accessories->communications.
if not here is link <a href="http://www.hilgraeve.com/htpe/" TARGET="_blank">http://www.hilgraeve.com/htpe/</a>
you can set up for direct connect to comm ports and then set up baud rate etc. You have to save the session or you have to set it up every time.
-dave
___________________________
This message was ported from CCS's old forum
Original Post ID: 2828 |
|
|
Steve H Guest
|
You already have it! |
Posted: Tue Feb 26, 2002 4:11 pm |
|
|
Hyperterminal is shipped with every windoze system that I own or have owned.
It is usually listed under Start->Programs->Accessories
You can also usually find the program on your hard drive by searching for "hypertrm.exe"
Steve H.
___________________________
This message was ported from CCS's old forum
Original Post ID: 2831 |
|
|
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
Re: How to use the Hiperterminal program |
Posted: Tue Feb 26, 2002 4:42 pm |
|
|
:=Hi Guys:
:= Who knows how to use the software of Hyperterminal. This is a communication software between PC and equipment connected through serial port. Where can I get this software?
:=
Here are some instructions that I once posted,
on how to use HyperTerminal:
-------------------------------------
I'll assume you have Win98. Then you can use
HyperTerminal, which should already be on your system.
Do this:
Start : Programs : Accessories : Communications :Hyperterminal
This should bring up a Window with some icons in it.
Start up the one called "Hypertrm".
You will get a splash-screen, which says HyperTerminal
by Hilgraeve. It goes away in 5 seconds.
Then you get another window called "New connection".
Type in a name, such as TEST, and click OK.
Now you get another window called "Connect To".
Down at the bottom, it says "Connect using".
Pick a Com port that you know is available, and unused
on your system. For me, that happens to be Com2.
Then you'll get another window called "Com2 Properties".
Pick the baud rate you're going to use. For me,
that's 4800 baud. For "Flow control", pick "None".
Everything else should be already set. (8 bits, No parity,
1 stop bit). Then click OK.
It "should" start working now. Provided that you
picked a free Com port, and have it wired up correctly,
you should be able to see messages sent by your PIC.
When you shut HyperTerm down, it will ask you
if you want to save "TEST". Do so. Then it will
save your configuration settings. Next time you
open up the HyperTerm folder, you'll see an icon
called "TEST". Just click on it and you'll be
back up, with all your desired settings.
___________________________
This message was ported from CCS's old forum
Original Post ID: 2832 |
|
|
johnpcunningham Guest
|
Re: How to use the Hiperterminal program |
Posted: Tue Feb 26, 2002 7:46 pm |
|
|
Hyperterminal comes with Windows96,98,NT,2000, XP. Look under Start-> Programs-> Accessories -> Communications
___________________________
This message was ported from CCS's old forum
Original Post ID: 2835 |
|
|
Gerrit Faas Guest
|
Re: How to use the Hiperterminal program |
Posted: Tue Feb 26, 2002 11:23 pm |
|
|
If you mean Hyperterminal,
this is a MS product just look in your program menu.
If you start with communication pay attention to the handshake state. If tree wire communication is needed yust config Hyperterminal for no handshake.
Regards,
Gerrit Faas
:=Hi Guys:
:= Who knows how to use the software of Hiperterminal. This is a communication software between PC and equipment connected through serial port. Where can I get this sofeware?
:=
:= Very thanks for your help
:=
:=Sicnerely
:=
:=Alex
___________________________
This message was ported from CCS's old forum
Original Post ID: 2836 |
|
|
Tomi Guest
|
Re: How to use the Hiperterminal program |
Posted: Wed Feb 27, 2002 4:18 am |
|
|
Hyperterminal is a standard part of the Windows systems. You can install it using Control Panel-Add Programs-Windows Setup.
But lot of people don't suggest it to use as HW terminal tool and I think they are right.
Hyperterminal is a free and WYSIGPF (What You See Is General Protection Fault) program .
:=Hi Guys:
:= Who knows how to use the software of Hiperterminal. This is a communication software between PC and equipment connected through serial port. Where can I get this sofeware?
:=
:= Very thanks for your help
:=
:=Sicnerely
:=
:=Alex
___________________________
This message was ported from CCS's old forum
Original Post ID: 2838 |
|
|
Sherpa Doug Guest
|
Re: How to use the Hiperterminal program |
Posted: Wed Feb 27, 2002 5:18 am |
|
|
:=Hi Guys:
:= Who knows how to use the software of Hiperterminal. This is a communication software between PC and equipment connected through serial port. Where can I get this sofeware?
:=
:= Very thanks for your help
:=
:=Sicnerely
:=
:=Alex
HyperTerminal is a communications package that comes with Windows (Win98 & later). I DO NOT recommend it for use with microcontrollers as it has lots of odd quirks that will drive you nuts. The OS/2 version was much better. I use Mirror which is a Procomm clone. I have also heard that there is a good serial comms program from CCS but I have not used it.
___________________________
This message was ported from CCS's old forum
Original Post ID: 2839 |
|
|
Peter H Anderson Guest
|
Re: How to use the Hiperterminal program |
Posted: Wed Feb 27, 2002 5:23 am |
|
|
At <a href="http://www.google.com" TARGET="_blank">http://www.google.com</a> do a search on
hyperterm
Peter H Anderson, <a href="http://www.phanderson.com" TARGET="_blank">http://www.phanderson.com</a>
:=Hi Guys:
:= Who knows how to use the software of Hiperterminal. This is a communication software between PC and equipment connected
___________________________
This message was ported from CCS's old forum
Original Post ID: 2840 |
|
|
Zakaria Guest
|
Re: How to use the Hiperterminal program |
Posted: Wed Feb 27, 2002 7:38 am |
|
|
Hi Alex,
This program is supplied on the Windows installation CD.
Look for it under Start -> Settings ->
Add/Remove Programs -> Windows Setup -> Communications
-> Details
and check the Hyperterminal checkbox.
After installation, find the Hyperterminal program in
Start -> Programs -> Accessories -> Communications
-> Hyperterminal Folder -> Hyperterminal
Double click on the Hypertrm.exe icon to start the program.
From here onwards, it's easy. Set the correct baud rate,
comm port etc ...
Hope this helps.
Zak
___________________________
This message was ported from CCS's old forum
Original Post ID: 2842 |
|
|
johnpcunningham Guest
|
Re: How to use the Hiperterminal program |
Posted: Wed Feb 27, 2002 8:57 am |
|
|
Hyperterminal comes with Windows and it is in the Acessories -> Communications folder.
___________________________
This message was ported from CCS's old forum
Original Post ID: 2847 |
|
|
falleaf
Joined: 23 May 2004 Posts: 48
|
|
Posted: Fri Jun 25, 2004 1:30 am |
|
|
how to send a byte form hyperterminal to pic? I only can read from it. it's perfect. |
|
|
|