Metadata-Version: 2.1
Name: cc.serializer
Version: 2024.8.17
Summary: Transmit and receive Serial data and divide the stream into packets with NLSM protocol.
Home-page: https://github.com/uncertainty-cc/Serializer-Python
Author: Uncertainty.
Author-email: t_k_233@outlook.email
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyserial

# cc.Serializer

Transmit and receive Serial data and divide the stream into packets with NLSM protocol.

## Installation

```bash
pip install cc-serializer
```

## Usage

```python

```
