Re: [Linux-zigbee-devel] [PATCH v2 2/2] izattach: enable custom baudrate

2013-04-24 Thread Alexander Aring
Dear Tony, On Wed, Apr 24, 2013 at 10:49:16AM -0400, Tony Cheneau wrote: > 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 Chenea

Re: [Linux-zigbee-devel] [PATCH v2 0/2] Enable izattach to change the baudrate

2013-04-24 Thread Alan Ott
On 04/24/2013 10:49 AM, Tony Cheneau wrote: > 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. > > This is the 2nd version of these patches. Here is the list o

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

2013-04-24 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 | 103 +++--

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

2013-04-24 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. This is the 2nd version of these patches. Here is the list of changes since the previous version: - split the ini

[Linux-zigbee-devel] [PATCH v2 1/2] izattach: remove extra whitespace

2013-04-24 Thread Tony Cheneau
Signed-off-by: Tony Cheneau --- src/serial.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/serial.c b/src/serial.c index 252f3d9..ab76aea 100644 --- a/src/serial.c +++ b/src/serial.c @@ -76,8 +76,8 @@ int main(int argc, char **argv) { tbuf.c_lflag &= ~(ICANO