Quote:
Originally Posted by Banfa
Hyperterminal has not programming interface, that is you can not control what Hyperterminal does from a program only as a user. It is a very dump program.
Writing a program to send data through a COM port (even using a modem) is not too hard. What platform are you using to write the program (WIN32, MFC, .NET etc)?
i am using windows xp.
actually i wanted the program to allow user to input certain query command to the hyperterminal to download some files from the other end which is using the same modem,
the next following problem is how can i input the hyperterminal parameters(like phone num, baud rate etc) through the program?
i was told that perhaps better still would be to find/download a better terminal emulator that has a better API for programmer's use. There are freely available, open source terminal emulators such as Tera Term and modify the source code directly.
pls advise.thx.