|
|
06-03-2010, 12:24
|
#1
|
Registered User
Join Date: Mar 2010
Location: Faro - Portugal
Boat: Sessa Oyster18 Mercury 90hp Carb
Posts: 77
|
OpenCPN Data Very Small and Difficult to View - Help, Please
Sorry for my bad English.
There is the possibility of position statements of gps and speed (knots) be larger, this is very small and difficult to view?
__________________
Best regards, Algarve...
|
|
|
06-03-2010, 12:30
|
#2
|
Registered User
Join Date: Sep 2007
Location: Almería, ES
Boat: Chiquita 46 - Libertalia
Posts: 1,558
|
This is a bit of a classic request..
O plano agora é de ter o maximo espacio possível para as mapas, como muitas pessoas já tem instrumentas grandes do gps para ver a velocidade etc. As vezes voce quer tentar os instrumentação virtual do polar navy enquanto nos estamos resolvendo isto.
How was that?
|
|
|
06-03-2010, 12:38
|
#3
|
Registered User
Join Date: Mar 2010
Location: Faro - Portugal
Boat: Sessa Oyster18 Mercury 90hp Carb
Posts: 77
|
Thanks for the brief answer.
It is true that if you want to get a better view of the cards, but other information is also useful.
__________________
Best regards, Algarve...
|
|
|
06-03-2010, 12:45
|
#4
|
Registered User
Join Date: Sep 2007
Location: Almería, ES
Boat: Chiquita 46 - Libertalia
Posts: 1,558
|
It's just the current consensus, although as I said this is a common request. Particularly with the small netbook or waterproof monitors people are using, vertical screen space is at a premium and people usually have an array of instruments to display gps / log data. Try the software I linked above to complement opencpn.
It may become configurable one day.
|
|
|
09-03-2010, 10:20
|
#5
|
Registered User
Join Date: Mar 2010
Location: Faro - Portugal
Boat: Sessa Oyster18 Mercury 90hp Carb
Posts: 77
|
Quote:
Originally Posted by idpnd
This is a bit of a classic request..
O plano agora é de ter o maximo espacio possível para as mapas, como muitas pessoas já tem instrumentas grandes do gps para ver a velocidade etc. As vezes voce quer tentar os instrumentação virtual do polar navy enquanto nos estamos resolvendo isto.
How was that?
|
Hello again,
The PolarCom is a good solution, but conflicts with the USB GPS, when connected with the polarcom, opencpn off.
Is there any way to solve this?
__________________
Best regards, Algarve...
|
|
|
11-03-2010, 10:59
|
#6
|
Marine Service Provider
Join Date: Jan 2009
Location: East of West
Posts: 252
|
Quote:
Originally Posted by Algarve
Hello again,
The PolarCom is a good solution, but conflicts with the USB GPS, when connected with the polarcom, opencpn off.
Is there any way to solve this?
|
This may be a feature request for OpenCPN? It should not be too difficult to make OpenCPN read from a socket (TCP or UDP) rather than use serial port, at least on the Unix side (and Windows ain't all that bad either). If it had that - PolarCOM, being an NMEA multiplexor, would be glad to forward data to the next application. In fact, you could run multiple applications off of the same PolarCOM.
Alternatively, you could use some sort of "virtual serial port" splitter - there are quite a few out there. For example, take a look at this: LPC Computer Consulting - Linux
The first solution would be much better integrated, of course.
|
|
|
11-03-2010, 11:04
|
#7
|
Registered User
Join Date: Sep 2007
Location: Almería, ES
Boat: Chiquita 46 - Libertalia
Posts: 1,558
|
brak, you can do that with gpsd on linux, I think Algarve is on win so it would have to be a virtual multiplexer I guess..
|
|
|
11-03-2010, 14:44
|
#8
|
Marine Service Provider
Join Date: Jan 2009
Location: East of West
Posts: 252
|
I get asked about PolarCOM and gpsd interoperability quite often. I looked into it and, surprisingly, gpsd does not seem to work that way. It can read NMEA0183 from serial port and output data in it's own (json based) protocol over a network connection. It can read data over network connection, but not in NMEA0183 format - instead it is using a protocol I am not familiar with. Bottom line - there is no multiplexor ability in it, at least not that I could find. I'd be glad to be wrong.
Windows is, as it happens, even easier in this regard - there are quite a few serial port multiplexor/virtual serial port products out there, I know of a number of users successfully working with those. A quick search on Google brings up all the relevant info.
Quote:
Originally Posted by idpnd
brak, you can do that with gpsd on linux, I think Algarve is on win so it would have to be a virtual multiplexer I guess..
|
|
|
|
11-03-2010, 16:34
|
#9
|
Registered User
Join Date: Oct 2009
Posts: 17
|
Don't know anything about polar navy, but IMHO, gpsd is specifically designed for providing gps data to multiple clients via a tcp/ip port. You should be able to listen to this port by various clients. It works beautifully on my machine (Puppy linux/ ubuntu). No need for virtual port splitters or whatever.
Gpsd can even pipe its output as NMEA sentences (see gpspipe -r) to stdout which then in turn could be piped to whatever device you want to...
Cheers, Christian
|
|
|
11-03-2010, 17:10
|
#10
|
Marine Service Provider
Join Date: Jan 2009
Location: East of West
Posts: 252
|
Quote:
Originally Posted by zenfunk
Don't know anything about polar navy, but IMHO, gpsd is specifically designed for providing gps data to multiple clients via a tcp/ip port. You should be able to listen to this port by various clients. It works beautifully on my machine (Puppy linux/ ubuntu). No need for virtual port splitters or whatever.
Gpsd can even pipe its output as NMEA sentences (see gpspipe -r) to stdout which then in turn could be piped to whatever device you want to...
Cheers, Christian
|
GPSD distributes data to other programs using it's very own protocol. This is fine for programs that decide to support that particular protocol - not so good for those that do not.
I take that back - I looked at OpenCPN code and it appears that it does talk to gpsd and, whats more - it seems to expect NMEA data from gpsd (I didn't read the code in depth, so this is from a 30 second skim over).
Well, then I'd be very grateful to anyone who can explain what needs to be done/configured/etc to get actual NMEA sentences from gpsd.
|
|
|
11-03-2010, 20:46
|
#11
|
Registered User
Join Date: Apr 2007
Location: SF Bay Area, CA, USA
Boat: Privilege 39
Posts: 664
|
Quote:
Originally Posted by brak
Well, then I'd be very grateful to anyone who can explain what needs to be done/configured/etc to get actual NMEA sentences from gpsd.
|
See "raw" mode in the gpsd manpage... But basically gpsd is just the daemon process, and to do anything useful with it, it's expected a client will be used... One of the test programs (like cgps) should be enough to dump the data for test purposes - what are you trying to do exactly?
|
|
|
11-03-2010, 23:47
|
#12
|
Registered User
Join Date: Sep 2007
Location: Almería, ES
Boat: Chiquita 46 - Libertalia
Posts: 1,558
|
trying to use it as a multiplexer. NB the OP is trying to use two gps applications on windows and needs a windows software multiplexer really
|
|
|
12-03-2010, 06:54
|
#13
|
Registered User
Join Date: Mar 2010
Location: Faro - Portugal
Boat: Sessa Oyster18 Mercury 90hp Carb
Posts: 77
|
Let's see, it is possible or not to use one GPS mouse for two different programs, for example Opencpn and PolarCom the same time? If so how do I?
__________________
Best regards, Algarve...
|
|
|
12-03-2010, 09:53
|
#14
|
Registered User
Join Date: Sep 2007
Location: Almería, ES
Boat: Chiquita 46 - Libertalia
Posts: 1,558
|
OK I'm out of my element here, would someone name a free windows software multiplexer for Alga?
|
|
|
12-03-2010, 10:05
|
#15
|
Registered User
Join Date: Oct 2009
Location: West coast of Sweden
Boat: Najad391
Posts: 169
|
You can use the VSPE irtual Serial Ports Emulator. Can be downloaded for free here:
Eterlogic - Downloads: security tools
|
|
|
|
|
Thread Tools |
Search this Thread |
|
|
Display Modes |
Rate This Thread |
Linear Mode
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
Advertise Here
Recent Discussions |
|
|
|
|
|
|
|
|
|
|
|
|
Vendor Spotlight |
|
|
|
|