Quote Originally Posted by Darrel Taylor View Post
> Serin PortB.7, N2400,["D33",get0]

With that statement, get0 is a qualifier.
I think you wanted that to be the variable that receives the data.
So it should be outside of the square brackets.

Serin PortB.7, N2400,["D33"],get0
Thanks to all. The problem is now sorted.