Tool/software:
I'm curious about the Ping signal.
This ping signal should send High to Low for a certain period of time to the Rx pin, but there is no recommendation on how to implement it in hardware.
1. For example, when using UART, is the ping signal sent by implementing it in software to the Rx pin (by setting the Rx pin as a GPIO function to create a ping signal) or is there a communication command?
2. If not method 1, is it possible to add an IC that can pull down the Rx pin in hardware (BJT or FET) and have the MCU control it to create a ping signal?