Fork of dmrconfig
Go to file
Serge 23e87ef4da Parse digital channels. 2018-08-30 00:45:29 -07:00
examples Parse digital channels. 2018-08-30 00:45:29 -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 Skip records with FFs. 2018-08-27 13:34:21 -07:00
README.md Remove unused code. 2018-08-20 23:24:38 -07:00
dfu.c Trace USB protocol. 2018-08-27 17:50:32 -07:00
main.c Parse digital channels. 2018-08-30 00:45:29 -07:00
md380.c Parse digital channels. 2018-08-30 00:45:29 -07:00
radio.c Parse digital channels. 2018-08-30 00:45:29 -07:00
radio.h Parse digital channels. 2018-08-30 00:45:29 -07:00
util.c Parse digital channels. 2018-08-30 00:45:29 -07:00
util.h Parse Name and ID. 2018-08-29 21:04:13 -07:00
uv380.c Parse digital channels. 2018-08-30 00:45:29 -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