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.
 
Back
Top