Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

bcsp(4) [netbsd man page]

BCSP(4) 						   BSD Kernel Interfaces Manual 						   BCSP(4)

NAME
bcsp -- BlueCore Serial Protocol driver SYNOPSIS
pseudo-device bcsp DESCRIPTION
The bcsp driver provides a tty(4) line discipline to send and receive BlueCore Serial Protocol packets over a serial line, as described in the "BlueCore Serial Protocol (BCSP)" specification. Moreover, the bcsp supports BCSP Link Establishment Protocol, as described in the "BCSP Link Establishment Protocol" specification. The btattach(8) program is used to configure the tty line and create the bcsp driver instance. SEE ALSO
bluetooth(4), btuart(4), btattach(8) HISTORY
The bcsp device appeared in NetBSD 5.0. AUTHORS
KIYOHARA Takashi <kiyohara@kk.iij4u.or.jp> BUGS
bcsp does not support configuration for baud rate yet. BSD
August 23, 2009 BSD

Check Out this Related Man Page

HCIATTACH(8)						    Linux System Administration 					      HCIATTACH(8)

NAME
hciattach - attach serial devices via UART HCI to BlueZ stack SYNOPSIS
hciattach < tty > < type | id > [ speed ] [ flow ] DESCRIPTION
Hciattach is used to attach a serial UART to the Bluetooth stack as HCI transport interface. OPTIONS
<tty> This specifies the serial device to attach. A leading /dev can be omitted. Examples: /dev/ttyS1 ttyS2 <type | id> The type or id of the Bluetooth device that is to be attached, i.e. vendor or other device specific identifier. Currently supported types are type description any Unspecified HCI_UART interface, no vendor specific options ericsson Ericsson based modules digi Digianswer based cards xircom Xircom PCMCIA cards: Credit Card Adapter and Real Port Adapter csr CSR Casira serial adapter or BrainBoxes serial dongle (BL642) bboxes BrainBoxes PCMCIA card (BL620) swave Silicon Wave kits bcsp Serial adapters using CSR chips with BCSP serial protocol Supported IDs are (manufacturer id, product id) 0x0105, 0x080a Xircom PCMCIA cards: Credit Card Adapter and Real Port Adapter 0x0160, 0x0002 BrainBoxes PCMCIA card (BL620) <speed> The speed specifies the UART speed to use. Baudrates higher than 115.200bps require vendor specific initializations that are not implemented for all types of devices. In general the following speeds are supported: 9600, 19200, 38400, 57600, 115200, 230400, 460800, 921600 Supported vendor devices are automatically initialised to their respective best settings. <flow> If the keyword flow is appended to the list of options then hardware flow control is forced on the serial link ( CRTSCTS ). All above mentioned device types have flow set by default. To force no flow control use noflow instead. AUTHORS
Written by Maxim Krasnyansky <maxk@qualcomm.com> man page by Nils Faerber <nils@kernelconcepts.de> BlueZ Jan 22 2002 HCIATTACH(8)
Man Page

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

How to extract a sub-string from a string?

Can anyone help with my string editing problem? I need write a ksh script to extract a sub-string from a longer string. The sub-string will start wih the characters SPC and end with the ) character but I don't know in advance where in the main string these characters will appear or how long the... (4 Replies)
Discussion started by: JohnHealey
4 Replies

2. Shell Programming and Scripting

selecting only few lines from many based on a common pattern

Hi, I have a file having some thousand records with the following sort of lines: Error: Failed to get order data Order: PO-BBBTGZE Error: No CLI Error: Failed to get order data Order: PO-SBDJUZA Order: PO-XBBIDEN Error: No CLI Error: Failed to get order data Order: PO-BBDJUTQ Order:... (2 Replies)
Discussion started by: damansingh
2 Replies

3. Shell Programming and Scripting

Format each line of the file

I have a file -> testfile title title title title ---- ---- ---- ---- vimal thoma 100 approved vimal yes 2 allowed I want to change this file as title ,title ,title ,title ---- ... (7 Replies)
Discussion started by: vj8436
7 Replies

4. Shell Programming and Scripting

Simple script to find common strings in two files

Hi , I want to write a simple script. I have two files file1: BCSpeciality Backend CB CBAPQualDisp CBCimsVFTRCK CBDSNQualDisp CBDefault CBDisney CBFaxMCGen CBMCGeneral CBMCQualDisp file2: CSpeciality Backend (8 Replies)
Discussion started by: ramky79
8 Replies

5. UNIX for Advanced & Expert Users

Conflicts in the output of TOP command

Hi All, In the output of TOP command in my unix system, i monitored that some process has utilization more than 100% even some process has 4000% utilisation. Please help me understand how it is possible to show more than 100% utilization. Please see the screenshot below:... (2 Replies)
Discussion started by: anand2308
2 Replies

6. IP Networking

Help with iptables

photo... (1 Reply)
Discussion started by: beerpong1
1 Replies

7. Shell Programming and Scripting

Split csv file by line count.

I have a very large csv file that I sort by the data that is in the second column. But what I need to do next is split the file in groups of say around 30,000 lines but don't split the data while there is still like data in the in the second column. Here is some of the data. ... (2 Replies)
Discussion started by: GroveTuckey
2 Replies

8. Shell Programming and Scripting

Bash 3d associative array with bash3 AND multiple files

Hello again guru’s (big apologies for wall of text) Still working on that DNS updater for my production team and while there is a ton of hit in searches i can't seem to find the answer to this. Context: We have apps that switch from let’s say host1 to host2. REAL basic DNS clustering... (5 Replies)
Discussion started by: maverick72
5 Replies