Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
GUI for logging - cutelog
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Avionics
Software Development
Third Party
GUI for logging - cutelog
Commits
836aebf5
Commit
836aebf5
authored
4 years ago
by
Luca Erbetta
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
2badd7af
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+25
-1
25 additions, 1 deletion
README.md
with
25 additions
and
1 deletion
README.md
+
25
−
1
View file @
836aebf5
# 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
[

](https://pypi.python.org/pypi/cutelog)
[

](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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment