• To anyone looking to acquire commercial radio programming software:

    Please do not make requests for copies of radio programming software which is sold (or was sold) by the manufacturer for any monetary value. All requests will be deleted and a forum infraction issued. Making a request such as this is attempting to engage in software piracy and this forum cannot be involved or associated with this activity. The same goes for any private transaction via Private Message. Even if you attempt to engage in this activity in PM's we will still enforce the forum rules. Your PM's are not private and the administration has the right to read them if there's a hint to criminal activity.

    If you are having trouble legally obtaining software please state so. We do not want any hurt feelings when your vague post is mistaken for a free request. It is YOUR responsibility to properly word your request.

    To obtain Motorola software see the Sticky in the Motorola forum.

    The various other vendors often permit their dealers to sell the software online (i.e., Kenwood). Please use Google or some other search engine to find a dealer that sells the software. Typically each series or individual radio requires its own software package. Often the Kenwood software is less than $100 so don't be a cheapskate; just purchase it.

    For M/A Com/Harris/GE, etc: there are two software packages that program all current and past radios. One package is for conventional programming and the other for trunked programming. The trunked package is in upwards of $2,500. The conventional package is more reasonable though is still several hundred dollars. The benefit is you do not need multiple versions for each radio (unlike Motorola).

    This is a large and very visible forum. We cannot jeopardize the ability to provide the RadioReference services by allowing this activity to occur. Please respect this.

Need help to send DMR short data message from PC on NX-5700

Expat2017

Member
Joined
Dec 29, 2016
Messages
27
I would like to be able to send DMR short group and private data messages from my PC thru a Kenwood NX-5700 mobile.
I understand there is a com port in the DB25 and that is primarily just a string of bytes, The message starts with 0x02 byte and ends with 0x03 byte.
It is the bit in the middle I don't have. I have found this - \x02 gGU 00002 helloWorld \x03 but it does not work.,

Any help guidance appreciated.
 

ramal121

Lots and lots of watts
Premium Subscriber
Joined
Dec 5, 2008
Messages
2,211
Location
Calif Whine Country
In NXDN the way to go is to get the KAS-10 or KAS-20 program, connect to pc via rs-232, and have at it. Do those work with DMR? Don't know, never tried. Anybody?
 

Expat2017

Member
Joined
Dec 29, 2016
Messages
27
In NXDN the way to go is to get the KAS-10 or KAS-20 program, connect to pc via rs-232, and have at it. Do those work with DMR? Don't know, never tried. Anybody?

If I was in the market for AVL and dispatch software maybe but I will be doing my own small APP, so just need the protocol. I appreciate the reply and info.
 

kd4efm

Member
Premium Subscriber
Joined
Jul 14, 2002
Messages
2,835
Location
EL98 Florida
Do you have a dealer your are working with? If so, they can contact tech support for you and see if they can get you the PC commands, the other option is to join the SDK group.
 

Expat2017

Member
Joined
Dec 29, 2016
Messages
27
Do you have a dealer your are working with? If so, they can contact tech support for you and see if they can get you the PC commands, the other option is to join the SDK group.
No this is just a personal project and don’t have the resources to pay for the SDK. Thanks for the idea.
 

kd4efm

Member
Premium Subscriber
Joined
Jul 14, 2002
Messages
2,835
Location
EL98 Florida
I am being told that you can use KAS-20 to send messages in SDM mode.
But the ability to freestyle sms is hard with a dtmf mic, unless you're use to a blackberry.....
I don't believe KAS-10 has DMR in it, as that with NXDN can send short and long data messages also,.
Have to investigate that when i have a minute
 

Expat2017

Member
Joined
Dec 29, 2016
Messages
27
Thanks to everyone for all the suggestions, they were interesting but unfortunately didn"t result in an answer.

Not being deterred, I decided to start with what I do know.
I know that the protocol starts with 0x02 byte (stx) and ends with 0x03 byte (etx) and well that was about it,
What else could I find out.. Maybe I could send a DMR text message to the NX-5700. I set up COM port 1 as below.

image.png

and connected my PC to it.

Sending the DMR text message "Hello World!" to the NX-5700 produced the following sequence of bytes from the COM port.

xFU00000010G00004000Hello World! (stx and etx not shown).

What can I make of that.
Well "Hello World!"is self explanatory but about the rest....
It just so happens that 00000010 is the unit ID of my portable and 00004000 is the Group Id I sent the message to.

That leaves xF U and G. Could G possible mean group, U mean Unit ID and xF is the command to send a text message.

So for Sits and Giggles, I went for it. I sent the following string to the NX-5700.

xFG00004000A Test Message! (message wrapped with stx and etx).

To my absolute surprise my portable received the text message "A Test Message!" to Group 4000 from Radio ID 40 (Unit ID of the NX-5700).

xFU00000010A Private message sent a private message to my portable.

It worked, I am a god........

I hope this is helpful to others.
 

serial14

Member
Joined
Sep 20, 2020
Messages
60
@Expat2017 very nice work. Thanks for the write up.

I've always been interested to try and get data out of a DMR radio. Like text messages or GPS positions. Does anybody know of other radios that expose this data on some sort of serial/usb port? I haven't dug into it my self yet, just one of many many project ideas on the list.
 

Expat2017

Member
Joined
Dec 29, 2016
Messages
27
@Expat2017 very nice work. Thanks for the write up.

I've always been interested to try and get data out of a DMR radio. Like text messages or GPS positions. Does anybody know of other radios that expose this data on some sort of serial/usb port? I haven't dug into it my self yet, just one of many many project ideas on the list.
Oh so think most of the commercial mobiles do. I know Hytera does, but its protocol is convoluted and most likely a rip off of Motorola’s. A lot of the cheap Chinese DMR radios sold on Aliexpress so not.
 

phillmobile

Member
Joined
Oct 12, 2009
Messages
254
Location
bridlington, uk
why not just use radtext its free
 
Top