1BRAWCHANNEL(1) General Commands Manual BRAWCHANNEL(1)
2
3
4
6 brawchannel - Barry Project's program to create a channel to a Black‐
7 Berry application
8
10 brawchannel [-h][-p pin][-P pass][-v] <channel name>
11
13 brawchannel is a tool for connecting to an application channel on a
14 BlackBerry device, as provided to on device programs by the
15 net.rim.device.api.system.USBPort API. Data received on the channel
16 will be output to STDOUT and any data received on STDIN in will be sent
17 over the channel. Any errors or verbose output will be written to
18 STDERR. The channel name provided to this program should be the same
19 as the channel name passed to the call to net.rim.device.api.sys‐
20 tem.USBPort.registerChannel
21
23 -h Display a command help summary.
24
25 -p pin Specifies the PIN number of the device with which you wish to
26 communicate, when multiple devices are connected.
27
28 -P password
29 A simplistic method to specify the device password.
30
31 -v Verbose debug output. This enables dumping of USB bus scanning,
32 as well as the protocol packets used during communication. This
33 will cause libusb to output information on STDOUT, which will
34 usually be undesirable. Setting the environment variable
35 USB_DEBUG to 0, 1 or 2 should prevent any addition output on
36 STDOUT.
37
39 brawchannel was initially written for the Barry project by RealVNC
40 Ltd., based on bjavaloader by Nicolas Vivien.
41
43 http://www.netdirect.ca/software/packages/barry
44
45
46
47
48 August 17, 2010 BRAWCHANNEL(1)