[chirp_devel] Getting started with the Alinco DR-635
Nate Bargmann
Sun Jun 12 16:37:56 PDT 2016
Now I am getting somewhere. Apparently I didn't have the plug pressed
into the jack all the way. D'oh!
At least now I am seeing responses from the radio to the query. I've
logged the communication using chirpc and have attached it to this
message.
73, Nate
--
"The optimist proclaims that we live in the best of all
possible worlds. The pessimist fears this is true."
Ham radio, Linux, bikes, and more: http://www.n0nb.us
-------------- next part --------------
[2016-06-12 18:32:45,846] chirp.logger - DEBUG: log level=10
[2016-06-12 18:32:45,846] chirp.logger - DEBUG: CHIRP 0.3.0dev on Linux - Devuan GNU/Linux 1 (Python 2.7.9)
[2016-06-12 18:32:45,846] chirpc - INFO: opening /dev/ttyUSB0 at 9600
[2016-06-12 18:32:45,847] chirp.drivers.alinco - DEBUG: PC->R: ( 7) 'DR635\r\n'
[2016-06-12 18:32:45,861] chirp.drivers.alinco - DEBUG: R->PC: ( 6) A84D20455252
[2016-06-12 18:32:46,862] chirp.drivers.alinco - DEBUG: PC->R: ( 7) 'DR635\r\n'
[2016-06-12 18:32:46,879] chirp.drivers.alinco - DEBUG: R->PC: ( 6) '\r\nERRO'
[2016-06-12 18:32:47,881] chirp.drivers.alinco - DEBUG: PC->R: ( 7) 'DR635\r\n'
[2016-06-12 18:32:47,897] chirp.drivers.alinco - DEBUG: R->PC: ( 6) '5\r\n\r\nE'
[2016-06-12 18:32:48,898] chirp.drivers.alinco - DEBUG: PC->R: (11) 'AL~F0000R\r\n'
[2016-06-12 18:32:48,953] chirp.drivers.alinco - DEBUG: R->PC: (41) '000R\r\n\r\nA533553C0000000000000000000000000'
[2016-06-12 18:32:48,953] chirpc - ERROR: Unexpected response from radio
Traceback (most recent call last):
File "./chirpc", line 377, in <module>
radio.sync_in()
File "/home/nate/git/chirp.hg/chirp/drivers/alinco.py", line 196, in sync_in
self._mmap = self._download(self._memsize)
File "/home/nate/git/chirp.hg/chirp/drivers/alinco.py", line 138, in _download
data += self._download_chunk(addr)
File "/home/nate/git/chirp.hg/chirp/drivers/alinco.py", line 118, in _download_chunk
raise errors.RadioError("Unexpected response from radio")
RadioError: Unexpected response from radio
More information about the chirp_devel
mailing list