hyperterminal vb.net 2003 or 2005?

  • Thread starter Thread starter Dzemal Tipura
  • Start date Start date
D

Dzemal Tipura

I need control that work like HyperTerminal made in vb 2003 or 2005 is there
anything like that?

thx
 
I need control that work like HyperTerminal made in vb 2003 or 2005 is there
anything like that?

thx

There might be a few things of interest on this page:
http://www.htservices.com/Tools/VBandC/SerialCommunications.htm

In VB2005 you might find My.Computer.Ports.* interesting.
You should be able to obtain a SerialPort object and start
writing your own terminal program from scratch.

If you are looking for ready-made components, this (and others)
might be what you are looking for:
http://www.dart.com/dotnet/

No experience. Just googling.

/JB
 
Hi,

What features of HyperTerminal are you trying to emulate? I have simple
terminal programs in my book (and to download from my homepage). If you
want error-checked file transfers, it is possible to port XMComm (also on my
homepage, with the source code in the book) to the Compact Framework. I
have not done so, to date. The demand has been limited.

Dick

--
Richard Grier (Microsoft Visual Basic MVP)

See www.hardandsoftware.net for contact information.

Author of Visual Basic Programmer's Guide to Serial Communications, 4th
Edition ISBN 1-890422-28-2 (391 pages) published July 2004. See
www.mabry.com/vbpgser4 to order.
 

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