Re: [wsjt-devel] Rig control problem with RigBlaster

2014-11-26 Thread Michael Black
Here's what should be the final version. Running fine here in all split modes. And remember I said the serial patch you sent me is working fine too. Mike W9MDB /* * Hamlib TenTenc backend - TT-588 description * Copyright (c) 2003-2009 by Stephane Fillod * Modifications 2014 by Michael

Re: [wsjt-devel] Rig control problem with RigBlaster

2014-11-26 Thread Bill Somerville
ille [mailto:g4...@classdesign.com] *Sent:* Tuesday, November 25, 2014 1:27 PM *To:* wsjt-devel@lists.sourceforge.net *Subject:* Re: [wsjt-devel] Rig control problem with RigBlaster On 25/11/2014 19:11, Michael Black wrote: Hi Mike, Also…I'll take another look at real split mode….I had start

Re: [wsjt-devel] Rig control problem with RigBlaster

2014-11-26 Thread Michael Black
7;t it work?" Mike W9MDB From: Bill Somerville [mailto:g4...@classdesign.com] Sent: Tuesday, November 25, 2014 1:27 PM To: wsjt-devel@lists.sourceforge.net Subject: Re: [wsjt-devel] Rig control problem with RigBlaster On 25/11/2014 19:11, Michael Black wrote: Hi Mike, Also.I'l

Re: [wsjt-devel] Rig control problem with RigBlaster

2014-11-25 Thread Bill Somerville
they are limited. Mike W9MDB 73 Bill G4WJS. *From:*Bill Somerville [mailto:g4...@classdesign.com] *Sent:* Tuesday, November 25, 2014 12:03 PM *To:* wsjt-devel@lists.sourceforge.net *Subject:* Re: [wsjt-devel] Rig control problem with RigBlaster On 25/11/2014 17:49, Michael Black wrote: Hi Mik

Re: [wsjt-devel] Rig control problem with RigBlaster

2014-11-25 Thread Michael Black
Also.I'll take another look at real split mode..I had started but not finished that. Mike W9MDB From: Bill Somerville [mailto:g4...@classdesign.com] Sent: Tuesday, November 25, 2014 12:03 PM To: wsjt-devel@lists.sourceforge.net Subject: Re: [wsjt-devel] Rig control problem with RigBl

Re: [wsjt-devel] Rig control problem with RigBlaster

2014-11-25 Thread Michael Black
imeout at least works. Only the OMNI VII is listed as alpha in the Tentec series. Mike W9MDB From: Bill Somerville [mailto:g4...@classdesign.com] Sent: Tuesday, November 25, 2014 12:03 PM To: wsjt-devel@lists.sourceforge.net Subject: Re: [wsjt-devel] Rig control problem with RigBlaster On 2

Re: [wsjt-devel] Rig control problem with RigBlaster

2014-11-25 Thread Bill Somerville
On 25/11/2014 17:49, Michael Black wrote: Hi Mike, The attached omnivii.c and the serial patch you sent me and the resulting 1.5 head version r4635 works on Windows 7, Windows 10 9879, and Bert Hyman W0RSB reports it works for him too. OK. We need to work up a pull request for the hamlib develope

Re: [wsjt-devel] Rig control problem with RigBlaster

2014-11-25 Thread Michael Black
The attached omnivii.c and the serial patch you sent me and the resulting 1.5 head version r4635 works on Windows 7, Windows 10 9879, and Bert Hyman W0RSB reports it works for him too. I'm running the latest Log4OM, JTAlert, and HRD 6 beta on Windows 10 which I've found runs 98% of all software tha

Re: [wsjt-devel] Rig control problem with RigBlaster

2014-11-24 Thread Bill Somerville
ilto:g4...@classdesign.com] Sent: Monday, November 24, 2014 5:10 PM To: wsjt-devel@lists.sourceforge.net Subject: Re: [wsjt-devel] Rig control problem with RigBlaster On 24/11/2014 22:51, Michael Black wrote: Hi Mike, You referred to me to whatever version this is which I assume is the hamlib3 custom one

Re: [wsjt-devel] Rig control problem with RigBlaster

2014-11-24 Thread Michael Black
ow. > Mike W9MDB > > -Original Message- > From: Bill Somerville [mailto:g4...@classdesign.com] > Sent: Monday, November 24, 2014 4:38 PM > To: wsjt-devel@lists.sourceforge.net > Subject: Re: [wsjt-devel] Rig control problem with RigBlaster > > On 24/11/2014 22:27, Micha

Re: [wsjt-devel] Rig control problem with RigBlaster

2014-11-24 Thread Bill Somerville
; -Original Message- > From: Bill Somerville [mailto:g4...@classdesign.com] > Sent: Monday, November 24, 2014 4:38 PM > To: wsjt-devel@lists.sourceforge.net > Subject: Re: [wsjt-devel] Rig control problem with RigBlaster > > On 24/11/2014 22:27, Michael Black wrote: > Hi

Re: [wsjt-devel] Rig control problem with RigBlaster

2014-11-24 Thread Michael Black
2014 4:38 PM To: wsjt-devel@lists.sourceforge.net Subject: Re: [wsjt-devel] Rig control problem with RigBlaster On 24/11/2014 22:27, Michael Black wrote: Hi Mike, > The string length logic seems a bit inconsistent on hamlib. > It looks to me like all rigs that use hamlib serial com should b

Re: [wsjt-devel] Rig control problem with RigBlaster

2014-11-24 Thread Bill Somerville
On 24/11/2014 22:27, Michael Black wrote: Hi Mike, > The string length logic seems a bit inconsistent on hamlib. > It looks to me like all rigs that use hamlib serial com should be having > problems. > > I checked some other rigs and it appears they should have similar problems > with truncated res

Re: [wsjt-devel] Rig control problem with RigBlaster

2014-11-24 Thread Michael Black
The string length logic seems a bit inconsistent on hamlib. It looks to me like all rigs that use hamlib serial com should be having problems. I checked some other rigs and it appears they should have similar problems with truncated responses. If you read_string() with a correct expected length f

Re: [wsjt-devel] Rig control problem with RigBlaster

2014-11-24 Thread Michael Black
I tested reducing the expected response on the ?N command from 3 to 2...and instead of getting back 2 bytes I only got 1. This behavior doesn't make a lot of sense. So I'm going to ignore the length on ?N and see how that works. Mon Nov 24 18:58:12 2014 GMT(C:\JTSDK-QT\src\wsjtx\HamlibTransceiver

Re: [wsjt-devel] Rig control problem with RigBlaster

2014-11-24 Thread Michael Black
Hmmm...termio on Winodws seems quite unstable...sounds a bit like it's related to the Kenwood problem too.I can test all these commands in C# and they get the expected response so I'm quite confident it's not any hardware related issue or the radio. I get the same results on Windows 7 64bit an

Re: [wsjt-devel] Rig control problem with RigBlaster

2014-11-24 Thread Michael Black
design.com] Sent: Monday, November 24, 2014 9:06 AM To: wsjt-devel@lists.sourceforge.net Subject: Re: [wsjt-devel] Rig control problem with RigBlaster On 24/11/2014 14:58, Michael Black wrote: Hi Mike, > I'm working on it right now...hope to have a fixed hamlib omnivii.c today. > It was

Re: [wsjt-devel] Rig control problem with RigBlaster

2014-11-24 Thread Alois Windpassinger
well, John, I have two Rigblaster-interfaces running on my two Kenwood Radios: The Advantage is connected to my TS440SAT and the Rigblaster Blue is on my TS950S. When I first tried to connect the Advantage via the built-in RS-232-port to the Kenwood via the socalled "poor man´s interface (a resisto

Re: [wsjt-devel] Rig control problem with RigBlaster

2014-11-24 Thread Bill Somerville
; From: Bill Somerville [mailto:g4...@classdesign.com] > Sent: Monday, November 24, 2014 5:16 AM > To: wsjt-devel@lists.sourceforge.net > Subject: Re: [wsjt-devel] Rig control problem with RigBlaster > > On 24/11/2014 09:22, John Nelson wrote: > Hi John, >> Is any one fam

Re: [wsjt-devel] Rig control problem with RigBlaster

2014-11-24 Thread Michael Black
rt I would suspect/hope that the other models have the same problem. The extra byte has something to with the serial port reading logic. Mike W9MDB -Original Message- From: Bill Somerville [mailto:g4...@classdesign.com] Sent: Monday, November 24, 2014 5:16 AM To: wsjt-devel@lists.sou

Re: [wsjt-devel] Rig control problem with RigBlaster

2014-11-24 Thread Bill Somerville
On 24/11/2014 09:22, John Nelson wrote: Hi John, > Is any one familiar with the use of WSJT-X with a RigBlaster interface to a > Ten Tec Omni VII? Mike W9MDB reported issues with using a direct hamlib connection to his Omni VII, I believe he was looking into the cause. > > I have someone who repo

Re: [wsjt-devel] Rig control problem with RigBlaster

2014-11-24 Thread John Nelson
Is any one familiar with the use of WSJT-X with a RigBlaster interface to a Ten Tec Omni VII? I have someone who reports rig_open errors with drivers recommended by WestMountain Radio. --- John G4KLA -- Download BIRT iH