jed
1
I am trying to use a GPS featherwing; I need to use the Serial1 interface.
The code (when called in the setup loop)
serial1.begin(9600)
causes the red SOS on both Photon2 and Argon and with 1.5.2 on the Argon and 5.7.0 on both.
I am now seeing there is some issue with Serial1 on this hardware. Anyone have any insights?
jed
2
Curiously enough, no error with
serial1.begin(115200)
Sigh.
jed
3
NEVERMIND; Looks like I had one of the resources reserved elsewhere, but did not realize it.
system
Closed
4
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.