Need plain async terminal program

  • Thread starter Thread starter Bob I
  • Start date Start date
Hi folks,

I need a plain and simple terminal emulator program for use with XP. I need to be able to
type a few characters, and have them go out a com port, and whatever comes back from the
connected device appear on the screen. I don't know if the device will echo or not. I
don't want any modem or host protocols built into it, just plain vanilla. Can Hyperterminal
be configured that way? Is there another terminal emulator I should use? Thanks.

Earl
-----------------------------------------------------------------------
 
Earl said:
Hi folks,

I need a plain and simple terminal emulator program for use with XP. I
need to be able to type a few characters, and have them go out a
com port, and whatever comes back from the connected device appear on
the screen. I don't know if the device will echo or not. I don't
want any modem or host protocols built into it, just plain vanilla. Can
Hyperterminal be configured that way? Is there another terminal
emulator I should use? Thanks.
Earl
-----------------------------------------------------------------------

Will this work?

COPY CON COM1
(wait)
COPY COM1 CON
(exit)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top