Can information known within the MCU be "virtually" passed to the RX of a UART?
I need to be able to read an external sensor whose status should be interpreted as received communication. This will either be an analog signal that needs to be processed via an ADC or an external I2C ADC - the result of which needs to be further processed to determine if it represents a high or low value.
Is there a way of passing this information directly to the UART via software - or do I need to control a GPIO pin and connect it to the RX pin of the UART?