Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

brawchannel(1) [debian man page]

BRAWCHANNEL(1)						      General Commands Manual						    BRAWCHANNEL(1)

NAME
brawchannel - Barry Project's program to create a channel to a BlackBerry application SYNOPSIS
brawchannel [-h][-p pin][-P pass][-v] <channel name> DESCRIPTION
brawchannel is a tool for connecting to an application channel on a BlackBerry device, as provided to on device programs by the net.rim.device.api.system.USBPort API. Data received on the channel will be output to STDOUT and any data received on STDIN in will be sent over the channel. Any errors or verbose output will be written to STDERR. The channel name provided to this program should be the same as the channel name passed to the call to net.rim.device.api.system.USBPort.registerChannel OPTIONS
-h Display a command help summary. -p pin Specifies the PIN number of the device with which you wish to communicate, when multiple devices are connected. -P password A simplistic method to specify the device password. -v Verbose debug output. This enables dumping of USB bus scanning, as well as the protocol packets used during communication. This will cause libusb to output information on STDOUT, which will usually be undesirable. Setting the environment variable USB_DEBUG to 0, 1 or 2 should prevent any addition output on STDOUT. AUTHOR
brawchannel was initially written for the Barry project by RealVNC Ltd., based on bjavaloader by Nicolas Vivien. SEE ALSO
http://www.netdirect.ca/software/packages/barry August 17, 2010 BRAWCHANNEL(1)

Check Out this Related Man Page

BFUSE(1)						      General Commands Manual							  BFUSE(1)

NAME
bfuse - Create a FUSE filesystem out of BlackBerry databases. SYNOPSIS
bfuse mountpoint [options] DESCRIPTION
bfuse connects to your BlackBerry and turns its databases into a mounted filesystem using the FUSE filesystem library. As such, it has a few basic arguments, and a list of common options supported by FUSE. The device will remain in Desktop mode for as long as bfuse runs. For more information on FUSE options, see http://fuse.sourceforge.net/ BARRY OPTIONS
-p pin Specify the PIN of the device you want to mount. Default is to mount all available devices. -P password Simplistic method to specify the device password on the command line. FUSE OPTIONS
-o opt FUSE mount options. -h Display a command help summary. -V Display version information, including Barry library, FUSE library, and kernel interface. -d Enable debug output. Implies '-f'. -f Operate in the foreground. -s Disable multi-threaded operation. AUTHOR
bfuse is part of the Barry project and was written Chris Frey, as was this manual page. SEE ALSO
http://www.netdirect.ca/software/packages/barry August 17, 2009 BFUSE(1)
Man Page

2 More Discussions You Might Find Interesting

1. Programming

Changing STDOUT during runtime

Hi, Currently my STDOUT is configured as tty0, Is there a way to change it during runtime? I need to use this serial for other external device Thanks, Alex (2 Replies)
Discussion started by: alex889
2 Replies

2. UNIX for Dummies Questions & Answers

STDOUT redirect to file and format problems

Hi All, I am using centOS. When I try to redirect STDOUT to a file, it ends up in getting some funny characters. For example ... STDOUT of the command as follows. $ ls H3k27me3 H3k36me3 H3k4me1 H3k4me2 H3k4me3 H3k9ac H4k20me1 $ ls >test $ cat test ^ (1 Reply)
Discussion started by: Chulamakuri
1 Replies