ByteMe Serial Monitor is a serial monitor tool built with PySide6, designed for interacting with serial devices. It allows you to connect, read data from serial devices easily. It also provides real-time updates and visual indicators such as an LED for incoming data status. 🔌
- Port Selection: View and select available serial ports. ⚙️
- Baud Rate Settings: Adjust the baud rate for communication. Supported rates: 9600, 14400, 19200, 28800, 38400, 57600, 115200. 🏎️
- Real-time Data: Display received data in a scrollable text area. 📊
- LED Indicator: Shows green when incoming data red when no data is available. 💡
- Device Name: Displays the connected device’s description. 🖥️
- Refresh Ports: Dynamically refresh available ports. 🌊
- About Dialog: Provides app version, licensing information, and an app icon. ℹ️
- GPL-3.0 Licensed: Open-source under the GPL-3.0 License. 📜
Get the latest version of ByteMe Serial Monitor:
- Windows Executable: Download v0.4 (Latest)
-
Clone the repository:
git clone https://github.com/floxia/byteme.git
-
Navigate to the project folder:
cd byteme
-
Install dependencies:
pip install -r requirements.txt
-
Run the app:
Via Terminal:
python byteme.py
Or via the Windows .bat file:
- Double-click
start.bat
to launch the app. 🖱️
- Double-click
This project is licensed under the GPL-3.0 License.
This application is powered by:
- PySide6 for the GUI framework.