Martin, AA6E | 2 May 2005 00:16
Picon

serializing the serial port?

I've made some tests of running gMFSK and xlog together with my Orion
using hamlib.  Also, I have a few widgets that talk to the Orion
separately.  Eventually xlog dies.

What's the Party Line about multiple applications accessing a rig?  I
see some comments about re-entrancy in the rig driver, but I am sure
that it is not truly re-entrant.  In any case a rig command / response
has to be atomic. Perhaps there is need for a module that takes
"parallel" requests and serializes them for the rig?  Or what?

73, Martin

--

-- 
martin.ewing <at> gmail.com
http://blog.aa6e.net

-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r 
Tomi Manninen | 2 May 2005 10:50
Picon
Favicon

Re: serializing the serial port?

On Sun, 1 May 2005, Martin, AA6E wrote:

> What's the Party Line about multiple applications accessing a rig?  I
> see some comments about re-entrancy in the rig driver, but I am sure
> that it is not truly re-entrant.  In any case a rig command / response
> has to be atomic. Perhaps there is need for a module that takes
> "parallel" requests and serializes them for the rig?  Or what?

Isn't this (oon of the) reason(s) rpc.rigd exists?

--

-- 
Tomi Manninen / OH2BNS / KP20JF74

-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
Serge Pashenkov | 3 May 2005 04:53

Yeasu FT1000D try

	All,

Attached is a patch for ft990.[ch] files to make FT-1000D work. I've done
minimal testing, basically rigctl can set and get freq and mode. Also, xlog
seems to be happy with this library now.

I'm ready to do more testing but I need to know what to do. Also, I think
the way I did the change is not the best way, but it was quickest for me to
try.

Let me know what are next steps, and thanks.

	serge
Attachment (hamlib.yaesu.patch): application/octet-stream, 2631 bytes
Berndt Josef Wulf | 3 May 2005 14:34
Picon

Re: Yeasu FT1000D try

On Tuesday 03 May 2005 12:23, Serge Pashenkov wrote:
>  All,
>
> Attached is a patch for ft990.[ch] files to make FT-1000D work. I've done
> minimal testing, basically rigctl can set and get freq and mode. Also, xlog
> seems to be happy with this library now.
>
> I'm ready to do more testing but I need to know what to do. Also, I think
> the way I did the change is not the best way, but it was quickest for me to
> try.
>
> Let me know what are next steps, and thanks.
>
>  serge

It may be better to, since there is someone with actual hardware, to separate 
FT990 and FT1000D at this point of time as there are other functionalities 
that need to be considered to get the most out of the FT1000D, e.g. full 
duplex dual VFO etc.

cheerio Berndt
--

-- 
Every man who says frankly and fully what he thinks is doing a public service.
[Leslie Stephen]

-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
(Continue reading)

Bob Nielsen | 7 May 2005 06:36

Only some apps are working with hamlib

I have hamlib 1.2.4 installed and have tried a number of applications. 
Both grig and rigctl appear to work fine with my Kenwood TS-570D, but if
I try to use either TLF (0.9.23) or Xlog (1.2.1) I get errors
indicating that hamlib is not successfully communicating with the radio. 
I've double-checked that the same rig and serial port settings are used
in each case.  Any ideas on how I could troubleshoot this further?

Libranet Linux 2.8.1
kernel 2.4.26
1.2 GHz Celeron, 320MB RAM.

73, Bob N7XY

-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
Geert De Coninck | 11 May 2005 14:58
Picon
Favicon

(no subject)

----- Original Message -----
To: ONL4234
Sent: Wednesday, May 11, 2005 2:50 PM
Subject: Fw:

 
----- Original Message -----
Sent: Wednesday, May 11, 2005 2:42 PM

Hello,
 
We are developing a C++ Builder 6.0 program to control a WJ8888.
 
Writing down the software code is not a problem because this is allmost done.
 
This radio has two IO interface possibilities :
        SYNCHRONOUS IO
        ASYNCHRONOUS IO
 
My brother who owns a WJ8888 has a SYNCHRONOUS IO BOARD.
 
Now we have the following questions :
 
        Do you know perhaps a link where to find and old ASYNCHRONOUS BOARDS FOR WJ8888?
        Or where to find the manual which describes the SYNCHRONOUS PROTOCOL or
        print layout.
 
Our software is written completly and ASYNCHRONOUS MODE should be ready, but will
offcourse not work with the SYNCHRONOUS BOARD.
We have look at the SYNCHRONOUS MODE using a SYNCH-ASYNCH converter.
But there are still black areas we don't know for sure because SYNCH is not that easy as ASYNCH.
 
Any information about this & other will be highly appreciated,
 
Kind regards & hope to be in contact again,
Geert De Coninck
Antwerp
Belgium
 
       
Stephane Fillod | 11 May 2005 22:42
Picon
Favicon

Re: (no subject)

Hi,

On Wed, May 11, 2005 at 02:58:05PM +0200, Geert De Coninck wrote:
> Hello,
> 
> We are developing a C++ Builder 6.0 program to control a WJ8888.

Are you writing the WJ8888 on your own, or are you using the Hamlib
backend to control the radio?

> Writing down the software code is not a problem because this is allmost done.

Care to contribute some code to the WJ backend?
If you're using some parts of Hamlib code, don't forget the license is
LGPL.

> This radio has two IO interface possibilities :
>         SYNCHRONOUS IO
>         ASYNCHRONOUS IO
> 
> My brother who owns a WJ8888 has a SYNCHRONOUS IO BOARD.
> 
> Now we have the following questions :
> 
>         Do you know perhaps a link where to find and old ASYNCHRONOUS BOARDS FOR WJ8888?
>         Or where to find the manual which describes the SYNCHRONOUS PROTOCOL or
>         print layout.

Try your luck on http://mods.dk, manual section, or maybe on premium
radio's web site.

> Our software is written completly and ASYNCHRONOUS MODE should be ready, but will
> offcourse not work with the SYNCHRONOUS BOARD.

Quick question: how do you hook up the SYNCHRONOUS IO to a standard PC?
To my understanding, PC's only have UART, which are asynchronous.

> We have look at the SYNCHRONOUS MODE using a SYNCH-ASYNCH converter. 
> But there are still black areas we don't know for sure because SYNCH is not that easy as ASYNCH.

The sync-asynch would be the way to go. 
If the sync speed is slow enough, you may also play bit banging on the
parallel port or using the control signals of the serial port.
Some Hamlib backends are doing it for rigs controllable on SPI bus and
alike.

Best Regards,
--

-- 
Stéphane

PS: when writing to a mailing list without being subscribed to it, don't
forget to ask for Cc: in your mail.

-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click
Martin, AA6E | 14 May 2005 00:39
Picon

article on hamlib

I have an article about the hamlib project on my weblog
(blog.aa6e.net), some of which will appear in a future QST.  Your
comments or suggestions are welcome.  Sorry if I mischaracterized
anything, but I'm sure you'll let me know!

"There is no bad publicity."

73, Martin
--

-- 
martin.ewing <at> gmail.com
http://blog.aa6e.net

-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_ids93&alloc_id281&op=click
Nate Bargmann | 14 May 2005 05:13

Re: article on hamlib

* Martin, AA6E <martin.ewing <at> gmail.com> [2005 May 13 17:46 -0500]:
> I have an article about the hamlib project on my weblog
> (blog.aa6e.net), some of which will appear in a future QST.  Your
> comments or suggestions are welcome.  Sorry if I mischaracterized
> anything, but I'm sure you'll let me know!
> 
> "There is no bad publicity."
> 
> 73, Martin

It looks very good, Martin.  The only nit I can lodge is that I would
replace Netscape with Mozilla in your second paragraph.  While the
current versions of Netscape are derived from the Mozilla code base,
AOL does not make all its customizations open source.  And all versions
prior to Netscape 6.0 were closed/proprietary source.

Perhaps even better than mentioning Mozilla, you might like to mention
Open Office in its place.  This gives three separate areas of
software--OS, web, and office suite.

73, de Nate >>

--

-- 
 Wireless | Amateur Radio Station N0NB          |  Successfully Microsoft
  Amateur radio exams; ham radio; Linux info  <at>   | free since January 1998.
             http://www.qsl.net/n0nb/           |  "Debian, the choice of
             My Kawasaki KZ-650 SR  <at>             |     a GNU generation!"
        http://www.networksplus.net/n0nb/       |   http://www.debian.org

-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click
Martin, AA6E | 14 May 2005 05:52
Picon

Re: article on hamlib

Nate,

Quite right about Netscape.  I'd mention OO.org, but most ham readers
probably don't know about it. (They should.  Cheap is good, right? :-)

Some day, somewhere we should have a Linux/FOSS column in a major ham
magazine -- right next to the embedded systems column. But computers
means Windows for most of the brethren.

73, Martin AA6E

On 5/13/05, Nate Bargmann <n0nb <at> networksplus.net> wrote:

> It looks very good, Martin.  The only nit I can lodge is that I would
> replace Netscape with Mozilla in your second paragraph.  While the
> current versions of Netscape are derived from the Mozilla code base,
> AOL does not make all its customizations open source.  And all versions
> prior to Netscape 6.0 were closed/proprietary source.
> 
> Perhaps even better than mentioning Mozilla, you might like to mention
> Open Office in its place.  This gives three separate areas of
> software--OS, web, and office suite.
> 
> 73, de Nate >>
> 
> --
>  Wireless | Amateur Radio Station N0NB          |  Successfully Microsoft
>   Amateur radio exams; ham radio; Linux info  <at>   | free since January 1998.
>              http://www.qsl.net/n0nb/           |  "Debian, the choice of
>              My Kawasaki KZ-650 SR  <at>             |     a GNU generation!"
>         http://www.networksplus.net/n0nb/       |   http://www.debian.org
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by Oracle Space Sweepstakes
> Want to be the first software developer in space?
> Enter now for the Oracle Space Sweepstakes!
> http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click
> _______________________________________________
> Hamlib-developer mailing list
> Hamlib-developer <at> lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/hamlib-developer
> 

--

-- 
martin.ewing <at> gmail.com
http://blog.aa6e.net

-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_ids93&alloc_id281&op=click

Gmane