OnComm in VB.NET?

rysioja

Newcomer
Joined
Aug 18, 2003
Messages
3
Hi,

I`ve used MSComm many times for Serial Port communications in Visual Basic. I'm now working on a VB.NET application that does not require the use of MSComm control, as it uses RS232 Class properties.
My application needs to communicate with an outside sensor, by the way. In MSComm, OnComm event is triggered whenever it detects data in the buffer. My question is how do I simulate the MSComm OnComm event by not using MSComm control in VB.NET. Appreciate any kind of help !

Thanks:confused:
 
Back
Top