I am trying to find out how to have two serial cameras hooked up to one Arduino UNO. Apparently according to this very short blurb only one Software Serial port is active at a time:
Under limitation number one.
Here is a function I'm curious about: isListening(). Is it going to help me juggling between two serial ports?
The reference is the least clear. Any help regarding juggling between two serial ports? Thanks.