Re: [Hamlib-developer] (no subject)
Library to control radio transceivers and receivers
Brought to you by:
n0nb
|
From: Stephane F. <f8...@fr...> - 2005-05-11 20:42:47
|
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. |