Advertisement
Guest User

UV-5R output denial

a guest
Mar 2nd, 2015
669
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.35 KB | None | 0 0
  1. ----------------------------
  2. User selected Baofeng UV-5R on port /dev/ttyUSB0
  3. Clone thread started
  4. Sending Magic: 000: 50 bb ff 20 12 07 25 00   P.....%.
  5.  
  6. Ident:
  7. 000: aa 30 76 04 00 05 20 dd   .0v.....
  8.  
  9. -- Exception: --
  10. Traceback (most recent call last):
  11.   File "/home/nikita/Documents/HAM/FCC Registration System_files/chirp-daily-20150301/chirpui/clone.py", line 235, in run
  12.     self.__radio.sync_in()
  13.   File "/home/nikita/Documents/HAM/FCC Registration System_files/chirp-daily-20150301/chirp/uv5r.py", line 682, in sync_in
  14.     self._mmap = _do_download(self)
  15.   File "/home/nikita/Documents/HAM/FCC Registration System_files/chirp-daily-20150301/chirp/uv5r.py", line 496, in _do_download
  16.     radio_version = _get_radio_firmware_version(radio)
  17.   File "/home/nikita/Documents/HAM/FCC Registration System_files/chirp-daily-20150301/chirp/uv5r.py", line 468, in _get_radio_firmware_version
  18.     block1 = _read_block(radio, 0x1EC0, 0x40)
  19.   File "/home/nikita/Documents/HAM/FCC Registration System_files/chirp-daily-20150301/chirp/uv5r.py", line 459, in _read_block
  20.     raise errors.RadioError("Radio refused to send block 0x%04x" % start)
  21. RadioError: Radio refused to send block 0x1ec0
  22. ------
  23. Clone failed: Radio refused to send block 0x1ec0
  24. Clone thread ended
  25. --- Exception Dialog: Radio refused to send block 0x1ec0 ---
  26. None
  27. ----------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement