Hello,
Im looking to send UART serial data (1 start bit, 1 stop bit, 9 data bits) at a Baud Rate of 7,750,000. Prevailing opinion online seem to suggest that its possible to do so by repurposing the parity bit in a standard 8 bit comms, but that it would be unlikely to work for high Baud Rates (such as what I need)
Is there a somewhat simple way to implement this communication without moving to more serious hardware like a STM32 microcontroller?
I currently have an implementation sending the data I need over an 8 bit serial interface using an ESP32, but I now need to send an additional bit (hence the need for a 9bit communication)
