Problem while reading data from COMM Port
I'm writing following code for reading weighing scale data from Comm port by using timer control
Whle commport.Read(1) <> -1
Me.StatusTextbox.Text += Chr(CommPort.InputStream(0))
end while
it return garbage with actual value with out any semitry.
How can i pick only actual weight
|