Serial1 on Argon/Photon2 Causes SOS when begin(9600) called: begin(115200) is OK

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?

Curiously enough, no error with

serial1.begin(115200)

Sigh.

NEVERMIND; Looks like I had one of the resources reserved elsewhere, but did not realize it.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.