• If posting about a radio issue: Include the HOST, DSP and UCM/secure firmware versions, flashcode and CPS version you're using along with the operating system info. This is critical information.

Question for Devs -

Status

phonebuff

Prolific Contributor
CS Forums $upporter
Joined
Nov 10, 2013
Messages
678
Has anyone here tried to get the RSSI from a portable XPR/SL -7550 via the xcmp command set ?

Looking to do so from a Raspberry PI --

---------------------
 

navtv

Contributing Member
CS Forums $upporter
Joined
Jun 21, 2013
Messages
25
Has anyone here tried to get the RSSI from a portable XPR/SL -7550 via the xcmp command set ?

Looking to do so from a Raspberry PI --

---------------------

the XCMP protocol is available for developers only and is not public. Try to sign up as a developer, management changed and you may get approved.
once you have access to the protocol, it's about an hour of coding, if not less. just a few commands.
 
OP
phonebuff

phonebuff

Prolific Contributor
CS Forums $upporter
Joined
Nov 10, 2013
Messages
678
Yes,

I have access to the ADP material and we do a lot of development - My question was has anyone been able to use the tools successfully
specifically with an XPR or SL 7550 portable radio to access the Repeater to Portable RSSI data (levels). I know the site survey tools do it with Mobiles,
but I am not aware of anyone doing it with portables.

So I was hoping to find another developer who has done it with a Gen 2 portable already, or proven it can't be done before I put it on the backlog .

==
 

navtv

Contributing Member
CS Forums $upporter
Joined
Jun 21, 2013
Messages
25
yes, I am just working on an app for this for a specific purpose. I have done it with both Gen 1 and Gen 2 radios (SL7550 and XPR7550 / 7580), gen 2 works via both the USB cable and also via bluetooth.
request 0xe with parameter 0x8. reply is 0x800e with parameter 8 and utf8 string
parameter 2 = rssi. use xcmp over xnl. I hope this helps.
 
OP
phonebuff

phonebuff

Prolific Contributor
CS Forums $upporter
Joined
Nov 10, 2013
Messages
678
Thanks what I needed to know --

Thank you very much !
 
Status