Date: Tue, 10 Apr 2007 20:58:09 +0100 (BST) From: Iain Hibbert <plunky@rya-online.net> To: Eric Anderson <anderson@freebsd.org> Cc: freebsd-bluetooth@freebsd.org, Vittorio De Martino <vittorio@de-martino.it> Subject: Re: tomtom serial connection Message-ID: <1176235090.016851.473.nullmailer@galant.ukfsn.org> In-Reply-To: <461BD6BF.1030505@freebsd.org> References: <200704102004.34814.vittorio@de-martino.it> <461BD6BF.1030505@freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1176235090.016851.473.nullmailer>