[Linux-zigbee-devel] [PATCH 0/1] Enable izattach to change the baudrate

2013-04-17 Thread Tony Cheneau
This is a small patch for the izattach (part of the linux-zigbee userspace tools). It enables the user to select the baudrate when communicating with their IEEE 802.15.4 serial device. To the best of my knowledge, the only device making use of the izattach tool for the moment is the Redbee Econotag

[Linux-zigbee-devel] [PATCH 1/1] izattach: enable custom baudrate

2013-04-17 Thread Tony Cheneau
Add a "baudrate" parameter on the CLI that enables the user to choose from different baudrates. If no parameter is passed, the baudrate is set to 115200 (retaining the previous behavior). Signed-off-by: Tony Cheneau --- src/serial.c | 109 ++---