Metadata-Version: 2.1
Name: rtt-console
Version: 0.2.3
Summary: Simple Segger RTT console.
Home-page: https://github.com/Mcublog/rtt-console
Author: Viacheslav
Author-email: viacheslav@mcublog.xyz
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE

# rtt-console

The console allows you to connect to the MCU with the installed RTT server.
The main advantage of the program is a more convenient command input in comparison with Segger RTT Viewer
and the like.

Usage:

```bash
rtt-console -t STM32F407VE
```

![img](https://github.com/Mcublog/rtt-console/raw/master/doc/img.gif)
