Hello,

Could someone help me out with serin2?

serin2 portA.0,188,3000,toto,[WAIT("$GPRMC")]
works
serin2 portA.0,188,3000,toto,[WAIT("$GPRMC"), STR mystring\10]
does not work (stays stuck in SERIN3

Why is that? I though that it would wait for a string then collect next 10 bytes and store them in the mystring byte array but it doesn't... Why?