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
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
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 +++--
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
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