Fork of dmrconfig
Go to file
Serge Vakulenko 5c78f597f2 Update descriptions of table columns.
In names, print spaces as underscores.
2018-08-28 20:10:12 -07:00
examples Update descriptions of table columns. 2018-08-28 20:10:12 -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 Trace USB protocol. 2018-08-27 17:50:32 -07:00
md380.c Update descriptions of table columns. 2018-08-28 20:10:12 -07:00
radio.c Flush output for "Write device". 2018-08-26 23:48:20 -07:00
radio.h Decode channels. 2018-08-21 22:04:45 -07:00
util.c Update descriptions of table columns. 2018-08-28 20:10:12 -07:00
util.h Print tab as space. 2018-08-27 21:31:27 -07:00
uv380.c Update descriptions of table columns. 2018-08-28 20:10:12 -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