Bug #3387
closedFT-2900E, can't get past header
0%
Description
Hello,
I'm not able to read my FT-2900E. The debug log follows.
All I could see was that the header is slightly different from the one coded in ft2900.py ?
I'm under windows here, if that matters somehow...
ft2900.py:
IDBLOCK = "\x56\x43\x32\x33\x00\x02\x46\x01\x01\x01"
my ft2900:
56 43 32 33 00 02 c7 01 01 01
here's the relevant debug log:
[2016-02-24 18:54:40,549] chirp.ui.reporting - DEBUG: Checking for updates
[2016-02-24 18:54:41,766] chirp.ui.reporting - DEBUG: Server reports version daily-20160224 is latest
[2016-02-24 18:55:07,809] chirp.ui.mainapp - DEBUG: User selected Yaesu FT-2900E/1900E on port COM16
[2016-02-24 18:55:07,989] chirp.ui.clone - DEBUG: Clone thread started
[2016-02-24 18:55:07,990] chirp.drivers.ft2900 - DEBUG: in _download
[...]
[2016-02-24 18:55:11,506] chirp.drivers.ft2900 - DEBUG: Header:
000: 56 43 32 33 00 02 c7 01 VC23....
008: 01 01 00 00 00 00 00 00 ........
[2016-02-24 18:55:11,506] chirp.drivers.ft2900 - DEBUG: len(header) = 10
[...]
[2016-02-24 18:55:13,019] chirp.ui.reporting - DEBUG: Reporting exception
[2016-02-24 18:55:13,019] chirp.ui.common - ERROR: -- Exception: --
[2016-02-24 18:55:13,019] chirp.ui.common - ERROR: Traceback (most recent call last):
File "chirp\ui\clone.pyo", line 238, in run
File "chirp\drivers\ft2900.pyo", line 448, in sync_in
RadioError: Failed to communicate with radio: Failed to read header
[2016-02-24 18:55:13,019] chirp.ui.common - ERROR: ----------------
[2016-02-24 18:55:13,019] chirp.ui.clone - ERROR: Clone failed: Failed to communicate with radio: Failed to read header
[2016-02-24 18:55:13,028] chirp.ui.clone - DEBUG: Clone thread ended
[2016-02-24 18:55:13,030] chirp.ui.reporting - DEBUG: Reporting model usage: Yaesu_FT-2900E/1900E,download,True
[2016-02-24 18:55:13,032] chirp.ui.inputdialog - ERROR: --- Exception Dialog: Failed to communicate with radio: Failed to read header ---
[2016-02-24 18:55:13,032] chirp.ui.inputdialog - ERROR: Traceback (most recent call last):
File "chirpw", line 66, in
AttributeError: 'NoneType' object has no attribute 'split'
Files