Fork of dmrconfig
Go to file
Serge Vakulenko abebad7dbd Remove unused code. 2018-08-20 23:24:38 -07:00
.gitignore Remove unused code. 2018-08-20 23:24:38 -07:00
LICENSE Initial commit 2018-08-20 20:45:14 -07:00
Makefile Remove unused code. 2018-08-20 23:24:38 -07:00
README.md Remove unused code. 2018-08-20 23:24:38 -07:00
main.c Remove unused code. 2018-08-20 23:24:38 -07:00
radio.c Remove unused code. 2018-08-20 23:24:38 -07:00
radio.h Remove unused code. 2018-08-20 23:24:38 -07:00
util.c Remove unused code. 2018-08-20 23:24:38 -07:00
util.h Remove unused code. 2018-08-20 23:24:38 -07:00
uv380.c Remove unused code. 2018-08-20 23:24:38 -07:00

README.md

DMRconfig is a utility for programming digital radios via USB programming cable. Supported radios:

  • TYT MD-380
  • TYT MD-UV380

Usage

Read codeplug from the radio and save it to file 'device.img', and text configuration to 'device.conf':

dmrconfig -r [-v]

Write codeplug to the radio:

dmrconfig -w [-v] file.img

Configure the radio from text file. Previous codeplug is saved to 'backup.img':

dmrconfig -c [-v] file.conf

Show configuration from the codeplug file:

dmrconfig file.img

Option -v enables tracing of a serial protocol to the radio.

Sources

Sources are distributed freely under the terms of Apache 2.0 license. You can download sources via GIT:

git clone https://github.com/sergev/dmrconfig

To build on Linux or Mac OS X, run:

make
make install

Regards, Serge Vakulenko KK6ABQ