Hi @jmccorm,
I suspect the problem is that reading from Serial1 isn’t happening in a tight loop while characters are available. I have an example here that demonstrates a better read loop that should handle the extra data better:
Thanks,
David
Hi @jmccorm,
I suspect the problem is that reading from Serial1 isn’t happening in a tight loop while characters are available. I have an example here that demonstrates a better read loop that should handle the extra data better:
Thanks,
David