Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

creating a small batch file for hyper terminal

Status
Not open for further replies.

trilock79

Programmer
Jul 16, 2003
2
US
i am testing a monitoring device and i use hyper terminal to communicate with it. the device resets on power up and there are some settings i need disabled.
i would like to create a file probably a batch or a vb or c++ file to initiate a connection using hypertrm, execute the commands and exit hypertrm. how can this be done
 
1. You can shell to Hyperterm from VB or VC++
2. Hyperterm is a wrapper for MSComm control, so if you want to use VB or VC++ just use the control.
3. An easier method is probably a batch file - just stick you command character sequence in a .txt file and do:
Copy myText.txt LPT1:

________________________________________________________________
If you want to get the best response to a question, please check out FAQ222-2244 first

'People who live in windowed environments shouldn't cast pointers.'
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top