Hi there,
I'm working on a project using a microcontroller that has to read a UART communication some interrupts.
On the basis of what I'm aware, the UART communication protocol reads one byte of data at a time in addition to stop and start bits.
However in the communication protocol for me, I only get one start and stop bit per frame structure.
The frame structure is shown below
One frame of data is transmitted at a time, including a total of 97 bits, a start bit, 12*8 data bits, and the line idle state is required to be low after the
transmission is completed.
Can someone help me understand how I can integrate this frame structure in a UART based protocol?
Thanks
Siddharth
I'm working on a project using a microcontroller that has to read a UART communication some interrupts.
On the basis of what I'm aware, the UART communication protocol reads one byte of data at a time in addition to stop and start bits.
However in the communication protocol for me, I only get one start and stop bit per frame structure.
The frame structure is shown below
One frame of data is transmitted at a time, including a total of 97 bits, a start bit, 12*8 data bits, and the line idle state is required to be low after the
transmission is completed.
Can someone help me understand how I can integrate this frame structure in a UART based protocol?
Thanks
Siddharth