|
-
Jul 31st, 2007, 01:13 PM
#1
Thread Starter
New Member
hyperterminal : emulator : ansi, ansiw, vt100
Hello friends,
i have developed hyper terminal program using visual basic 6.
i want to set emulator like ansi, ansiw, vt100....
with my program
i have used mscomm for connection.
please guide me.
Thanks in advance,
Adarsh Patel
-
Aug 1st, 2007, 04:43 PM
#2
Re: hyperterminal : emulator : ansi, ansiw, vt100
Look at each incoming character. If it's an Esc [Chr$(27)], read the next character and figure out what needs to be done next (do something, read another character, etc.) for the current protocol.
The most difficult part of developing a program is understanding the problem.
The second most difficult part is deciding how you're going to solve the problem.
Actually writing the program (translating your solution into some computer language) is the easiest part.
Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.
Please Help Us To Save Ana
-
Aug 2nd, 2007, 01:52 AM
#3
Thread Starter
New Member
Re: hyperterminal : emulator : ansi, ansiw, vt100
Thanks Al42,
I will check for this, as per your suggestion that i have to ignore Esc character and read other character..........
Can i achieve without using another setting that's good.
I will check and will send replay.
Thanks,
Adarsh Patel
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|