qdmr icon indicating copy to clipboard operation
qdmr copied to clipboard

Callsign DB for DM-1701 does not display correctly in the radio.

Open AndresPlazaR2 opened this issue 2 years ago • 4 comments

@hmatuschek , I'm still puzzled about the call-sign DB. It does not display correctly in the list of contacts, and snooping the USB data transferred (to upload the call-sign DB) from the original software and dmrconf look different:

  • original software: the DMR ID is stored in ASCII, on as many bytes as needed. The field separator is 0x09 (tab).
  • dmrconf: the DMR ID is stored in binary on 3 bytes (I mean the binary representation of those 3 bytes is the DMR ID), and little endian. It doesn't seem to be a clear field separator.

I wonder if this is the reason why the DB seems corrupted while looking at it in the radio.

Originally posted by @AndresPlazaR2 in https://github.com/hmatuschek/qdmr/issues/136#issuecomment-1409667362

AndresPlazaR2 avatar Feb 01 '23 02:02 AndresPlazaR2