Different baud rate transfer time calculation

Source: Internet
Author: User
1. Calculation of transmission time related to baud rate of bits per second
One frame of data includes:
1 Starting Bits:
8 bits of data;
1 mark Bits;
1 Stop bits;
Total 11bits;
Existing three frames of data to be sent so there is 3*11bits sent;
1bits Transmit time = 1000/600 (Bit/ms)
Time to send three frames = 3 * one * (1000/600) ms = 55MS;

2, about the baud rate 9600 bits per second involved in the transfer time calculation of a frame of data including:
1 Starting Bits:
8 bits of data;
1 Stop bits;
Total 10bits;
Existing 12BYTSS data to be sent so that there is 12*10bits sent;
1bits Transmit time = 1000/9600 (Bit/ms)

Time to send 12bytes data = * (1000/9600) ms = 12.5MS;



Wiwa 2016.12.14 Good Life, distant poetry in the heart

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.