No print to serial terminal from module. Ideas? Am I nuts? Is something down? status.particle.io says everything is up and Particle.function calls are working.
No. I actually haven’t used Serial.begin() in a while. Doesn’t seem to be necessary anymore if you are monitoring through the USB connection. I went ahead and added it for good measure but no effect.
Are you using particle monitor from the CLI or a straight up terminal session with the photon?
I checked a subscribe I use and it is working fine for me.
Well @ScruffR as usual you are right on the money. I am using our web app Mobicle.io to publish the event. Turns out we had the Publish Event function setting it to private. I added MY_DEVICES to the Particle subscribe function and viola working now! I totally missed that.