I was wrong about the reading: it fails in read.
The value _mem.tone is 0x74 and gets IndexError as I determined with this change:
try: mem.tmode = TMODES[_mem.tmode] except: print "TMODES failed tmode is %s" % (_mem.tmode)
Clone thread ended Starting memedit tmode is 0x07 (.....111b) Exception running RadioJob: list index out of range -- Exception: -- Traceback (most recent call last): File "/usr/lib/pymodules/python2.7/chirpui/common.py", line 81, in execute Bank Index supported: False Bank supported: False result = func(*self.args, **self.kwargs) DTCS Code supported: True File "/usr/lib/pymodules/python2.7/chirp/ft60.py", line 213, in get_memory DTCS Pol supported: False Mode supported: True mem.rtone = chirp_common.TONES[_mem.tone] Offset supported: True IndexError: list index out of range Name supported: True ------
Leigh/WA5ZNU