<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "GPS Software"]]></title>
		<link>http://www.ectaco.com/posts/list/210.page</link>
		<description><![CDATA[Latest messages posted in the topic "GPS Software"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
                   			<item>
			<title>GPS Software</title>
				<description><![CDATA[ Hello!<br /> I have GPS Receiver with my Ectaco Partenr Device.<br /> 	http://www.ectaco.com/main.jsp?do=products-view_item&item=20869<br /> It stores gps track logs into *.bin files.<br /> It also can convert gps track logs into *.kml files, however kml not contain time and altitude info, so it unacceptable for me.<br /> Is there any way or any software to convert bin files into хml or other formats, for example *.gpx ?]]></description>
				<guid isPermaLink="true">http://www.ectaco.com/posts/preList/64237/69649.page</guid>
				<link>http://www.ectaco.com/posts/preList/64237/69649.page</link>
				<pubDate><![CDATA[Fri, 8 Apr 2011 03:45:29]]> GMT</pubDate>
				<author><![CDATA[ MaximSubbotin]]></author>
			</item>
                   			<item>
			<title>GPS Software</title>
				<description><![CDATA[ [quote=MaximSubbotin]Hello!<br /> I have GPS Receiver with my Ectaco Partenr Device.<br /> 	http://www.ectaco.com/main.jsp?do=products-view_item&item=20869<br /> It stores gps track logs into *.bin files.<br /> It also can convert gps track logs into *.kml files, however kml not contain time and altitude info, so it unacceptable for me.<br /> Is there any way or any software to convert bin files into хml or other formats, for example *.gpx ?[/quote]<br /> <br /> Hi,<br /> <br /> Thanks for the question. Unfortunately the GPS files and formats are unable to be modified by our technical service. <br /> <br /> Maybe a If you have the Bin file moved to your PC or MAC maybe you you can Google some software for this and download it.<br /> <br /> Hope this helps!]]></description>
				<guid isPermaLink="true">http://www.ectaco.com/posts/preList/64237/69650.page</guid>
				<link>http://www.ectaco.com/posts/preList/64237/69650.page</link>
				<pubDate><![CDATA[Fri, 8 Apr 2011 10:21:52]]> GMT</pubDate>
				<author><![CDATA[ Jerry]]></author>
			</item>
                   			<item>
			<title>GPS Software</title>
				<description><![CDATA[ Yes, I have moved bin file to PC, then I Google but did not find any software for converting it to another formats.<br /> Can you get description of format of bin file from your technial service?<br /> If so, I will be able to convert it myself.]]></description>
				<guid isPermaLink="true">http://www.ectaco.com/posts/preList/64237/70241.page</guid>
				<link>http://www.ectaco.com/posts/preList/64237/70241.page</link>
				<pubDate><![CDATA[Thu, 14 Apr 2011 05:05:33]]> GMT</pubDate>
				<author><![CDATA[ MaximSubbotin]]></author>
			</item>
                   			<item>
			<title>GPS Software</title>
				<description><![CDATA[ [quote=MaximSubbotin]Yes, I have moved bin file to PC, then I Google but did not find any software for converting it to another formats.<br /> Can you get description of format of bin file from your technial service?<br /> If so, I will be able to convert it myself.[/quote]<br /> <br /> Hi,<br /> <br /> Thanks for the question. What do you mean by "get a description of the bin format"? If you need to know more details of a "bin" file and what it is a search engine inquiry should be in order. <br /> <br /> Hope this helps!]]></description>
				<guid isPermaLink="true">http://www.ectaco.com/posts/preList/64237/70242.page</guid>
				<link>http://www.ectaco.com/posts/preList/64237/70242.page</link>
				<pubDate><![CDATA[Thu, 14 Apr 2011 10:09:30]]> GMT</pubDate>
				<author><![CDATA[ Jerry]]></author>
			</item>
                   			<item>
			<title>Re:GPS Software</title>
				<description><![CDATA[ About description of the bin format. Step by step.<br /> So, Ectaco GPS Receiver writes track log into bin-file. As far as I have examine this file, it contains records for each track point, each record - 48-bytes length.<br /> Example of one track point record near Atlanta:<br /> 00 00 80 DF BE 17 55 C0 AB E8 68 20 07 E3 40 40<br /> AE 93 A7 4C 6D 00 00 00 00 00 00 00 02 00 00 00<br /> 19 0C 40 FC FD B1 98 01 C2 00 00 00 1C 01 00 00<br /> Is there any description of bin-file in terms of: what bytes from this record corresponds to latitude, what bytes - to longitude, what - to time/date, and so on?<br /> Usially only developer of device (Ectaco GPS Receiver) can supply this info. If this info is available, then anyone can write converter from Ectaco-GPS-Receiver-bin-file to generally accepted gps formats, like gpx.<br /> Or may be developer of Ectaco GPS Receiver supply any software to convert their bin-files to generally accepted gps formats?<br /> If neither description of bin file nor converting software does not available, it is very strange. Because in this case Ectaco GPS Receiver is "black box", not able to transfer recorded information outside for bounds of Ectaco Partner device.<br /> ]]></description>
				<guid isPermaLink="true">http://www.ectaco.com/posts/preList/64237/70431.page</guid>
				<link>http://www.ectaco.com/posts/preList/64237/70431.page</link>
				<pubDate><![CDATA[Mon, 18 Apr 2011 05:34:42]]> GMT</pubDate>
				<author><![CDATA[ MaximSubbotin]]></author>
			</item>
                   			<item>
			<title>Re:GPS Software</title>
				<description><![CDATA[ [quote=MaximSubbotin]About description of the bin format. Step by step.<br /> So, Ectaco GPS Receiver writes track log into bin-file. As far as I have examine this file, it contains records for each track point, each record - 48-bytes length.<br /> Example of one track point record near Atlanta:<br /> 00 00 80 DF BE 17 55 C0 AB E8 68 20 07 E3 40 40<br /> AE 93 A7 4C 6D 00 00 00 00 00 00 00 02 00 00 00<br /> 19 0C 40 FC FD B1 98 01 C2 00 00 00 1C 01 00 00<br /> Is there any description of bin-file in terms of: what bytes from this record corresponds to latitude, what bytes - to longitude, what - to time/date, and so on?<br /> Usially only developer of device (Ectaco GPS Receiver) can supply this info. If this info is available, then anyone can write converter from Ectaco-GPS-Receiver-bin-file to generally accepted gps formats, like gpx.<br /> Or may be developer of Ectaco GPS Receiver supply any software to convert their bin-files to generally accepted gps formats?<br /> If neither description of bin file nor converting software does not available, it is very strange. Because in this case Ectaco GPS Receiver is "black box", not able to transfer recorded information outside for bounds of Ectaco Partner device.<br /> [/quote]<br /> <br /> Hey,<br /> <br /> I showed the info to the development team and unfortunately they indicated i am not allowed to release any more information regarding this. They didn't give me a reason, maybe the algorithm is special or copyright. Sorry i cant provide further info!]]></description>
				<guid isPermaLink="true">http://www.ectaco.com/posts/preList/64237/70433.page</guid>
				<link>http://www.ectaco.com/posts/preList/64237/70433.page</link>
				<pubDate><![CDATA[Mon, 18 Apr 2011 15:56:42]]> GMT</pubDate>
				<author><![CDATA[ Jerry]]></author>
			</item>
                   			<item>
			<title>Re:GPS Software</title>
				<description><![CDATA[ Here is the program making possible to view Ectaco GPS tracks stored in bin-files on PC<br /> <a class="snap_shots" href="http://gpxedit.ucoz.ru/" target="_blank" rel="nofollow">http://gpxedit.ucoz.ru/</a>]]></description>
				<guid isPermaLink="true">http://www.ectaco.com/posts/preList/64237/85290.page</guid>
				<link>http://www.ectaco.com/posts/preList/64237/85290.page</link>
				<pubDate><![CDATA[Fri, 11 May 2012 03:08:30]]> GMT</pubDate>
				<author><![CDATA[ MaximSubbotin]]></author>
			</item>
                   			<item>
			<title>Re:GPS Software</title>
				<description><![CDATA[ Thanks MaximSubbotin, just what I was looking for <img src="http://www.ectaco.com//jforum/images/smilies/3b63d1616c5dfcf29f8a7a031aaa7cad.gif" />]]></description>
				<guid isPermaLink="true">http://www.ectaco.com/posts/preList/64237/97839.page</guid>
				<link>http://www.ectaco.com/posts/preList/64237/97839.page</link>
				<pubDate><![CDATA[Fri, 18 Jan 2013 19:04:53]]> GMT</pubDate>
				<author><![CDATA[ vickeee]]></author>
			</item>

	</channel>
</rss>