Metadata-Version: 2.1
Name: chatos
Version: 0.0.2
Summary: REV 0.0.2 Stablish a communication between the computer and the microcontroller CH552 using the serial port.
Author: Master
Author-email: name@email.com
License: GPL-3.0 License
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: tk
Requires-Dist: pyusb
Requires-Dist: pyserial


# Chat Serial Interface 0.0.2

This program focus on the serial communication between the computer and the microcontroller. 
Stablish a communication between the computer and the microcontroller CH552 using the serial port.

## Requirements

- Python 3.6 or higher
- PySerial

## Installation

```bash

    pip install chatos

```

## Usage

```bash

    python -m chatos

```
