-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AT D878 (868) Multiple Radio IDs #38
Comments
@inkiiin I have a prototype working with xlfe@a5b07f2 While it read and writes the ids correctly, the radio seems still only to accept the first ID (the others dont show up). I might be missing an index somewhere which sets the number of active radio IDs. Can you configure your radio with multiple radio IDs and then use dmrconfig to read the codeplug file ? Then remove all but the first radio ID and read the codeplug to another file and show us the binary diff? I don't have a windows machine to run the official software or I would do that myself. |
@xlfe : I created three codeplugs with multiple IDs. See attached package. id1.img - Factory configuration with id1=1. Files id1.hd, id1-7.hd, id1-7-250.hd contain hex dump of the codeplugs. Here is a diff of first two codeplugs:
Similarly, a diff of second and third codeplugs:
It can be seen, that the table of 250 IDs is located at addresses 073d00-075c3f. Each entry takes 32 bytes. Additionally, addresses 070960-07097f contain a bitmap of active IDs, one bit per ID. |
@sergev thanks - very helpful. This commit xlfe@edb4831 adds the bitmap for enabling radioids |
Read/Write multiple Radio IDs into radio/textual config file.
The text was updated successfully, but these errors were encountered: