New Model #247
closedICOM IC-T7H
0%
Description
After editing the _model line for the IC-Q7A, I got a pretty clean download. It didn't catch skips or cleared memories, but frequencies and tones were all fine. Upload, however, totally scrambles the memories and fails out with:
Clone thread started -- Exception: -- Traceback (most recent call last): File "/home/epall/chirp-0.2.2/chirpui/clone.py", line 220, in run self.__radio.sync_out() File "/home/epall/chirp-0.2.2/chirp/icf.py", line 529, in sync_out clone_to_radio(self) File "/home/epall/chirp-0.2.2/chirp/icf.py", line 349, in clone_to_radio raise errors.RadioError("Did not get clone result from radio") RadioError: Did not get clone result from radio ------ Clone failed: Did not get clone result from radio Clone thread ended
Files
Updated by Eric Wolak almost 13 years ago
- File t7h_download.txt t7h_download.txt added
Attached is the log of downloading from the radio.
Updated by Eric Wolak almost 13 years ago
I'm hacking away on a t7h configuration, but it'd be great to do it in a real clone. What's the repo URL for this project?
Updated by Dan Smith almost 13 years ago
Check out the Developers page. Should have links to everything you need.
We'd be glad to have you decode the T7H format. Icoms are fairly easy and they all use the same clone protocol. You should be able to save the image out and examine it even though chirp chokes on parsing it. A template driver is in the chirp module if you want it, but copying something else similar may be easier.
Hope to see you on the development list :)
Updated by Eric Wolak almost 13 years ago
Awesome. Found the command-line util and am going through with Hex Fiend now. Looks pretty straightforward! I think most of the issues are coming from trying to download 200 memories when I only have 60 on this sucker
Updated by Eric Wolak almost 13 years ago
I'm still puzzled by a few bitfields, but this does the job for me. I need a sleep in icf.py at line 369 after send_clone_frame to let the serial buffer flush, but I'm guessing that's a function of my system, not of the radio itself.
Updated by Dan Smith almost 13 years ago
Cool. Please send it to the devel mailing list for review.
Thanks!
Updated by Bernhard Hailer about 5 years ago
- Status changed from New to Closed
- Chirp Version changed from 0.2.2 to daily
- Equipment Loan/Gift Offered set to No
Appears to be complete.