https://github.com/menci/serial-delay
https://gitlab.com/heavydeck-projects/hardware/Serial-delay with detailed output
https://github.com/menci/serial-delay
Last synced: about 1 month ago
JSON representation
https://gitlab.com/heavydeck-projects/hardware/Serial-delay with detailed output
- Host: GitHub
- URL: https://github.com/menci/serial-delay
- Owner: Menci
- Created: 2024-06-29T20:10:45.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-04T14:21:40.000Z (about 2 years ago)
- Last Synced: 2026-05-23T02:40:06.245Z (2 months ago)
- Language: Jupyter Notebook
- Size: 92.5 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Serial Delay](https://gitlab.com/heavydeck-projects/hardware/Serial-delay) with detailed output
The original repo is the tool used in this article: [Measuring PC serial port latency](https://www.heavydeck.net/blog/measuring-serial-port-latency/).
It only prints aggregated data. I added the ability to output the raw detailed data, containing all samples.
```bash
serial-delay.exe COM3 ./path/to/detail.txt 600,9600,115200
serial-delay.exe COM3 ./path/to/detail.txt # Default to original behavior (ALL standard baud rates)
```
The format of `detail.txt` is:
```
600 latency1 latency2 latency3 ...
9600 latency1 latency2 latency3 ...
115200 latency1 latency2 latency3 ...
...
[baud rate] [list of latency] [separated with spaces]
```