Serial tool for communication with serial devices.
Start connection with default baudrate (115200)
python3 simplecom.py /dev/tty.usbmode1000Start connection with custom baudrate
python3 simplecom.py /dev/tty.usbmode1000 -b 9600To exit use the key binding Ctrl + C to clean screen Ctrl + l
Note
This tool is still in development, I use this in my projects.
[x] Read serial port [x] Write commands [x] Show time [x] Use as library
- Add more complex serial configuration
- Error handlers
- Configuration of formats information
- Export history
- Show commands history on tab
- Autobaudrate
- Send files ?
- Scripting