FreeBSD Bugzilla – Attachment 148772 Details for
Bug 194691
[patch] Update bluetooth rfcomm_sppd documentation in handbook
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to pdate bluetooth rfcomm_sppd documentation in handbook
bluetooth_spp.diff (text/plain), 1.12 KB, created by
Tobias Rehbein
on 2014-10-29 18:15:21 UTC
(
hide
)
Description:
Patch to pdate bluetooth rfcomm_sppd documentation in handbook
Filename:
MIME Type:
Creator:
Tobias Rehbein
Created:
2014-10-29 18:15:21 UTC
Size:
1.12 KB
patch
obsolete
>Index: en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml >=================================================================== >--- en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml (Revision 45886) >+++ en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml (Arbeitskopie) >@@ -2876,13 +2876,20 @@ > specify a <acronym>RFCOMM</acronym> channel on the command > line.</para> > >- <screen>&prompt.root; <userinput>rfcomm_sppd -a 00:07:E0:00:0B:CA -t /dev/ttyp6</userinput> >-rfcomm_sppd[94692]: Starting on /dev/ttyp6...</screen> >+ <screen>&prompt.root; <userinput>rfcomm_sppd -a 00:07:E0:00:0B:CA -t</userinput> >+rfcomm_sppd[94692]: Starting on /dev/pts/6... >+/dev/pts/6</screen> > > <para>Once connected, the pseudo tty can be used as serial > port:</para> > >- <screen>&prompt.root; <userinput>cu -l ttyp6</userinput></screen> >+ <screen>&prompt.root; <userinput>cu -l /dev/pts/6</userinput></screen> >+ >+ <para>The pseudo tty is printed on stdout and can be read by >+ wrapper scripts:</para> >+ >+ <programlisting>PTS=`rfcomm_sppd -a 00:07:E0:00:0B:CA -t` >+cu -l $PTS</programlisting> > </sect3> > </sect2> >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 194691
: 148772