engr_joni_ee
Advanced Member level 3
Hi,
I am sending data from a microcontroller to CPU with baudrate 1200, one start bit and one stop bit. I am trying to figure out how much time is needed to send 30 characters or symbols (e.g, a, b, c, ... etc). Here is some calculation.
Assumption: Buadrate is bit rate per second and 10 bits are required to send a character.
Characters per second = 1200 / 10 = 120
Time required to send 30 characters = ( 1 / 120 ) x 30 = 250 m sec
Is that right ?
I am sending data from a microcontroller to CPU with baudrate 1200, one start bit and one stop bit. I am trying to figure out how much time is needed to send 30 characters or symbols (e.g, a, b, c, ... etc). Here is some calculation.
Assumption: Buadrate is bit rate per second and 10 bits are required to send a character.
Characters per second = 1200 / 10 = 120
Time required to send 30 characters = ( 1 / 120 ) x 30 = 250 m sec
Is that right ?