A free COM (serial communication) client tool written by PyQt6.

mcagriaksoy mcagriaksoy Last update: Nov 12, 2023

AFCOM Icon

The AFCOM (aka Serial communication GUI program) tool is a software application that allows users to send and receive data via the serial port (COM port) of their computer. The tool can be used for various purposes, such as testing, debugging, or communicating with other devices that use the serial protocol.

mcagriaksoy - Serial-Communication-GUI-Program GitHub tag License issues - Serial-Communication-GUI-Program

Hosted with GH Pages

Features

The COM port tool has the following features:

It supports multiple COM ports and can detect the available ports automatically. It allows users to configure the parameters of the serial communication, such as baud rate. It provides a user-friendly interface that shows the transmitted and received data in hexadecimal, decimal, ASCII, or binary formats. It allows users to save and load the data to and from files.

Usage

The COM port tool is compatible with: OS - Linux OS - Windows

To use the tool, follow these steps: First of all, please ensure that you installed dependencies already.

python main.py

Then the project can be run with:

pip install -r requirements.txt

Project

If you encounter any problems while using the COM port tool, try these solutions:

Make sure that the COM port is not used by another application or device. Make sure that the parameters of the serial communication match with those of the device you are communicating with. Make sure that you have sufficient permissions to access the COM port. If you have any questions or feedback, please contact me.

Dependencies

PyQt - >= 6.0 PyQt_sip - >= 13.0 PySerial - >= 3.0

Documentation

view - Documentation

Executable Command

The following command have been used to create AFCOM.exe ``` pyinstaller --noconfirm --onefile --windowed --icon "img/icon.ico" "src/main.py" ```

License

Released under MIT by @mcagriaksoy.

Subscribe to our newsletter