PartTimeLegend / icom-packet-radio

This Python application allows users to interact with Icom radios connected to their computer via serial port. It provides functionality to send and receive packet data to and from the radio.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Icom Packet Radio

This Python application allows users to interact with Icom radios connected to their computer via serial port. It provides functionality to send and receive packet data to and from the radio.

Features

  • Detects connected Icom radios automatically.
  • Sends packet data to the selected radio.
  • Receives packet data from the selected radio.

Requirements

  • Python 3.x
  • pyserial

Usage

  1. Clone the repository:
git clone https://github.com/parttimelegend/icom-packet-radio.git
  1. Navigate to the project directory:
cd icom-radio-controller
  1. Install the requirements
pip install -r requirements.txt
  1. Run the main.py script:
python main.py
  1. Follow the on-screen instructions to interact with the Icom radio.

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvement, feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License.

About

This Python application allows users to interact with Icom radios connected to their computer via serial port. It provides functionality to send and receive packet data to and from the radio.

License:MIT License


Languages

Language:Python 100.0%