Bug #5181
closedUV-82 reading problems with chirp-daily-20170714
0%
Description
I am running into issues getting Chirp to talk to my newly purchased UV82. Details below:
Firmware (#3): Version NUV82
Firmware (#6): 161102N
Driver: CH340
Chirp Version: daily-20170714
The driver seems to have been installed properly (I can see it in USB Devices, no errors are reported, tried this on Windows 7 and on OS X 10.12.x Sierra).
I am getting this in the debug.log:
[2017-09-21 23:18:47,988] chirp.ui.inputdialog - ERROR: ----------------------------
[2017-09-21 23:20:10,279] chirp.ui.mainapp - DEBUG: User selected Baofeng UV-82 on port /dev/cu.wchusbserial1420
[2017-09-21 23:20:10,287] chirp.ui.clone - DEBUG: Clone thread started
[2017-09-21 23:20:10,533] chirp.ui.reporting - DEBUG: Reporting exception
[2017-09-21 23:20:10,533] chirp.ui.common - ERROR: -- Exception: --
[2017-09-21 23:20:10,534] chirp.ui.common - ERROR: Traceback (most recent call last):
File "/private/var/folders/fq/1v9f456d2z7739cg2w0_r5m0000gn/T/AppTranslocation/206B838B-2E15-45BD-8019-73903A9AB78D/d/chirp-daily-20170714.app/Contents/Resources/chirp/chirp/ui/clone.py", line 249, in run
self.radio.sync_in()
File "/private/var/folders/fq/1v9f456d2z7739cg2w0r5m0000gn/T/AppTranslocation/206B838B-2E15-45BD-8019-73903A9AB78D/d/chirp-daily-20170714.app/Contents/Resources/chirp/chirp/drivers/uv5r.py", line 806, in sync_in
self._mmap = _do_download(self)
File "/private/var/folders/fq/1v9f456d2z7739cg2w0r5m0000gn/T/AppTranslocation/206B838B-2E15-45BD-8019-73903A9AB78D/d/chirp-daily-20170714.app/Contents/Resources/chirp/chirp/drivers/uv5r.py", line 544, in _do_download
radio_version = _get_radio_firmware_version(radio)
File "/private/var/folders/fq/1v9f456d2z7739cg2w0r5m0000gn/T/AppTranslocation/206B838B-2E15-45BD-8019-73903A9AB78D/d/chirp-daily-20170714.app/Contents/Resources/chirp/chirp/drivers/uv5r.py", line 498, in _get_radio_firmware_version
block1 = _read_block(radio, 0x1EC0, 0x40, True)
File "/private/var/folders/fq/1v9f456d2z7739cg2w0_r5m0000gn/T/AppTranslocation/206B838B-2E15-45BD-8019-73903A9AB78D/d/chirp-daily-20170714.app/Contents/Resources/chirp/chirp/drivers/uv5r.py", line 478, in _read_block
raise errors.RadioError("Unknown response from radio")
RadioError: Unknown response from radio
The error is pretty much identical between OS X and Windows 7.
I've looked through a bunch of stuff other people have reported and it looks like the error is not identical. Anyone has any ideas? My next step would be to try a different cable but before I go down that route, I'd appreciate if somebody could confirm that it's not code/firmware related.
Thanks!
Files