From owner-freebsd-bluetooth@FreeBSD.ORG Wed Apr 18 21:46:57 2007 Return-Path: X-Original-To: freebsd-bluetooth@freebsd.org Delivered-To: freebsd-bluetooth@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A283316A401 for ; Wed, 18 Apr 2007 21:46:57 +0000 (UTC) (envelope-from plunky@rya-online.net) Received: from smarthost01.eng.net (smarthost01.eng.net [213.130.146.173]) by mx1.freebsd.org (Postfix) with ESMTP id 69E7213C484 for ; Wed, 18 Apr 2007 21:46:57 +0000 (UTC) (envelope-from plunky@rya-online.net) Received: from netmail01.eng.net ([213.130.128.38] helo=rya-online.net) by smarthost01.eng.net with smtp (Exim 4.62) (envelope-from ) id 1HeHzF-0002tx-42; Wed, 18 Apr 2007 22:46:56 +0100 Received: (nullmailer pid 23164 invoked by uid 1000); Wed, 18 Apr 2007 21:45:05 -0000 Date: Wed, 18 Apr 2007 22:45:04 +0100 (BST) To: Vittorio De Martino In-Reply-To: <200704182116.02303.vittorio@de-martino.it> References: <200704102004.34814.vittorio@de-martino.it> <200704171941.05976.vittorio@de-martino.it> <200704182116.02303.vittorio@de-martino.it> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Message-Id: <1176932705.139657.28489.nullmailer@galant.ukfsn.org> From: Iain Hibbert Cc: freebsd-bluetooth@freebsd.org Subject: Re: tomtom serial connection X-BeenThere: freebsd-bluetooth@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Using Bluetooth in FreeBSD environments List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Apr 2007 21:46:57 -0000 On Wed, 18 Apr 2007, Vittorio De Martino wrote: > What I would like to do is to read gps data position in NMEA format > (I've read somewhere that this is the standard for tomtom). Yeah, but where did you read that? > In other words by means of a terminal like minicom and a > /dev/somethingIdontknow I would read the flow of data position while > read by the gps device. In a nutshell to capture them. on that opentom.org wiki you posted a link to, there seems to be such capability - but opentom is a replacement OS for the device, you need to build it and put it on your SD card and reboot the machine (I think) I don't see anything saying you can access the GPS raw data over bluetooth with the basic operating system.. iain