Dear all,
I started learning Python the past time and from my understanding the Model send from the TH-F7E is weird, here the debug output:
(There is non-standard outout in I added to help me understand how the parts fit together)
[2015-06-28 16:23:10,581] chirp.drivers.kenwood_live - INFO: Trying ID at baud 9600 with delimiter "('\r', ' ')"
[2015-06-28 16:23:10,619] chirp.drivers.kenwood_live - DEBUG: PC->RADIO: ID
[2015-06-28 16:23:10,640] chirp.drivers.kenwood_live - DEBUG: RADIO->PC: E^MID TH-F7^ME^ME
[2015-06-28 16:23:10,640] chirp.detect - DEBUG: detect_kenwoodlive_radio called on Port /dev/ttyUSB0
[2015-06-28 16:23:10,641] chirp.detect - DEBUG: serial set to Serial<id=0x7fac8f7d3f10, open=True>(port='/dev/ttyUSB0', baudrate=9600, bytesize=8, parity='N', stopbits=1, timeout=0.5, xonxoff=False, rtscts=False, dsrdtr=False)
[2015-06-28 16:23:10,641] chirp.detect - DEBUG: got r_id TH-F7^ME^ME
[2015-06-28 16:23:10,908] chirp.detect - DEBUG: rclass.VENDOR Yaesu
That explaines why the console output looks scrambled:
RROR: ----------------------------
INFO: Trying ID at baud 9600 with delimiter "('\r', ' ')"
E' bye --- Exception Dialog: Unsupported model 'TH-F7
ERROR: Traceback (most recent call last):
File "/home/chi/LANG/python/chirp/chirp-daily-20150616/chirp/ui/clone.py", line 175, in run
cs.radio_class = detect.DETECT_FUNCTIONS[vendor](cs.port)
File "/home/chi/LANG/python/chirp/chirp-daily-20150616/chirp/detect.py", line 108, in detect_kenwoodlive_radio
raise errors.RadioError("Unsupported model '%s' bye" % r_id)
E' byerror: Unsupported model 'TH-F7
ERROR: ----------------------------
Not sure how to continue now
73 Christian = DG7PC