Using Hyperterminal With Rs232

Posted on by admin

This tutorial covers how to create a serial port connection using HyperTerminal terminal emulation software for Windows. Hilgraeve Makers of HyperTerminal and HyperAccess. 13 Comments on Using PuTTY for serial COM connections (HyperTerminal replacement) 13 Responses to “Using PuTTY for serial COM connections (HyperTerminal replacement)”. Some uses of HyperTerminal Private Edition: Use a TCP/IP network to connect to systems on the Internet or your network using Telnet or Secure Shell (SSH) Use a Dial-Up modem to dial into modem based systems; Talk directly to many different types of devices using RS232 serial COM ports.

We have a OHAUAS defender 5000 series model T51P Weighting scales with a COM port. if we connect this to a PC we should be able to get the weight on the computer by sending a command to it.

Is there a way to test this? i tried the command line echo 'LP' > com1 but this does nothing. A small C# application that listens to this port seems to be continuously receive Hexadecimal numbers (2 digits then an enter), however sending a command through this application doesn't give readable results.

When i do listen on the port though, the echo 'LP' > com1 command gives an unavaible error, so sending the command works in cmd.

Does anyone have any knowledge on a simple way to test a send and receive on a com port?

EDIT:

Model is OHAUAS defender 5000 series - T51P

Using Hyper terminal gives me the below result. the same happens with arduino, and sending the 'P' command gives no data back.

edit2:

I have found that the 'print button' on the scales has the same functionality as the 'P' command. If i push the button i get 'random data' if i use a text mode on an application, this data translates into question marks and parts of the weight. i pushed the button 6 times in succesion, getting results like ?????????? or 2??????? or ???.04???A? or ??????????KG these results combined show me that it tries sending 2.04KG, the weight. Now would there be a logical reason why only part of this data is sent(or received)?

Andy
AndyAndy

4 Answers

You can download this for your platform and open the application and go to tools serial monitor. that will listen to the configured serial port. (You do not need an arduino for it to work.)

From their website:

Q: How do I use Hyperterminal to check communications?

Avatar the last airbender episodes season 3. A: Hyper Terminal is a Terminal program that is bundled with Windows.

To set up Hyper Terminal for use with an Ohaus balance, perform the following steps. The following assumptions are made for the purpose of explanation.1. The computer uses Com12. The Balance Baud Rate is set to 24003. The Balance Data Bits are set to 74. The Balance Stop Bits are set to 25. The Balance Parity Bit is set to None6. Handshaking in the balance is turned off

Open the program and enter a name for the connection. You will probably want to save the setup for future use.Press OKIn the next screen click on the twirl down for the 'Connect using' box and select the COM port your computer uses.

Click OK and the COMx properties box will be displayed. (Which COM port appears will depend on the setting in the previous step.)

Using Hyperterminal With Rs232 File

Set the parameters to match the parameters in the balance. See the instruction manual for the balance. The usual defaults are 2400 baud, 7 data bits, no parity, 2 stop bits and no handshake. When finished press apply then press OK.

The terminal screen will be displayed.

Select CALL from the menu bar and select Disconnect. The 'Connected' at the bottom left of the screen will change to 'Disconnected'.

Select FILE from the menu bar and select Properties.

Using Hyperterminal With Rs232 Usb

Select the Settings tab.

Check Windows Keys and Del.

At the bottom of the box click on ASCII Setup.

Using Hyperterminal With Rs232

Check the first two boxes and put 11 in the next 2.

Hyperterminal

Click Ok twice.

From the Call menu select Call.

'Call' will be displayed at the lower left of the terminal screen.

You are now ready to communicate with the balance. The best way to test the connection is to press print on the balance. Other commands are listed in the instruction manual for the balance.

Avengers 3 Full Movie Plot Outline. The film was announced in October 2014 as Avengers: Infinity War – Part 2. The Russo brothers came on board to direct in April 2015 and by May, Markus and McFeely signed on to script the film. In July 2016, Marvel removed the film’s title, referring to. Ultimate Avengers 2 IMDb 6.8 73 min Captain America (Justin Gross), the Hulk, Iron Man (Marc Worden) and other superheroes join forces to save mankind after the Chitauri invaders are sighted in the African kingdom of Wakanda. Ultimate Avengers 2 on 123Movies Mysterious Wakanda lies in the darkest heart of Africa, unknown to most of the world. A movie within a movie, created to spoof the martial arts genre. When becoming members of the site, you could use the full range of functions and enjoy the most exciting films. Apr 29, 2018  Avengers 2: Age of Ultron 2015 Hindi Dubbed Full Movie To Watch Online.to watch online Hindi Dubbed full movie Full4Movie 2015 on Full4Movie in high quality Free Download. Tony Stark creates the Ultron. Apr 22, 2015  Watch video  It sounds like the angst of a group of people expecting to see the Empire Strikes Back version of the Avengers. In Age of Ultron, we get immediate, sustained action. I don't know about you, but if I'm going to watch a movie with a cast of characters that have the abilities of the Avengers, I want to see them in action! Avengers 2 full movie.

And some additional info from that site: New hollywood movies in hindi watch online.

How can I get my Defender 5000 indicator (T51P or T51XW) to print without inserting an extra line feed? I am using a label printer with preprinted labels and every other label is wasted.A: You can do this by going into the menu under Print1 or Print2 and setting the format to Single.Q: Ok now I am printing a single label but there is too much information. I am still using a T51P.A: Again go into the Print1 or Print 2 menu. You can turn off all the heading and GLP information you need too. You can also turn off the Gross, Net and Tare printing and just leave the result. You also have the option to print the result as a number only by setting it to NUM. This will eliminate the unit of measure.Q: I am using a 7000 series Defender indicator (T17P) and I can not clear the accumulator. I have followed the instructions in the manual but it does not clear.A: Press and hold the 'info' button until the display shows 'StatS'. Then press the 'CLR' button to clear the accumulator.

taken from: http://us.ohaus.com/us/en/home/support/faq.aspx#S16

d4v3y0rkd4v3y0rk

Verify that you have the right serial port settings configured.

I recently made an application to read the weight value from a OHAUS Defender 3000, and these are the right parameters:

SomebodySomebody

A practical way of testing com ports is to use terminal emulator. You may use any of many available ones (putty and TeraTerm are widely used). You will need to set it to use serial connection, then set connection params: com number; speed (baudrate), parity, databits, stop bits - those must match your device setup (you need to get this information from manual). When connected, you will be able to enter commands and see device output.
You may also send commands from cmd, but you will not see a response (in cmd window, of course device may/should react somehow to it), and you also need to make sure that baud/data/parity/stop (as minimum) are set properly - this is done via mode command.

To reiterate: serial parameters (speed, databits, parity, stop, possibly handshake) must be the same on both ends (scale and PC) otherwise they will 'not understand' each other

Using Hyperterminal With Rs232

wmzwmz

There is a manual available online. (In general, googling for 'xyzzy manual' where xyzzy is the model number is a good way to find a product manual.) It documents the command line and the data the scale provides. It also explains how to configure the devices COM port. You'll want to use settings that match the communications settings for your terminal program.

Isaac RabinovitchIsaac Rabinovitch

Not the answer you're looking for? Browse other questions tagged command-lineserial-portcom or ask your own question.

Related Articles

  • 1 Activating Your Comcast Cable Modem
  • 2 Use Infrared Ports to Transfer Files
  • 3 Does It Matter What Kind of Router Is Used?
  • 4 Hook Up a D-Link to the Telus Modem

HyperTerminal is a simple but powerful tool bundled with older versions of Windows for connecting to remote computers. One of its main features is the ability to transfer files between two computers using a variety of file transfer protocols. All you need to connect to and transfer files to the other computer is a TCP/IP connection, a modem or a null modem cable. You can even use HyperTerminal to connect to Telnet sites, host computers and BBSs.

1.

Open HyperTerminal by clicking the Windows Start button, clicking 'All Programs,' clicking 'Accessories,' clicking 'Communications' and clicking 'HyperTerminal.'

2.

Create a connection by clicking the 'File' menu, selecting 'New Connection' and entering your connection information. Open an existing connection by clicking the File menu and selecting 'Open.'

3.

Connect to the remote computer by clicking the 'Call' icon. Alternatively, wait for the remote computer to call you by clicking the Call menu and selecting the 'Wait for a Call' option.

4.

Send a file to the remote computer by clicking the Transfer menu and selecting the 'Send File..' option. This opens the Send File window. Click the 'Browse..' button to select a file, choose a transfer protocol and click the 'Send' button.

5.

Click the 'Transfer' menu and select the 'Receive File..' option to receive a file from the remote computer. Click the 'Browse..' button and select a location to which you want to save the file. Select the same receiving protocol that the remote computer is using to send the file and click the 'Receive' button.

Tips

  • Beginning with Vista, HyperTerminal is no longer included with Windows -- though the program will run under both. HyperTerminal functionality has been replaced with WinRS, the Phone and Modem Options and Telnet.
  • Transferring files requires that the remote computer and yours both use the same file transfer protocol.
  • The Zmodem protocol has the advantage that the receiving computer won't have to manually accept the file.
  • Scan all received files with your virus scanning software.

References (3)

About the Author

Sean Mann has been a freelance writer since 2010. With thorough knowledge and experience in technological fields such as computer software, hardware, the internet and programming, he creates online content for various websites. Mann has a Bachelor of Science in computer science from Ohio State University.

Cite this Article
Choose Citation Style
Mann, Sean. 'How to Transfer Files in HyperTerminal.' Small Business - Chron.com, http://smallbusiness.chron.com/transfer-files-hyperterminal-55459.html. Accessed 29 May 2019.
Mann, Sean. (n.d.). How to Transfer Files in HyperTerminal. Small Business - Chron.com. Retrieved from http://smallbusiness.chron.com/transfer-files-hyperterminal-55459.html
Mann, Sean. 'How to Transfer Files in HyperTerminal' accessed May 29, 2019. http://smallbusiness.chron.com/transfer-files-hyperterminal-55459.html
Note: Depending on which text editor you're pasting into, you might have to add the italics to the site name.