dmrconfig/README.md

54 lines
972 B
Markdown
Raw Normal View History

2018-08-20 22:47:13 -07:00
DMRconfig is a utility for programming digital radios via USB programming cable.
Supported radios:
2018-08-31 23:20:07 -07:00
* TYT MD-380 (not tested)
* TYT MD-2017 (not tested)
2018-08-20 22:47:13 -07:00
* TYT MD-UV380
## Usage
Read codeplug from the radio and save it to file 'device.img',
2018-08-31 23:20:07 -07:00
and also save text configuration to 'device.conf':
2018-08-20 22:47:13 -07:00
2018-08-31 23:20:07 -07:00
dmrconfig -r [-t]
2018-08-20 22:47:13 -07:00
Write codeplug to the radio:
2018-08-31 23:20:07 -07:00
dmrconfig -w [-t] file.img
2018-08-20 22:47:13 -07:00
Configure the radio from text file.
Previous codeplug is saved to 'backup.img':
2018-08-31 23:20:07 -07:00
dmrconfig -c [-t] file.conf
2018-08-20 22:47:13 -07:00
Show configuration from the codeplug file:
dmrconfig file.img
2018-08-31 23:20:07 -07:00
Apply configuration from text file to the codeplug file:
dmrconfig -c file.img file.conf
Option -t enables tracing of USB protocol.
2018-08-20 22:47:13 -07:00
## 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