Fork of dmrconfig
Go to file
Serge Vakulenko 97a594d5e7 Print TX contact names as comment for digital channels. 2018-09-05 12:40:24 -07:00
examples Print TX contact names as comment for digital channels. 2018-09-05 12:40:24 -07:00
.gitignore Add support for MD380. 2018-08-24 20:13:27 -07:00
LICENSE Initial commit 2018-08-20 20:45:14 -07:00
Makefile Use macros for validity check. 2018-09-05 12:25:01 -07:00
README.md Update readme. 2018-08-31 23:20:07 -07:00
dfu.c Reboot radio to normal mode when done. 2018-09-04 23:37:42 -07:00
main.c Verify configuration before writing it into the radio. 2018-08-31 18:19:53 -07:00
md380.c Print TX contact names as comment for digital channels. 2018-09-05 12:40:24 -07:00
radio.c Reboot radio to normal mode when done. 2018-09-04 23:37:42 -07:00
radio.h Verify configuration before writing it into the radio. 2018-08-31 18:19:53 -07:00
util.c Erase scanlist. 2018-08-30 18:38:47 -07:00
util.h Reboot radio to normal mode when done. 2018-09-04 23:37:42 -07:00
uv380.c Print TX contact names as comment for digital channels. 2018-09-05 12:40:24 -07:00

README.md

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

  • TYT MD-380 (not tested)
  • TYT MD-2017 (not tested)
  • TYT MD-UV380

Usage

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

dmrconfig -r [-t]

Write codeplug to the radio:

dmrconfig -w [-t] file.img

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

dmrconfig -c [-t] file.conf

Show configuration from the codeplug file:

dmrconfig file.img

Apply configuration from text file to the codeplug file:

dmrconfig -c file.img file.conf

Option -t enables tracing of USB protocol.

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