From owner-freebsd-bluetooth@FreeBSD.ORG Wed Apr 18 19:16:36 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 EFFFB16A401 for ; Wed, 18 Apr 2007 19:16:36 +0000 (UTC) (envelope-from vittorio@de-martino.it) Received: from smtp5.aruba.it (smtpd2.aruba.it [62.149.128.207]) by mx1.freebsd.org (Postfix) with SMTP id 4B55F13C457 for ; Wed, 18 Apr 2007 19:16:35 +0000 (UTC) (envelope-from vittorio@de-martino.it) Received: (qmail 1481 invoked by uid 89); 18 Apr 2007 19:16:33 -0000 Received: by simscan 1.1.0 ppid: 1472, pid: 1476, t: 0.1876s scanners: clamav: 0.88.4/m:40/d:1722 Received: from unknown (HELO ?10.155.100.8?) (ml-vic@de-martino.it@87.6.220.178) by smtp5.aruba.it with SMTP; 18 Apr 2007 19:16:33 -0000 From: Vittorio De Martino To: freebsd-bluetooth@freebsd.org Date: Wed, 18 Apr 2007 21:16:01 +0000 User-Agent: KMail/1.9.6 References: <200704102004.34814.vittorio@de-martino.it> <200704171941.05976.vittorio@de-martino.it> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200704182116.02303.vittorio@de-martino.it> X-Spam-Rating: smtp5.aruba.it 1.6.2 0/1000/N 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 19:16:37 -0000 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). 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. Ciao Vittorio Il Tuesday 17 April 2007 19:20:02 Maksim Yevmenkin ha scritto: > On 4/17/07, Vittorio De Martino wrote: > > Il Thursday 12 April 2007 00:30:15 Maksim Yevmenkin ha scritto: > > > On 4/11/07, Vittorio De Martino wrote: > > > > : > > > > Yes, I can smoothly pair the tomtom gps to my nokia cellular phone > > > > e61. No pin is required. The connection via umts is required from > > > > time to time by the tomtom site to pdate traffic news . > > > > > > > > > > did you try to pair your tomtom gps with your pc? > > > > Yes, it works but no services seem to be available. > > > > > > I tried the following but SP doesn't seem to exist > > > > > > > > victor$ sudo l2ping -a tomtom > > > > 44 bytes from tomtom seq_no=0 time=246.214 ms result=0 > > > > 44 bytes from tomtom seq_no=1 time=28.889 ms result=0 > > > > 44 bytes from tomtom seq_no=2 time=31.084 ms result=0 > > > > > > ??? l2ping has nothing to do with sp, just tells you that remote side > > > answers l2cap, but we already know this, because sdpcontrol returns > > > stuff. > > > > > > > victor$ sudo sdpcontrol -a tomtom search sp > > > > victor$ > > > > > > ok, stupid question, is your tomtom a complete unit with screen and > > > buttons, etc. or just a standalone bluetooth gps receiver with no user > > > interface at all? > > > > Yes of course, it's a complete device. The name is "TomTom ONE Europe > > v.2". Plenty of pictures in the internet! > > ok. in this case i have to ask what exactly are you trying to do? > > 1) are you trying to get raw gps data out of your tomtom device? > > or > > 2) are you trying to make your tomtom device use your computer's > internet connection (for tomtom plus services) instead of your cell > phone gprs connection? > > > Look at http://opentom.org/ for some interesting info > > ok, so from what i can see standalone tomtom units can do bluetooth > hands free, send and receive sms and manage contact lists. there is > also something called tomtom plus which is a real time information > about traffic, weather etc. > > > > could you please provide model number for your tomtom device? > > > > > > can you force your tomtom gps into pairing mode and then try > > > 'sdpcontrol -a tomtom search sp'? > > > > As a matter of fact there's only a procedure in the tomtom to connect to > > a cellular gprs phone via BT. You do not have any other option to control > > the BT device of your tomtom. Nopin is required. > > well, yes. that's obviously for "dialing out" via gprs using your cell > phone as modem (i.e. for tomtom plus). in other words tomtom is a > client and cell phone is a server. > > thanks, > max