I'm trying to build an app that can listen to serial data streams from multiple input pins by polling the pins with multiple SERIN statements, each one referring to a specific input pin.
My problem is that, after the first instance of SERIN does its thing on its pin, subsequent SERIN's on different pins don't seem to do anything.
Does anyone have a suggestion for how to make this work?
Joe
Bookmarks