i know this radio is not supported yet, i have some info to help driver writers.
the "magic string" is: "\x50\xBB\xFF\x20\x14\x11\x22" and the firmware is: ["HDBF230"]
i have put these into the driver, but i am now stuck with this: -------------------------- [2016-08-08 14:12:07,872] chirp.ui.mainapp - DEBUG: User selected Baofeng UV-6R on port /dev/ttyUSB0 [2016-08-08 14:12:07,912] chirp.ui.clone - DEBUG: Clone thread started [2016-08-08 14:12:07,916] chirp.drivers.uv5r - INFO: Sending Magic: 000: 50 bb ff 20 14 11 22 00 P.....".
[2016-08-08 14:12:09,045] chirp.drivers.uv5r - INFO: Ident: 000: aa 36 74 04 00 05 20 dd .6t.....
[2016-08-08 14:12:09,296] chirp.ui.reporting - INFO: Reporting disabled [2016-08-08 14:12:09,297] chirp.ui.reporting - DEBUG: Reporting is disabled [2016-08-08 14:12:09,297] chirp.ui.common - ERROR: -- Exception: -- [2016-08-08 14:12:09,297] chirp.ui.common - ERROR: Traceback (most recent call last): File "/home/user/Downloads/radio/chirp/chirp-daily-20160802/chirp/ui/clone.py", line 249, in run self.__radio.sync_in() File "/home/user/Downloads/radio/chirp/chirp-daily-20160802/chirp/drivers/uv5r.py", line 675, in sync_in self._mmap = _do_download(self) File "/home/user/Downloads/radio/chirp/chirp-daily-20160802/chirp/drivers/uv5r.py", line 491, in _do_download radio_version = _get_radio_firmware_version(radio) File "/home/user/Downloads/radio/chirp/chirp-daily-20160802/chirp/drivers/uv5r.py", line 467, in _get_radio_firmware_version block2 = _read_block(radio, 0x1F00, 0x40, False) File "/home/user/Downloads/radio/chirp/chirp-daily-20160802/chirp/drivers/uv5r.py", line 436, in _read_block "Radio refused to send second block 0x%04x" % start) RadioError: Radio refused to send second block 0x1f00 --------------------------- does anybody have any idea's what to try next? i dont know python and cant really follow the code in the driver anyway!
On Tue, Aug 9, 2016 at 9:10 AM, stephen johnston chirp_users@intrepid.danplanet.com wrote:
i know this radio is not supported yet,
i have some info to help driver writers.
the "magic string" is: "\x50\xBB\xFF\x20\x14\x11\x22"
and the firmware is: ["HDBF230"]
Not exactly. That is what the radio reports with the [3] + Power-On message, but that isn't what the radio identified itself as part of the cloning process.
I have a UV-6R and have had it cloning with CHIRP for some time. Its upper memory layout is quite different from a UV-5R and I haven't had time to sort it out.
I have had some time the last few days so I have been working on this. I am now close to releasing a patch to support this model.
Jim KC9HI
participants (2)
-
Jim Unroe
-
stephen johnston