This repository was archived by the owner on May 16, 2019. It is now read-only.

Description
Hi all,
I keep getting this incorrect result when running the main.c in 0.simple_at
tx:17
txRet:0
Although i knew someone else has asked this question, but i still can't figure out the solution that was provided, after i do XBEE_LOG_LEVEL=100 make run i get the result of
LD_LIBRARY_PATH=../../../lib ./main
20#[xbee.c:160] xbee_vsetup() 0x16521f0: Created new libxbee instance @ 0x16521f0
6#[conn.c:530] _xbee_conNew() 0x16521f0: Created new 'Local AT' type connection @ 0x1657050
15#[thread.c:71] threadFunc() 0x16521f0: starting thread 0x1656ae0, function xbee_rx()...
15#[thread.c:71] threadFunc() 0x16521f0: starting thread 0x1656ca0, function xbee_rxHandler()...
15#[thread.c:71] threadFunc() 0x16521f0: starting thread 0x1656e60, function xbee_tx()...
tx: -17
txRet: 0
6#[conn.c:1079] xbee_conEnd() 0x16521f0: Closed connection @ 0x1657050
20#[xbee.c:200] xbee_shutdown() 0x16521f0: Started shutdown procedure for libxbee instance @ 0x16521f0
15#[thread.c:71] threadFunc() !0x16521f0!: starting thread 0x1657050, function xbee_shutdownThread()...
Can someone explain what is going wrong now? i have tried close or open flow control in config.mk but i still got this error.