From 4ddc078bc18c34206ee49410451fe730a1216931 Mon Sep 17 00:00:00 2001 From: Serge Date: Fri, 31 Aug 2018 23:20:07 -0700 Subject: [PATCH] Update readme. --- README.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e93edf7..2cade97 100644 --- a/README.md +++ b/README.md @@ -2,31 +2,36 @@ DMRconfig is a utility for programming digital radios via USB programming cable. Supported radios: - * TYT MD-380 + * 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 text configuration to 'device.conf': +and also save text configuration to 'device.conf': - dmrconfig -r [-v] + dmrconfig -r [-t] Write codeplug to the radio: - dmrconfig -w [-v] file.img + dmrconfig -w [-t] file.img Configure the radio from text file. Previous codeplug is saved to 'backup.img': - dmrconfig -c [-v] file.conf + dmrconfig -c [-t] file.conf Show configuration from the codeplug file: dmrconfig file.img -Option -v enables tracing of a serial protocol to the radio. +Apply configuration from text file to the codeplug file: + + dmrconfig -c file.img file.conf + +Option -t enables tracing of USB protocol. ## Sources