Serial ports

  • Thread starter Thread starter Shadowboxer
  • Start date Start date
S

Shadowboxer

How do I get access to the serial ports in VB.NET

I need to be able to have form of telnet with the ports

ie

send xxyyy
wait for xxyyy1
send abcDDD
wait for abcDDD1


etc

thanks -J
 
shadowboxer,

you can search a .net example from MSDN. it's name is
RS232.vb

I dont remember the web site.
 
Hi,

I have a number of examples that do this in my book. See below. For links,
see Herfried's reply.

Dick

--
Richard Grier (Microsoft Visual Basic MVP)

See www.hardandsoftware.net for contact information.

Author of Visual Basic Programmer's Guide to Serial Communications, 3rd
Edition ISBN 1-890422-27-4 (391 pages) published February 2002.
 

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

Similar Threads

Serial Ports 3
Serial communication 4
How to use Serial Port Component 3
Serial COM in VB 2005 4
serialport adn encrpyted data 2
Serial Port 4
Serial Port 2
Using Waitable Timer APIs with VB.NET. 1

Back
Top