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 :wave:
Printable View
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 :wave:
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.
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