How do i put a photon chip into safe mode using serial?

You can’t do it with just a baud rate, but you can do it by first putting the photon in listening mode with 28800, sending L over serial and then sending x over serial.

(L will put the photon in safe listening mode, and x will reboot the device into normal safe mode if I recall.)

Here’s the thread where I originally found this solution:

This newer thread also provides an option:

1 Like