Regarding data reading from com port

Closed
bing - Feb 3, 2010 at 10:52 PM
 SM - Aug 11, 2010 at 06:57 AM
Hello,
i am completely new to vb.net, i am using ms visual studio 2005,i hav written a code to read data from rs 232 port,and it is reading data when i click button.But i need to read contineously if data is present on the port without clicking. please help to make this...
Please Help Me.....thanks in advance

1 response

I have the same problem. The way I plan to solve it is to make the reading a process paralell to the main process. In this way, the READ loop will not block the INTERFACE loop. Wish us good luck with it! ;)
0