+ Post New Thread
Results 1 to 3 of 3
-
8th November 2018, 10:47 #1
- Join Date
- Nov 2018
- Posts
- 50
- Helped
- 0 / 0
- Points
- 275
- Level
- 3
UART transmission rate
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 ?
-
Advertisment
-
8th November 2018, 10:51 #2
Awards:
- Join Date
- Apr 2014
- Posts
- 14,212
- Helped
- 3247 / 3247
- Points
- 69,564
- Level
- 64
Re: UART transmission rate
Hi,
Correct.
KlausPlease don´t contact me via PM, because there is no time to respond to them. No friend requests. Thank you.
1 members found this post helpful.
-
Advertisment
-
8th November 2018, 14:39 #3
- Join Date
- Nov 2006
- Location
- Brazil
- Posts
- 8,475
- Helped
- 1078 / 1078
- Points
- 28,508
- Level
- 41
- Blog Entries
- 6
Re: UART transmission rate
--------------------------------------------------------------------------------------------------
Part of the world that you live in, You are the part that you're giving ( Renaissance )
1 members found this post helpful.
+ Post New Thread
Please login