Skip to content
Snippets Groups Projects
Commit 1aea72c6 authored by Jake Read's avatar Jake Read
Browse files

to readme

parent 3f7efb68
Branches
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ We test a packet that is 70 Bytes long - 560 bits and a packet that is 7 bytes l ...@@ -13,7 +13,7 @@ We test a packet that is 70 Bytes long - 560 bits and a packet that is 7 bytes l
Results are as follows. The expected T_message is simply (bits/packet)/bitrate - any additional message time is due to system design and implementation. Critically, UART uses a start and stop bit, per byte. Results are as follows. The expected T_message is simply (bits/packet)/bitrate - any additional message time is due to system design and implementation. Critically, UART uses a start and stop bit, per byte.
Bitrate | T_message (us) | P_size | T_message* (us) | % Difference Bitrate | T_message (us) | P_size | T_message* (us) | % Difference
--- | --- | --- | --- --- | --- | --- | --- | ---
115200 | 4861 | 70 | 5858 | 21 115200 | 4861 | 70 | 5858 | 21
115200 | 486 | 7 | 586 | 21 115200 | 486 | 7 | 586 | 21
230400 | 2431 | 70 | 2930 | 21 230400 | 2431 | 70 | 2930 | 21
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment