<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.hardware.gps.gpsbabel.general">
    <title>gmane.comp.hardware.gps.gpsbabel.general</title>
    <link>http://permalink.gmane.org/gmane.comp.hardware.gps.gpsbabel.general</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.hardware.gps.gpsbabel.general/7011"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.hardware.gps.gpsbabel.general/7010"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.hardware.gps.gpsbabel.general/7009"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.hardware.gps.gpsbabel.general/7008"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.hardware.gps.gpsbabel.general/7007"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.hardware.gps.gpsbabel.general/7006"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.hardware.gps.gpsbabel.general/7005"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.hardware.gps.gpsbabel.general/7004"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.hardware.gps.gpsbabel.general/7003"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.hardware.gps.gpsbabel.general/7002"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.hardware.gps.gpsbabel.general/7001"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.hardware.gps.gpsbabel.general/7000"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.hardware.gps.gpsbabel.general/6999"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.hardware.gps.gpsbabel.general/6998"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.hardware.gps.gpsbabel.general/6997"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.hardware.gps.gpsbabel.general/6996"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.hardware.gps.gpsbabel.general/6995"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.hardware.gps.gpsbabel.general/6994"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.hardware.gps.gpsbabel.general/6993"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.hardware.gps.gpsbabel.general/6992"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.hardware.gps.gpsbabel.general/7011">
    <title>Re: Synchronise my Sony GPS-CS1 with gpsbabel,how?</title>
    <link>http://permalink.gmane.org/gmane.comp.hardware.gps.gpsbabel.general/7011</link>
    <description>&lt;pre&gt;

You're right.  I blame my own incompetence.  I bozoed the doc.  It was my
intent to fix a bad link and add a new GPS when I wound up just vaporizing
that model.

&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -34,14 +34,20 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
   &amp;lt;ulink url="http://www.sparkfun.com/"&amp;gt;SparkFun GPS Datalogger&amp;lt;/ulink&amp;gt;
 &amp;lt;/member&amp;gt;
 &amp;lt;member&amp;gt;
-  &amp;lt;ulink url="
http://www.sonystyle.com/is-bin/INTERSHOP.enfinity/eCS/Store/en/-/USD/SY_DisplayProductInformation-Start?ProductSKU=GPSCS1"&amp;gt;Sony
GPS-CS1&amp;lt;/ulink&amp;gt;
+  AMOD 3080 GPS
 &amp;lt;/member&amp;gt;
+&amp;lt;member&amp;gt;
+  Wintec WPL-1000 GPS
+&amp;lt;/member&amp;gt;

I've added them back.





There's definitely code in nmea.c that tries to handle Sony stupdity.

    if ((line == 0) &amp;amp;&amp;amp; (case_ignore_strncmp(ibuf, "&amp;lt; at &amp;gt;SonyGPS/ver", 12) ==
0)) {
      /* special hack for Sony GPS-CS1 files:
         they are fully (?) nmea compatible, but come with a header line
like
         "&amp;lt; at &amp;gt;Sonygps/ver1.0/wgs-84". */
      /* The Sony GPS-CS3KA extends that line even further
         so we now look for the second field to be /
         delimited.
         &amp;lt; at &amp;gt;Sonygps/ver1.0/wgs-84/gps-cs3.&lt;/pre&gt;</description>
    <dc:creator>Robert Lipe</dc:creator>
    <dc:date>2012-05-21T16:27:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.hardware.gps.gpsbabel.general/7010">
    <title>Re: Synchronise my Sony GPS-CS1 with gpsbabel,how?</title>
    <link>http://permalink.gmane.org/gmane.comp.hardware.gps.gpsbabel.general/7010</link>
    <description>&lt;pre&gt;

Google "GPSBabel Sony GPS-CS1" and you'll find many people using that
combination.

It's one of the models we list at
http://www.gpsbabel.org/htmldoc-development/fmt_nmea.html   ISTR that they
do something weird in NMEA and there's special code in there for them.

I have no idea what formats Lightroom accepts
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
Gpsbabel-misc mailing list http://www.gpsbabel.org
Gpsbabel-misc&amp;lt; at &amp;gt;lists.sourceforge.net
To unsubscribe, change list options, or see archives, visit:
https://lists.sourceforge.net/lists/listinfo/gpsbabel-misc
&lt;/pre&gt;</description>
    <dc:creator>Robert Lipe</dc:creator>
    <dc:date>2012-05-21T14:35:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.hardware.gps.gpsbabel.general/7009">
    <title>Synchronise my Sony GPS-CS1 with gpsbabel,how?</title>
    <link>http://permalink.gmane.org/gmane.comp.hardware.gps.gpsbabel.general/7009</link>
    <description>&lt;pre&gt;I do not know what system my Sony GPS-CS1 uses, and Sony wasn't listed 
on gpsbabel.  The log titles from the Sony are WG20110110223241, etc.  I 
want to transfer my track logs into Photoshop Lightroom 4 Map module, 
how?. Tim Elliott
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
Gpsbabel-misc mailing list http://www.gpsbabel.org
Gpsbabel-misc&amp;lt; at &amp;gt;lists.sourceforge.net
To unsubscribe, change list options, or see archives, visit:
https://lists.sourceforge.net/lists/listinfo/gpsbabel-misc
&lt;/pre&gt;</description>
    <dc:creator>Tim Elliott</dc:creator>
    <dc:date>2012-05-21T11:59:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.hardware.gps.gpsbabel.general/7008">
    <title>Re: AutoRoute .AXE files</title>
    <link>http://permalink.gmane.org/gmane.comp.hardware.gps.gpsbabel.general/7008</link>
    <description>&lt;pre&gt;


I'm not working on it and no of nobody else, but that's not to say that
someone might not fund/contribute it tonight.

We've had older versions of .axe/.est in
GPSBabel&amp;lt;http://www.gpsbabel.org/htmldoc-development/fmt_msroute.html&amp;gt;before.
 It was very frail as it was a crazy compilcated,
reverse-engineered format.   Once Microsoft adopted open formats and broke
our .axe reader again, nobody was terribly motivated to work on the latter
again.

My guess is that you'd probably find faster joy in taking the GPX export
and manually marking it up with a program like EasyGPS than waiting for us
to update our .axe reader.

RJL
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263&lt;/pre&gt;</description>
    <dc:creator>Robert Lipe</dc:creator>
    <dc:date>2012-05-21T01:33:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.hardware.gps.gpsbabel.general/7007">
    <title>AutoRoute .AXE files</title>
    <link>http://permalink.gmane.org/gmane.comp.hardware.gps.gpsbabel.general/7007</link>
    <description>&lt;pre&gt;AutoRoute 2012 only has an export to.gpx files.

Unfortunately it does not include all the information panel data.
Only the name and lat/long get exported.

Are there any plans to include .axe file import to GPSBabel?

Reg

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Gpsbabel-misc mailing list http://www.gpsbabel.org
Gpsbabel-misc&amp;lt; at &amp;gt;lists.sourceforge.net
To unsubscribe, change list options, or see archives, visit:
https://lists.sourceforge.net/lists/listinfo/gpsbabel-misc

&lt;/pre&gt;</description>
    <dc:creator>Reg</dc:creator>
    <dc:date>2012-05-20T21:16:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.hardware.gps.gpsbabel.general/7006">
    <title>Re: GPSBabel error while trying to connect to DG-200</title>
    <link>http://permalink.gmane.org/gmane.comp.hardware.gps.gpsbabel.general/7006</link>
    <description>&lt;pre&gt;Hi all,

On Mon, May 14, 2012 at 08:31:35AM -0500, Robert Lipe wrote:


Sorry for the late answer.

To the best of my (very limited) knowledge, there is no other 
possibility than 230.4K to drive the DG-200 datalogger.

Since I know close to nothing about windows, I had a look at another 
free software project, written for windows, that drives that device.
Looking at the source code (and at the sourcecode of a different product 
that it uses), it seems that it justs sets the speed to 230400 instead 
of using any constant like CBR_115200.

Now, looking again at the web page you gave us 
http://msdn.microsoft.com/en-us/library/windows/desktop/aa363214(v=vs.85).aspx 
I can read: "This member can be an actual baud rate value, or one of 
the following indexes."

Hence, I think you could add something like
  case 230400:
    return br;
to your big switch, or perhaps even
  default:
    return br;


HTH,

&lt;/pre&gt;</description>
    <dc:creator>Nicolas Boullis</dc:creator>
    <dc:date>2012-05-19T21:44:31</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.hardware.gps.gpsbabel.general/7005">
    <title>Re: File Coversion Issue</title>
    <link>http://permalink.gmane.org/gmane.comp.hardware.gps.gpsbabel.general/7005</link>
    <description>&lt;pre&gt;You've chosen CSV as documented at
http://www.gpsbabel.org/htmldoc-development/fmt_csv.html but your file
looks nothing like that.

If you have control over the file format, you could tweak the headers to
better trigger our unicsv reader described at
http://www.gpsbabel.org/htmldoc-development/fmt_unicsv.html but if it's
immutable, you may hav eto write your own style format or implement a
custom reader.

RJL

On Fri, May 18, 2012 at 10:06 AM, Studer, Byron &amp;lt;Byron_Studer&amp;lt; at &amp;gt;golder.com&amp;gt;wrote:

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
Gpsbabel-misc mailing list http://www.gpsbabel.org
Gpsbabel-misc&amp;lt; at &amp;gt;lists.sourceforge.ne&lt;/pre&gt;</description>
    <dc:creator>Robert Lipe</dc:creator>
    <dc:date>2012-05-19T02:00:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.hardware.gps.gpsbabel.general/7004">
    <title>Re: garmin 62s real time works on desktop but noton laptop</title>
    <link>http://permalink.gmane.org/gmane.comp.hardware.gps.gpsbabel.general/7004</link>
    <description>&lt;pre&gt;

You didn't say you were using Linux, but you seem to be.

It may have improved since I last looked, but the Garmin USB driver in the
kernel was a longstanding source of problems for lots of users.   Removing
it and using our direct USB support was always my prescription, but you're
going to need to ask your OS Vendor for help.
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
Gpsbabel-misc mailing list http://www.gpsbabel.org
Gpsbabel-misc&amp;lt; at &amp;gt;lists.sourceforge.net
To unsubscribe, change list options, or see archives, visit:
https://lists.sourceforge.net/lists/listinfo/gpsbabel-misc
&lt;/pre&gt;</description>
    <dc:creator>Robert Lipe</dc:creator>
    <dc:date>2012-05-19T01:56:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.hardware.gps.gpsbabel.general/7003">
    <title>garmin 62s real time works on desktop but not onlaptop</title>
    <link>http://permalink.gmane.org/gmane.comp.hardware.gps.gpsbabel.general/7003</link>
    <description>&lt;pre&gt;Connecting the 62s in spanner mode enables me to get real time position information on my desktop, but there is some issue with the notebook. Could it be related to underpowered usb ports? 


running the command

sudo gpsbabel -T -i garmin -f /dev/ttyUSB0 


I usually get the following error:

[ERROR] GPS_Packet_Read: Timeout. No data received.
Garmin: Can't init /dev/ttyUSB0

however, the garmin is recognized as being a usb device.
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
Gpsbabel-misc mailing list http://www.gpsbabel.org
Gpsbabel-misc&amp;lt; at &amp;gt;lists.sourceforge.net
To unsubscribe, change list options, or see archives, vi&lt;/pre&gt;</description>
    <dc:creator>Steve Jones</dc:creator>
    <dc:date>2012-05-18T17:15:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.hardware.gps.gpsbabel.general/7002">
    <title>File Coversion Issue</title>
    <link>http://permalink.gmane.org/gmane.comp.hardware.gps.gpsbabel.general/7002</link>
    <description>&lt;pre&gt;What am I missing... trying to convert a csv (Northing/Easting/Elevation/Desc.) to GPX... file attached, graphic below...

Thanks in advance!

[cid:image001.png&amp;lt; at &amp;gt;01CD34D5.75E62D70]

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
Gpsbabel-misc mailing list http://www.gpsbabel.org
Gpsbabel-misc&amp;lt; at &amp;gt;lists.sourceforge.net
To unsubscribe, change list options, or see archives, visit:
https://lists.sourceforge.net/lists/listinfo/gpsbabel-misc
&lt;/pre&gt;</description>
    <dc:creator>Studer, Byron</dc:creator>
    <dc:date>2012-05-18T15:06:07</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.hardware.gps.gpsbabel.general/7001">
    <title>Re: Canmore GT-730FL-S</title>
    <link>http://permalink.gmane.org/gmane.comp.hardware.gps.gpsbabel.general/7001</link>
    <description>&lt;pre&gt;Sorry.  I missed a change.  Please update to 4178.  That gets it down to
one failure for me.

rjlimac:gpsbabel robertlipe$ ./testo skytraq
Running testo.d/skytraq.test
--- /tmp/gpsbabel.59530/skytraq-artificial.gpx 2012-05-14
09:16:46.000000000 -0500
+++ ./reference/skytraq-artificial.gpx 2012-05-14 09:08:43.000000000 -0500
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -82,7 +82,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 &amp;lt;/trkpt&amp;gt;
 &amp;lt;trkpt lat="47.547749767" lon="9.679499575"&amp;gt;
   &amp;lt;ele&amp;gt;435.413042&amp;lt;/ele&amp;gt;
-  &amp;lt;time&amp;gt;2009-09-10T03:07:53Z&amp;lt;/time&amp;gt;
+  &amp;lt;time&amp;gt;2009-09-10T21:20:09Z&amp;lt;/time&amp;gt;
   &amp;lt;speed&amp;gt;0.000000&amp;lt;/speed&amp;gt;
   &amp;lt;name&amp;gt;TP0009&amp;lt;/name&amp;gt;
 &amp;lt;/trkpt&amp;gt;
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -232,7 +232,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 &amp;lt;/trkpt&amp;gt;
 &amp;lt;trkpt lat="-30.376946121" lon="-97.665030673"&amp;gt;
   &amp;lt;ele&amp;gt;185.882330&amp;lt;/ele&amp;gt;
-  &amp;lt;time&amp;gt;2019-04-05T18:25:39Z&amp;lt;/time&amp;gt;
+  &amp;lt;time&amp;gt;2019-04-06T12:37:55Z&amp;lt;/time&amp;gt;
   &amp;lt;speed&amp;gt;55.555557&amp;lt;/speed&amp;gt;
   &amp;lt;name&amp;gt;TP0034&amp;lt;/name&amp;gt;
 &amp;lt;/trkpt&amp;gt;


On Mon, May 14, 2012 at 9:15 AM, Robert Lipe &amp;lt;robertlipe&amp;lt; at &amp;gt;gpsbabel.org&amp;gt;wrote:

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover a&lt;/pre&gt;</description>
    <dc:creator>Robert Lipe</dc:creator>
    <dc:date>2012-05-14T14:19:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.hardware.gps.gpsbabel.general/7000">
    <title>Re: Canmore GT-730FL-S</title>
    <link>http://permalink.gmane.org/gmane.comp.hardware.gps.gpsbabel.general/7000</link>
    <description>&lt;pre&gt;Great timing.  I just did something very similar and committed this minutes
ago as revision 4176.   I've added your test case in 4177 and,
unfortunately, they fail on my Mac.  (64-bit programs are the norm on Macs
these days.   The original failed on a 64-bit Mac build identically for me
as it did for Andrew.)

Can you please update and see if I've just missed a patch somewhere?

Note that I busted skytrak out of the classic-4 and into a test of its own
so you can run it in isolation.  I'm doing that for pretty much any format
I have to touch non-trivially these days.

rjlimac:gpsbabel robertlipe$ ./testo skytraq
Running testo.d/skytraq.test
--- /tmp/gpsbabel.59165/skytraq-artificial.gpx 2012-05-14
09:10:56.000000000 -0500
+++ ./reference/skytraq-artificial.gpx 2012-05-14 09:08:43.000000000 -0500
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -82,7 +82,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 &amp;lt;/trkpt&amp;gt;
 &amp;lt;trkpt lat="47.547749767" lon="9.679499575"&amp;gt;
   &amp;lt;ele&amp;gt;435.413042&amp;lt;/ele&amp;gt;
-  &amp;lt;time&amp;gt;2009-09-10T03:07:53Z&amp;lt;/time&amp;gt;
+  &amp;lt;time&amp;gt;2009-09-10T21:20:09Z&amp;lt;/time&amp;gt;
   &amp;lt;speed&amp;gt;0.000000&amp;lt;/speed&amp;gt;
   &amp;lt;name&amp;gt;TP0009&lt;/pre&gt;</description>
    <dc:creator>Robert Lipe</dc:creator>
    <dc:date>2012-05-14T14:15:42</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.hardware.gps.gpsbabel.general/6999">
    <title>Re: Canmore GT-730FL-S</title>
    <link>http://permalink.gmane.org/gmane.comp.hardware.gps.gpsbabel.general/6999</link>
    <description>&lt;pre&gt;Hi,

Am 03.05.2012 00:37, schrieb Andrew Malota:

I'd like to get back on this: I just created a new set of test cases:

1) skytraq-realdata.bin consists of real log data (the old skytraq.bin
    and your binary-from-win.log)
2) skytraq-artificial.bin: artificial data, tests some more specific
    corner cases

The reference-gpx's were created with gpsbabel on a 32-bit i686 under 
Linux/Debian 6.0. (even on 32-bit I had to correct a data type to get 
one very rare case right. The discussed patch for amd64 fixes this too).

Can someone verify on amd64?


Regards,
Mathias
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
Gps&lt;/pre&gt;</description>
    <dc:creator>Mathias Adam</dc:creator>
    <dc:date>2012-05-14T14:01:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.hardware.gps.gpsbabel.general/6998">
    <title>Re: GPSBabel error while trying to connect to DG-200</title>
    <link>http://permalink.gmane.org/gmane.comp.hardware.gps.gpsbabel.general/6998</link>
    <description>&lt;pre&gt;

Bummer.  I've added the original author of the DG-200 support.

230Kbps is indeed an uncommon speed.   The original UARTS on the original
PCs just plain couldn't do it, but it's not that hard on modern hardware.
My read of the Windows serial doc says that speed isn't supported, probably
owing to Windows decisions that are stuck in the 80's.

http://msdn.microsoft.com/en-us/library/windows/desktop/aa363214(v=vs.85).aspx
(It looks like they just made up bit rates above 115.2K; nobody used clock
rates like that on commodity UARTs.)


However, it seems unlikely that DG would build a device that doesn't work
on Windows (that never happens...it's usually quite the opposite) so either
our decision to drive the device only at 230K is bad or gbser_win.c

Nicolas, what do you think?

RJL
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can &lt;/pre&gt;</description>
    <dc:creator>Robert Lipe</dc:creator>
    <dc:date>2012-05-14T13:31:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.hardware.gps.gpsbabel.general/6997">
    <title>Re: Brauniger IQ One+</title>
    <link>http://permalink.gmane.org/gmane.comp.hardware.gps.gpsbabel.general/6997</link>
    <description>&lt;pre&gt;Welcome, Dan.

On Mon, May 14, 2012 at 7:27 AM, Corneanu Dan &amp;lt;corneanu_dan&amp;lt; at &amp;gt;yahoo.com&amp;gt;wrote:


It's definitely not one of our most popular modules.   I don't think I've
ever even seen the hardware in question.   When I look at the history of
email traffic and the SVN history, I can't really tell that it's had very
many users at all, so it's likely suffering from decay.  Fresh eyes
(especially from a programmer with the hardware) would be welcome.

It was originally added to the project in 2004.  I could bore you with the
history of how the project evolved, but the SVN logs will tell you that.
It originally reached into the Garmin serial support directly.  When I did
the big Garmin rework in '06 to add USB and an OS-specific abstraction for
the serial system, I kind of mechanically tweaked the Brauninger support
but obviously couldn't test it.  A few shouts to the list didn't reveal
anyone having problems, but it's always hard to tell if that means it works
or that nobody is using it.

Reviewing my mailbox, it&lt;/pre&gt;</description>
    <dc:creator>Robert Lipe</dc:creator>
    <dc:date>2012-05-14T13:15:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.hardware.gps.gpsbabel.general/6996">
    <title>Brauniger IQ One+</title>
    <link>http://permalink.gmane.org/gmane.comp.hardware.gps.gpsbabel.general/6996</link>
    <description>&lt;pre&gt;Hello,
I have a Brauniger IQ One+ and I want to be able to download the barograph on my linux machine.
After a quick inspection of the gpsbabel source code I saw that the baroiq feature is somehow unfinished/not working.
Can anybody tell me what is the state of this feature?

I am prepared to contribute to the project if possible.

I was able to download both the flight memory and device configuration memory from my vario to the computer (using the java serial port API) and did some reverse engineering on it.
Any help regarding the format of the memory would be appreciated.

Best regards,
Dan.------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/____________________________&lt;/pre&gt;</description>
    <dc:creator>Corneanu Dan</dc:creator>
    <dc:date>2012-05-14T12:27:06</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.hardware.gps.gpsbabel.general/6995">
    <title>Re: GPX conversion problem</title>
    <link>http://permalink.gmane.org/gmane.comp.hardware.gps.gpsbabel.general/6995</link>
    <description>&lt;pre&gt;Robert,

Thanks for offering to include the style, but it is not quite as simple 
as that - I'll explain.

My wife and I have taken to walking quite a lot since we semi-retired 
last year.

Whilst out walking I tend to take my camera and snap away.

I have a terrible memory and am always forgetting where I was when I 
took the pictures.

As my camera does not have built in GPS, I considered getting a GPS 
tracker so I could record locations/times whilst out walking and taking 
photographs - then on returning home I could use Geosetter to Geotag the 
photographs.

Then I thought about using my phone instead as it is an HTC with built 
in GPS, so I started to search for some software to use on the phone.

In doing so I came across a program called 'Trackme'. As this was 
originally designed to run on a phone with Windows Mobile 5/6 on it, and 
that's what I have, I decided to try it.

It works very well for tracking, but the problem is that it stores the 
data on the phone in a SQL format .sdf file, and then w&lt;/pre&gt;</description>
    <dc:creator>Pewe</dc:creator>
    <dc:date>2012-05-13T15:14:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.hardware.gps.gpsbabel.general/6994">
    <title>Re: GPX conversion problem</title>
    <link>http://permalink.gmane.org/gmane.comp.hardware.gps.gpsbabel.general/6994</link>
    <description>&lt;pre&gt;

If you'll send the style format that you and Gary wrote back tot he project
along with a paragraph or two of documention on what GPS this is, how to
use it, etc. we'll add it to the project so the next person won't have to
do this again.

I see in the documentation there is an option for GPSBabel to create an


Suunto Trek Manager (STM) .sdf files
(stmsdf)&amp;lt;http://www.gpsbabel.org/htmldoc-development/fmt_stmsdf.html&amp;gt;
is
for the Suunto fitness products.

RJL




------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
Gpsbabel-misc mailing list http://www.gpsbabel.org
Gpsbabel-misc&amp;lt; at &amp;gt;lists.sourceforge.net
To unsubscribe, change lis&lt;/pre&gt;</description>
    <dc:creator>Robert Lipe</dc:creator>
    <dc:date>2012-05-13T12:18:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.hardware.gps.gpsbabel.general/6993">
    <title>Re: GPX conversion problem</title>
    <link>http://permalink.gmane.org/gmane.comp.hardware.gps.gpsbabel.general/6993</link>
    <description>&lt;pre&gt;Thanks for your input Gary.

I have however managed to create a .style to meet my needs, created a 
'script' so GPSbabel generates the file with the information I need and 
have even created a batch file and put a shortcut on my desktop so I 
just drag and drop my csv files on it to create the .gpx file with the 
same name.

I'm sure as I investigate the options of the tracker software and its 
generated output I'll have some other questions - but here's one for 
starters to anyone who cares to answer.

I see in the documentation there is an option for GPSBabel to create an 
.sdf file.

Would that be a SQL .sdf or something else.

If it is a SQL file, does this mean that GPSBabel can work with SQL, and 
if so, can it read content of a SQL file to be used like the csv - or is 
that just wishful thinking.

Thanks again.

Peter


On 13/05/2012 03:41, Gary Turner wrote:
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover &lt;/pre&gt;</description>
    <dc:creator>Pewe</dc:creator>
    <dc:date>2012-05-13T11:15:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.hardware.gps.gpsbabel.general/6992">
    <title>Re: GPX conversion problem</title>
    <link>http://permalink.gmane.org/gmane.comp.hardware.gps.gpsbabel.general/6992</link>
    <description>&lt;pre&gt;Thanks.

I have absolutely no experience of coding and don't really understand 
much of what I have read about 'styles' or 'sed/awk'.

Unless there is any chance that someone with experience could create a 
style for me I guess I'm stuck with the long winded manual solution.

Thanks again for the input.

On 12/05/2012 22:58, Robert Lipe wrote:
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
Gpsbabel-misc mailing list http://www.gpsbabel.org
Gpsbabel-misc&amp;lt; at &amp;gt;lists.sourceforge.net
To unsubscribe, change list options, or see archives, visit:
https://lists.sourceforge.net/lists/listinfo/gpsbabel-misc
&lt;/pre&gt;</description>
    <dc:creator>Pewe</dc:creator>
    <dc:date>2012-05-13T00:52:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.hardware.gps.gpsbabel.general/6991">
    <title>Re: GPX conversion problem</title>
    <link>http://permalink.gmane.org/gmane.comp.hardware.gps.gpsbabel.general/6991</link>
    <description>&lt;pre&gt;I would be inclined to pre-process the file using sed or awk to adjust 
to format to suit gps_babel which should be relatively easy and simple.

On 12-05-12 05:58 PM, Robert Lipe wrote:
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
Gpsbabel-misc mailing list http://www.gpsbabel.org
Gpsbabel-misc&amp;lt; at &amp;gt;lists.sourceforge.net
To unsubscribe, change list options, or see archives, visit:
https://lists.sourceforge.net/lists/listinfo/gpsbabel-misc
&lt;/pre&gt;</description>
    <dc:creator>Roger</dc:creator>
    <dc:date>2012-05-12T23:19:23</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.hardware.gps.gpsbabel.general">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.hardware.gps.gpsbabel.general</link>
  </textinput>
</rdf:RDF>

