UART can transmits or receives 8 bit data.
I know how to transmit 32 bit data because I act as the transmitter and I can program the transmitter to send 4 sets of 8 bits data that represents the 32 bit integer. But since the device I use acts as the receiver, I'm wondering if I can use SCI UART to receive 32-bit data.
How can I receive 32 bit data using UART without programming the transmitter?