|
VK7AX > UIVIEW 30.12.07 23:18l 344 Lines 12733 Bytes #999 (0) @ VKNET
BID : VK7AX-2312HH
Read: GUEST
Subj: [ui-view] Digest Number 4357
Path: IZ3LSV<IW2OAZ<IK2XDE<ON4HU<ON0BEL<CX2SA<ZL2BAU<VK7NW
Sent: 071223/0124Z @:VK7NW.#ULV.TAS.AUS.OC #:33459 [NWTARIG] FBB7.00g $:VK7AX-2
From: VK7AX@VK7NW.#ULV.TAS.AUS.OC
To : UIVIEW@VKNET
There are 10 messages in this issue.
Topics in this digest:
1a. Re: [SPAM][ui-view] Belkin USB to Serial Adaptor
From: Terry Palmer
1b. Re: [SPAM][ui-view] Belkin USB to Serial Adaptor
From: Wes Johnston, AI4PX
1c. Re: Belkin USB to Serial Adaptor
From: Barry Hiddema
1d. Belkin USB to Serial Adaptor
From: Stephen H. Smith
1e. Re: Belkin USB to Serial Adaptor
From: Barry Hiddema
2a. UI-Weather Question
From: Tim Smith
2b. Re: UI-Weather Question
From: Ed Tesson
2c. Re: UI-Weather Question
From: Tim Smith
2d. Re: UI-Weather Question
From: Andy Pritchard
3a. Re: UI-NWS problems
From: That Hippie Guy
Messages
________________________________________________________________________
1a. Re: [SPAM][ui-view] Belkin USB to Serial Adaptor
Posted by: "Terry Palmer" terrypalmer2@compuserve.com terrypalmer2
Date: Fri Dec 21, 2007 6:54 am ((PST))
I find the ONLY reliable USB to Serial adaptors to be from Keyspan; Belkins are trash.
And Keyspan has just come out with Vista driver.
Terry K1LCH
Messages in this topic (8)
________________________________________________________________________
1b. Re: [SPAM][ui-view] Belkin USB to Serial Adaptor
Posted by: "Wes Johnston, AI4PX" wes@ai4px.com ai4px
Date: Fri Dec 21, 2007 7:33 am ((PST))
Danger willl robinson....
I bought a handfull of some $17 usb serial adapters which are based on the
prolific chipset.
http://www.usbgear.com/computer_cable_details.cfm?sku=U232-P9AP&cats=199&catid=199%2C601%2C461
They work fine for normal serial TNC comms, but do not work with KISS mode.
The best I can figure, they do not send all characters in the buffer, they
leave ONE character in the buffer unsent. In normal serial TNC comms, you
send your line of text and a CR LF. The CR makes it but the LF stays in the
buffer.... yes, it's sent eventually when you send the next line of text so
it's not really a problem. HOWEVER when you send KISS mode packets, they
must end with the character $C0 and the packet won't be sent until that
character is recieved... which is the next time a packet is sent, so your
packets are always one packet behind where you think they are. Also, a
friend is using one of these to key the radio on his home station and had to
increase his txdelay by over 200mS above normal to have his packets
decoded... I think this is due to latency in the USB interface side of
things... the on air packet sounds normal.
I don't really have any experience with other chipsets on these devices.
Wes
On 12/21/07, Terry Palmer <terrypalmer2@compuserve.com> wrote:
> >
> > I find the ONLY reliable USB to Serial adaptors to be from Keyspan;
> > Belkins are trash.
> >
> > And Keyspan has just come out with Vista driver.
> >
> > Terry K1LCH
-- Some people's minds are so open, their brains fall out. [Non-text portions of this message have been removed] Messages in this topic (8) ________________________________________________________________________ 1c. Re: Belkin USB to Serial Adaptor Posted by: "Barry Hiddema" blh10@sbcglobal.net bhiddema Date: Fri Dec 21, 2007 10:30 am ((PST)) In my opinion the Prolific USB to Serial adapters work very well. I use three of them simultaneously with UI-View, IC7000bkt Icom 7000 Computer Control, and RS91 Icom IC 91AD programming software. With the driver software you can set the com port number to just about anything you want. Barry W5BLH -----Original Message----- From: ui-view@yahoogroups.com [mailto:ui-view@yahoogroups.com] On Behalf Of Terry Palmer Sent: Friday, December 21, 2007 8:48 AM To: ui-view@yahoogroups.com Subject: Re: [SPAM][ui-view] Belkin USB to Serial Adaptor I find the ONLY reliable USB to Serial adaptors to be from Keyspan; Belkins are trash. And Keyspan has just come out with Vista driver. Terry K1LCH [Non-text portions of this message have been removed] Please see <http://www.apritch.myby.co.uk/uiv32.htm> for UI-View registration information. Precision Mapping version 8 works with UI-View32; the necessary additional PMapServer7 is available for download at <http://www.ui-view.org>. At <http://wa8lmf.net/aprs/UIview_Notes.htm>, you will find useful hints and info for your UI-View setup and use. Yahoo! Groups Links Messages in this topic (8) ________________________________________________________________________ 1d. Belkin USB to Serial Adaptor Posted by: "Stephen H. Smith" wa8lmf@aol.com edacs450 Date: Fri Dec 21, 2007 11:24 am ((PST)) Barry Hiddema wrote:
> > In my opinion the Prolific USB to Serial adapters work very well. I use
> > three of them simultaneously with UI-View, IC7000bkt Icom 7000 Computer
> > Control, and RS91 Icom IC 91AD programming software. With the driver
> > software you can set the com port number to just about anything you want.
> >
> > Barry W5BLH
> >
> >
I assume you are using them in ASCII character mode, where every line is
terminated in a <CR> <LF> pair.
The problem with the last received character not being flushed out of
the USB-serial buffer, until another character is received, doesn't
really arise in common line-at-a-time ASCII operation.
Have you tried using them in KISS or purely binary modes that don't have
the >CR><LF> double delimiter at the end of each line or block of data?
--
Stephen H. Smith wa8lmf (at) aol.com
EchoLink Node: 14400 [Think bottom of the 2M band]
Home Page: http://wa8lmf.com --OR-- http://wa8lmf.net
Messages in this topic (8)
________________________________________________________________________
1e. Re: Belkin USB to Serial Adaptor
Posted by: "Barry Hiddema" blh10@sbcglobal.net bhiddema
Date: Sat Dec 22, 2007 1:22 am ((PST))
-----Original Message-----
From: ui-view@yahoogroups.com [mailto:ui-view@yahoogroups.com] On Behalf Of Stephen H. Smith
Sent: Friday, December 21, 2007 1:24 PM
(snip)
> >
> >Have you tried using them in KISS or purely binary modes that don't
> >have the >CR><LF> double delimiter at the end of each line or block
> >of data?
I use it in the KISS mode for airmail and AGWPE.
Barry W5BLH
Messages in this topic (8)
________________________________________________________________________
________________________________________________________________________
2a. UI-Weather Question
Posted by: "Tim Smith" tsmith_groups@mattapoisett.org rt_smith
Date: Fri Dec 21, 2007 7:15 am ((PST))
I recently purchased a Lacrosse WS-2315 weather station to support my
APRS weather feed. I downloaded and installed UI-Weather and
everything seemed to install nicely but I appear to have a config
problem. When I run UI-Weather and select Ws2300 as the station,
enable ws-2300 and confirm the C:\heavyweather path, the display seems
to work find. The graphic in the upper left hand corner shows that
the UI-Weather is parsing the currdat.lst file created by
HeavyWeather. My problem is that it does not seem to be creating the
uiwx.txt file each time the heavyweather file is updated.
Is there somthing obvious I've missed?
73,
Tim, N1TI
Messages in this topic (4)
________________________________________________________________________
2b. Re: UI-Weather Question
Posted by: "Ed Tesson" etesson@verizon.net ka1vcq2001
Date: Fri Dec 21, 2007 7:39 am ((PST))
Tim,
I have the Lacrosse 3610 and found that during the install or setup, the wx.txt was not created. So I manually created a "new text file" and named it wx.txt, saved in the Heavy Weather directory. Then pointed the ui-weather setup to that directory.
Mail: etesson@verizon.net
Webpage: http://www.qsl.net/ka1vcq
----- Original Message -----
From: Tim Smith
To: ui-view@yahoogroups.com
Sent: Friday, December 21, 2007 10:15 AM
Subject: [ui-view] UI-Weather Question
I recently purchased a Lacrosse WS-2315 weather station to support my
APRS weather feed. I downloaded and installed UI-Weather and
everything seemed to install nicely but I appear to have a config
problem. When I run UI-Weather and select Ws2300 as the station,
enable ws-2300 and confirm the C:\heavyweather path, the display seems
to work find. The graphic in the upper left hand corner shows that
the UI-Weather is parsing the currdat.lst file created by
HeavyWeather. My problem is that it does not seem to be creating the
uiwx.txt file each time the heavyweather file is updated.
Is there somthing obvious I've missed?
73,
Tim, N1TI
---------------------------------------------------------------------------
Messages in this topic (4)
________________________________________________________________________
2c. Re: UI-Weather Question
Posted by: "Tim Smith" tsmith_groups@mattapoisett.org rt_smith
Date: Fri Dec 21, 2007 2:45 pm ((PST))
Thanks Ed...I'll give that a try.
73,
Tim
--- In ui-view@yahoogroups.com, "Ed Tesson" <etesson@...> wrote:
> >
> > Tim,
> > I have the Lacrosse 3610 and found that during the install or setup,
the wx.txt was not created. So I manually created a "new text file"
and named it wx.txt, saved in the Heavy Weather directory. Then
pointed the ui-weather setup to that directory.
> >
> > Mail: etesson@...
> > Webpage: http://www.qsl.net/ka1vcq
Messages in this topic (4)
________________________________________________________________________
2d. Re: UI-Weather Question
Posted by: "Andy Pritchard" apritch@blueyonder.co.uk bozboing
Date: Sat Dec 22, 2007 1:49 am ((PST))
--------------------------------------------------
From: "Tim Smith" <tsmith_groups@mattapoisett.org>
Sent: Friday, December 21, 2007 3:15 PM
To: <ui-view@yahoogroups.com>
Subject: [ui-view] UI-Weather Question
> > I recently purchased a Lacrosse WS-2315 weather station to support my
> > APRS weather feed. I downloaded and installed UI-Weather and
> > everything seemed to install nicely but I appear to have a config
> > problem. When I run UI-Weather and select Ws2300 as the station,
> > enable ws-2300 and confirm the C:\heavyweather path, the display seems
> > to work find. The graphic in the upper left hand corner shows that
> > the UI-Weather is parsing the currdat.lst file created by
> > HeavyWeather. My problem is that it does not seem to be creating the
> > uiwx.txt file each time the heavyweather file is updated.
> >
> > Is there somthing obvious I've missed?
> >
> > 73,
> >
> > Tim, N1TI
> >
Hi Tim
You need to point UI-View32 to c:\heavyweather\wx.txt
Note:
The uiwx.txt file is used to export the historic data (manual activity) from
heavyweather into UI-Weather
Andy, M0CYP - Telford
http://www.apritch.myby.co.uk/uiview.htm
http://www.apritch.myby.co.uk/radioprop.htm
Messages in this topic (4)
________________________________________________________________________
________________________________________________________________________
3a. Re: UI-NWS problems
Posted by: "That Hippie Guy" dsrpiper@yahoo.com dsrpiper
Date: Fri Dec 21, 2007 10:31 am ((PST))
--- In ui-view@yahoogroups.com, John K9IJ <k9ij@...> wrote:
> >
> > At 05:20 PM 12/19/2007, you wrote:
>> > >When I get a weather warning on UI-NWS, the map will flicker a
bit, the
>> > >shape file will load , showing the area of the warning, then it
will
>> > >disappear. I know the shape files are all loaded in the right spot
and
>> > >I've gone over the settings several times, but I can't see any
reason
>> > >why the warnings drop away like that. Does anyone know how to fix
this.
>> > >I'm running UI-View32 on a Sony Laptop, windows 98, through the
sound
>> > >card to a Singna-Link interface.
> >
> > Closely check your date and time on the computer. If it's
significantly off,
> > UIV might be thinking the event has expired and take it off the map.
> >
> > John - K9IJ
> >
> >
> >
> > -
> >
> > John Rice K9IJ
> > k9ij@...
> > Webmaster, Network Admin, Janitor
> > http://www.k9ij.com
> > http://www.suhfars.org
> > http://www.k9ij.com:8080 APRS Webserver
> >
Ah ha, that's it !! Thanks John, I totally forgot about the internet
time client setting. It works perfectly now. Thanks very much.
Messages in this topic (3)
________________________________________________________________________
________________________________________________________________________
Please see <http://www.apritch.myby.co.uk/uiv32.htm> for UI-View registration information.
Precision Mapping version 8 works with UI-View32; the necessary additional PMapServer7 is available for download at <http://www.ui-view.org>.
At <http://wa8lmf.net/aprs/UIview_Notes.htm>, you will find useful hints and info for your UI-View setup and use.
------------------------------------------------------------------------
Read previous mail | Read next mail
| |