Skip to content
Snippets Groups Projects
Commit 836aebf5 authored by Luca Erbetta's avatar Luca Erbetta :rocket:
Browse files

Update README.md

parent 2badd7af
No related branches found
No related tags found
No related merge requests found
# cutelog – GUI for logging # Cutelog Serial
Open serial port & display log messages in a GUI, with the ability to fitler them by name, log level or custom filters.
Forked from https://github.com/busimus/cutelog
## Installing
1. Install requirements:
`pip3 install -r requirements.txt`
2. Build
`python3 setup.py build`
3. Install
`python3 setup.py install`
## Running
`cutelog PORT BAUD`
### Examples
`cutelog \dev\ttyUSB0 115200`
`cutelog COM6 19200`
## TODO
- Add gui window/menu to open a serial port
- Add ability to open multiple ports
- Add ability to disconnect/reconnect to a previously open port
# [Original README.md] cutelog – GUI for logging
[![PyPi](https://img.shields.io/pypi/v/cutelog.svg?style=flat-square)](https://pypi.python.org/pypi/cutelog) [![PyPi](https://img.shields.io/pypi/v/cutelog.svg?style=flat-square)](https://pypi.python.org/pypi/cutelog)
This is a graphical log viewer for Python's logging module. This is a graphical log viewer for Python's logging module.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment