Mike McIntosh | 20 Jun 2012 01:44

Icom 7600

I am unable to set up WSPR so that it talks to my Icom 7600.  I put “-c=122” and “–civaddr=122” in the handshake setup box and get the following error:

 

WSPR Version 2.11_r2263, by K1JT

Run date:   Tue Jun 19 23:42:44 2012 UTC

rig_open: error = IO error

Error attempting to set rig frequency.

rigctl -m 363 -r COM14 -s 9600 -C data_bits=8 -C stop_bits=1 -C serial_handshake=None -c civaddr=122  F 7038600

 

This problem is keeping me from getting started. 

 

Mike McIntosh

KJ4RHP

561-241-7110

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Hamlib-developer mailing list
Hamlib-developer <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hamlib-developer
Nate Bargmann | 20 Jun 2012 05:03
Picon
Favicon
Gravatar

Re: Icom 7600

* On 2012 19 Jun 21:58 -0500, Mike McIntosh wrote:
> I am unable to set up WSPR so that it talks to my Icom 7600.  I put "-c=122"
> and "-civaddr=122" in the handshake setup box and get the following error:
> 
>  
> 
> WSPR Version 2.11_r2263, by K1JT
> 
> Run date:   Tue Jun 19 23:42:44 2012 UTC
> 
> rig_open: error = IO error
> 
> Error attempting to set rig frequency.
> 
> rigctl -m 363 -r COM14 -s 9600 -C data_bits=8 -C stop_bits=1 -C
> serial_handshake=None -c civaddr=122  F 7038600

I'm not the Icom expert, but I'll take a shot.  Looking at the ic7600
backend source code, the default address is 122 (0x7a hexadecimal).
Have you tried it without the -c|--civaddr parameter?

Please try your rigctl by adding -vvvvv before the F command.

73, de 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

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
Stephane Fillod | 20 Jun 2012 10:10
Picon
Favicon

Re: Icom 7600

mar, Jun 19, 2012, Nate Bargmann skribis:
> * On 2012 19 Jun 21:58 -0500, Mike McIntosh wrote:
> > I am unable to set up WSPR so that it talks to my Icom 7600.  I put "-c=122"
> > and "-civaddr=122" in the handshake setup box and get the following error:
> > 
> > 
> > WSPR Version 2.11_r2263, by K1JT
> > 
> > Run date:   Tue Jun 19 23:42:44 2012 UTC
> > 
> > rig_open: error = IO error
> > 
> > Error attempting to set rig frequency.
> > 
> > rigctl -m 363 -r COM14 -s 9600 -C data_bits=8 -C stop_bits=1 -C
> > serial_handshake=None -c civaddr=122  F 7038600
> 
> I'm not the Icom expert, but I'll take a shot.  Looking at the ic7600
> backend source code, the default address is 122 (0x7a hexadecimal).
> Have you tried it without the -c|--civaddr parameter?

BTW, it's either -c 122, either --civaddr=122, or either -C civaddr=122
(in latter case, notice the capitalized C). The best is to pass nothing
when the CI-V address is default, as Nate suggested.

> 
> Please try your rigctl by adding -vvvvv before the F command.

Always!

Mike, you may also try to specify the serial port prefixed this way \\.\COM14

  rigctl -vvvvv -m 363 -r \\.\COM14 -s 9600 -C data_bits=8 -C stop_bits=1 -C serial_handshake=None  F 7038600

According to http://support.microsoft.com/kb/115831 this is necessary
for COM ports larger than COM9. I'm going to roll a patch for Hamlib 1.2.15.2
relieving from that burdden.

73
--

-- 
Stephane - F8CFE

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/

Gmane