Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xanthium-enterprises/gui-python-tkinter-ttkbootstrap-serialport-communication-arduino
Python GUI Program written using tkinter to communicate with an Arduino Microcontroller using PC serial Port
https://github.com/xanthium-enterprises/gui-python-tkinter-ttkbootstrap-serialport-communication-arduino
Last synced: about 14 hours ago
JSON representation
Python GUI Program written using tkinter to communicate with an Arduino Microcontroller using PC serial Port
- Host: GitHub
- URL: https://github.com/xanthium-enterprises/gui-python-tkinter-ttkbootstrap-serialport-communication-arduino
- Owner: xanthium-enterprises
- License: mit
- Created: 2024-03-31T05:03:49.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-03-31T06:48:39.000Z (7 months ago)
- Last Synced: 2024-03-31T07:34:51.782Z (7 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GUI based Python tkinter(ttkbootstrap) serial port communication Program with Arduino
- Python GUI Program written using tkinter to communicate with an Arduino Microcontroller using PC serial Port
## Website/Tutorial
- [How to create GUI serial port communication program with arduino and PC using Python and tkinter(ttkbootstrap)](https://www.xanthium.in/simple-gui-based-python-tkinter-ttkbootstrap-serialport-communication-arduino-uart-microcontroller)
## References
- [Python tkinter GUI Programming for Absolute Beginner](https://www.xanthium.in/short-concise-tutorial-python-gui-design-using-tkinter-ttkbootstrap-beginners)
- [Cross Platform serial communication using Python (PySerial) and Arduino](https://www.xanthium.in/Cross-Platform-serial-communication-using-Python-and-PySerial)
- [Serial communication using Python (PySerial) and Arduino/AVR/PIC Micro on Linux](https://www.xanthium.in/linux-serial-port-programming-using-python-pyserial-and-arduino-avr-pic-microcontroller)
- [Running Periodic background tasks in tkinter (ttkbootstrap) using .after() method](https://www.xanthium.in/running-periodic-background-tasks-in-python-tkinter-ttkbootstrap-using-after-method)
- [Creating and Sharing data between Python threads for the Absolute Beginner](https://www.xanthium.in/creating-threads-sharing-synchronizing-data-using-queue-lock-semaphore-python)