[chirp_users] Chirp 0.1.12 - difficulty with IC-V82
Hi all, I haven't played for a bit, so I tried 0.1.12 on my ICOM and it's not syncing with the radio :-(
-- --- Exception Dialog: Out of sync with radio --- Traceback (most recent call last): File "/home/simon/chirp-0.1.12/chirpui/clone.py", line 167, in run cs.radio_class = detect.DETECT_FUNCTIONS[vendor](cs.port) File "/home/simon/chirp-0.1.12/chirp/detect.py", line 73, in detect_icom_radio result = _detect_icom_radio(s) File "/home/simon/chirp-0.1.12/chirp/detect.py", line 41, in _detect_icom_radio md = icf.get_model_data(s) File "/home/simon/chirp-0.1.12/chirp/icf.py", line 129, in get_model_data frames = stream.get_frames() File "/home/simon/chirp-0.1.12/chirp/icf.py", line 123, in get_frames return self._process_frames() File "/home/simon/chirp-0.1.12/chirp/icf.py", line 80, in _process_frames raise errors.InvalidDataError("Out of sync with radio") InvalidDataError: Out of sync with radio ---------------------------- --
I believe the cable/serial port is good as I can use tk500 on my scanner. I am starting chirpw without entering clone mode on the radio.
Any suggestions? Is there a way to disable auto-detection?
Simon
Hi,
Sorry for the extreme delay in responding. I was on vacation last week and had a lot to catch up on this week.
File "/home/simon/chirp-0.1.12/chirp/icf.py", line 80, in _process_frames raise errors.InvalidDataError("Out of sync with radio") InvalidDataError: Out of sync with radio
This is (on Linux) most likely due to something else already having the serial port open when CHIRP tries to use it.
Have you looked at "lsof | grep $serialport" to see if anything else has it open?
Any suggestions? Is there a way to disable auto-detection?
Detection isn't the problem here, but no, there isn't for Icom radios.
participants (2)
-
Dan Smith
-
simon@mungewell.org