did you send binary 2 or ascii 2? if its asciiThe problem is the IF THEN statement "IF PS_State = 2 Then" will not process it.
IF PS_State = "2" Then" .... or IF PS_State = 50 Then" .... or IF PS_State = $32 Then" ....
did you send binary 2 or ascii 2? if its asciiThe problem is the IF THEN statement "IF PS_State = 2 Then" will not process it.
IF PS_State = "2" Then" .... or IF PS_State = 50 Then" .... or IF PS_State = $32 Then" ....
Warning I'm not a teacher
Bookmarks