Tool for programming Icom ic-f300/310/320. under active development, so the code - looks like peace of shit https://dead.guru
wip
Go to file
2023-08-15 15:37:59 +03:00
.mvn/wrapper Init commit 2023-08-10 00:59:08 +03:00
src/main Protofile 2023-08-15 15:37:59 +03:00
.gitignore Init commit 2023-08-10 00:59:08 +03:00
build_linux.sh Linux build 2023-08-14 17:20:58 +03:00
mvnw Init commit 2023-08-10 00:59:08 +03:00
mvnw.cmd Init commit 2023-08-10 00:59:08 +03:00
pom.xml Linux build 2023-08-14 17:20:58 +03:00
README.md Linux build 2023-08-14 17:20:58 +03:00

Icom IC-F300 programming software

1691747805_image.png

Motivation

Icom CS software for IC-F300 model is back from 1997, requires DOSbox and not more usefull than xxb + serial console. That's how we get this project.

Features

  • Read file from radio
  • Write file to radio (work in developers machine only, will be published soon)
  • Raw serial console

Firmware format reverse engineering progress: https://git.dead.guru/ut3ums/IC-CS-X

Build

Only for JDK 20

  1. compiler:compile
  2. dependencies:copy-dependencies
  3. assembly:single

Linux

  1. ./build_linux.sh

Windows

TBA

MacOS

TBA