From owner-freebsd-bluetooth@FreeBSD.ORG Tue Apr 10 19:59:55 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 D74CE16A401 for ; Tue, 10 Apr 2007 19:59:55 +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 A138D13C459 for ; Tue, 10 Apr 2007 19:59:55 +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 1HbMVI-0007F9-GH; Tue, 10 Apr 2007 20:59:53 +0100 Received: (nullmailer pid 666 invoked by uid 1000); Tue, 10 Apr 2007 19:58:10 -0000 Date: Tue, 10 Apr 2007 20:58:09 +0100 (BST) To: Eric Anderson In-Reply-To: <461BD6BF.1030505@freebsd.org> References: <200704102004.34814.vittorio@de-martino.it> <461BD6BF.1030505@freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Message-Id: <1176235090.016851.473.nullmailer@galant.ukfsn.org> From: Iain Hibbert Cc: freebsd-bluetooth@freebsd.org, Vittorio De Martino 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: Tue, 10 Apr 2007 19:59:55 -0000 On Tue, 10 Apr 2007, Eric Anderson wrote: > On 04/10/07 15:04, Vittorio De Martino wrote: > > How can I make it? > > I don't see RFCOMM in the list above. yeah, Vittorio should try sdpcontrol -a tomtom search sp to see if the 'Serial Port' service is available.. > Record Handle: 0x00090001 > Service Class ID List: > Serial Port (0x1101) > Protocol Descriptor List: > L2CAP (0x0100) > RFCOMM (0x0003) > Protocol specific parameter #1: u/int8/bool 1 in the above example, you can connect to channel 1 directly since you know that the Serial Port service is there.. rfcomm_sppd -a xxx -t /dev/ttyp6 -c 1 perhaps if Vittorio can't find any serial port, try connecting to all the channels between 1 and 30 to see if he can find the one that the tomtom is listening on. iain