I have a device connected to the serial port of an XBee which needs to be reset by issuing a serial break.
Is there a way of issuing a serial break on the UART of a remote XBee device or do I have to do that by using an IO pin?
I have a device connected to the serial port of an XBee which needs to be reset by issuing a serial break.
Is there a way of issuing a serial break on the UART of a remote XBee device or do I have to do that by using an IO pin?
Problem solved…
After thinking for a while I realized that I can fake the break signal by sending a 0 byte at a lower baud rate.