Bug #4273
closed"Download from the radio" - FT7800
0%
Description
Hi, I'm executing following procedure:
- Turn radio off.
- Connect cable to DATA jack.
- Press and hold in the [MHz(PRI)] key while turning the radio on.
- Rotate the DIAL job to select "F-7 CLONE".
- Press and hold in the [BAND(SET)] key. The display will disappear for a moment, then the "CLONE" notation will appear.
- After clicking OK, press the [V/M(MW)] key to send image.
After step#6 application is reporting following error:
"ord() expected a character, but string of length 0 found"
and transceiver displays ERROR
Application is running on Windows 7 SP1
port is successfully detected as COM8
Files
Updated by Bernhard Hailer over 4 years ago
- Tracker changed from Feature to Bug
- Status changed from New to Feedback
- Target version set to chirp-legacy
- Chirp Version changed from 0.4.0 to daily
- Model affected changed from (All models) to Yaesu FT-7800
- Platform set to Windows
Have you been able to resolve this on your own since you submitted this?
Have you tried with a recent version since you submitted this?
If you haven't, and if you're still having this issue, please refer to the Wiki "How To Report Issues" and provide a debug log. Thanks!
Updated by Erik K over 4 years ago
I get the same problem with FT7800. Ubuntu 19.10, chirp daily from today . Is there a PySerial problem?
Attaching debug.log
@
$ chirpw --version
CHIRP daily-20200430 on Linux - Ubuntu 19.10 (Python 2.7.17)
@
@
[2020-05-08 14:45:05,950] chirp.ui.mainapp - INFO: Skipping existing stock config
[2020-05-08 14:45:05,950] chirp.ui.mainapp - INFO: Skipping existing stock config
[2020-05-08 14:45:05,950] chirp.ui.mainapp - INFO: Skipping existing stock config
[2020-05-08 14:45:05,950] chirp.ui.mainapp - INFO: Skipping existing stock config
[2020-05-08 14:45:05,950] chirp.ui.mainapp - INFO: Skipping existing stock config
[2020-05-08 14:45:05,950] chirp.ui.mainapp - INFO: Skipping existing stock config
[2020-05-08 14:45:05,950] chirp.ui.mainapp - INFO: Skipping existing stock config
[2020-05-08 14:45:05,951] chirp.ui.mainapp - INFO: Skipping existing stock config
[2020-05-08 14:45:05,951] chirp.ui.mainapp - INFO: Skipping existing stock config
[2020-05-08 14:45:05,951] chirp.ui.mainapp - INFO: Skipping existing stock config
[2020-05-08 14:45:05,951] chirp.ui.mainapp - INFO: Skipping existing stock config
[2020-05-08 14:45:05,951] chirp.ui.mainapp - INFO: Skipping existing stock config
[2020-05-08 14:45:05,951] chirp.ui.mainapp - INFO: Skipping existing stock config
[2020-05-08 14:45:05,952] chirp.ui.reporting - DEBUG: Checking for updates
[2020-05-08 14:45:06,893] chirp.ui.reporting - DEBUG: Server reports version daily-20200430 is latest
[2020-05-08 14:45:21,843] chirp.ui.mainapp - DEBUG: User selected Yaesu FT-7800/7900 on port /dev/ttyUSB0
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/chirp/ui/mainapp.py", line 1641, in mh
self.do_download(*args)
File "/usr/lib/python2.7/dist-packages/chirp/ui/mainapp.py", line 733, in do_download
except serial.SerialException, e:
AttributeError: 'module' object has no attribute 'SerialException'
@
Updated by Bernhard Hailer over 4 years ago
I think these are actually two different problems.
The originally reported problem was under Windows, and I would suspect a cable, connector, or USB-to-Serial driver issue.
The problem in the post above under Linux is probably a port assignment issue: is that cable really on port /dev/ttyUSB0, and does the application have access to it?
Anyhow, perhaps one of the following documents might help:
CableGuide
CableGuide FTDI OEM Cables
[RTSystemsCablesAndMavericks]
Updated by Bernhard Hailer about 4 years ago
- Status changed from Feedback to Closed
No more feedback by submitters.