Skip to content

and-sh/Free-RS232-linux-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Free-RS232-linux-tool

This is the copy of https://github.com/damogranlabs/serial-tool But I rewrite a little a code. Now you do not need to install anything (just dependencies, like aioserial, if they are not already in your system. Python will tell you that he need). This is usefull if you not interested in Python itself and just need a tool. pip and insolated enviroment represents itself as some hedache.

Just download the code and run app.py

python3 app.py

or run app.py from IDLE

The code contains error - it can not correctly determine the name of usb adapter. You should write correct name here. Screenshot From 2025-06-29 09-24-59

you can check correct name by command

ls -l /dev/ttyUSB* /dev/ttyACM*

If you find this complicated try to use CuteCom. It already added to some distributives.

Debian and Ubuntu: sudo apt install cutecom
Fedora: sudo dnf install cutecom
openSUSE: sudo zypper install cutecom

Releases

Packages

Contributors

Languages