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.
- Detects connected Icom radios automatically.
- Sends packet data to the selected radio.
- Receives packet data from the selected radio.
- Python 3.x
- pyserial
- Clone the repository:
git clone https://github.com/parttimelegend/icom-packet-radio.git
- Navigate to the project directory:
cd icom-radio-controller
- Install the requirements
pip install -r requirements.txt
- Run the
main.py
script:
python main.py
- Follow the on-screen instructions to interact with the Icom radio.
Contributions are welcome! If you find any issues or have suggestions for improvement, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License.