Serila port quick help

softhard

Active member
Joined
Sep 29, 2012
Messages
35
Programming Experience
Beginner
HI,
I have experinece in writing serial communication programs in another software but recently i started making GUI in vb.net 2010. I had a DLL file which contains all commands and routines that are called from a another file and use them in order. I am so afraid because i am new to VB.net. The problem that i am facing right now is opening the serial port and writing to it a heavy load of data.

My basic idea is to first open the port and then enter into an infinite loop where i always write and read data continiously at the same controlling the serial port(weather it is still open or not) and at last out of the loop close port.

Can any one give me suggestions?
 
Back
Top