serial big problem

done.

the problem was verry simple after all.

In every function like get_status_tab1() I have this:

Code:
contor2 = contor2 + 1
        If output.Length = contor2 Then

when I set the output variable to 0 the if condition was not true so everything after that if was not reached.

I know :) ... ....maybe I was tired. :)
 
Back
Top