Results 1 to 3 of 3

Thread: hyperterminal : emulator : ansi, ansiw, vt100

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2007
    Posts
    15

    Question 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

  2. #2
    PowerPoster
    Join Date
    Feb 2006
    Location
    East of NYC, USA
    Posts
    5,691

    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

  3. #3

    Thread Starter
    New Member
    Join Date
    Jul 2007
    Posts
    15

    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
  •  



Click Here to Expand Forum to Full Width