File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # CppSerial
2-
1+ # CppSerial
32[ ![ release] ( https://img.shields.io/github/v/release/NestorDP/cppserial )] ( https://github.com/NestorDP/cppserial/releases )
3+
4+
45[ ![ unit-tests] ( https://github.com/NestorDP/cppserial/actions/workflows/unit-tests.yml/badge.svg )] ( https://github.com/NestorDP/cppserial/actions/workflows/unit-tests.yml )
56[ ![ codecov] ( https://codecov.io/gh/NestorDP/cppserial/branch/main/graph/badge.svg )] ( https://codecov.io/gh/NestorDP/cppserial )
6- [ ![ Documentation Status] ( https://readthedocs.org/projects/cppserial/badge/?version=latest )] ( https://cppserial.readthedocs.io/en/latest/?badge=latest )
77[ ![ Codacy Badge] ( https://app.codacy.com/project/badge/Grade/3759133c01204a5c880d0dd65e6175bc )] ( https://app.codacy.com/gh/NestorDP/cppserial/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade )
8+ [ ![ Documentation Status] ( https://readthedocs.org/projects/cppserial/badge/?version=latest )] ( https://cppserial.readthedocs.io/en/latest/?badge=latest )
89
910<!-- [](https://github.com/NestorDP/cppserial/blob/main/LICENSE) -->
1011<!-- [](https://github.com/NestorDP/cppserial/actions/workflows/coverage.yml)-->
9798sphinx-build -b html docs build/docs/html
9899``` -->
99100
100- ## Run an Example Application
101+ <!-- ## Run an Example Application
101102
102103You can run an example application to test the libserial library in your environment.
103104Even without a physical serial device, you can test serial communication using a virtual serial port created with socat.
@@ -159,7 +160,7 @@ You can also run the list_ports example to display all available serial devices
159160
160161```bash
161162./examples/list_ports
162- ```
163+ ``` -->
163164
164165
165166### 🤝 Contributing
You can’t perform that action at this time.
0 commit comments