Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to use the serial port for commuication?

Status
Not open for further replies.

cdcer

MIS
May 11, 2001
4
0
0
HK
I want to make the communication using serial port, how should I do? Which context should I read for the references? Alos, where can I seek more information?
 
you have to use the MsComm Control (MSCOMM32.OCX of Visual Basic)
its basic event is:
_OnComm()

its basic property is
.CommEvent (es: comEvReceive)

its basic methods are
.Input
.Output

good luck
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top