attie / libxbee3

A C/C++ library to aid the use of Digi XBee radios in API mode
GNU Lesser General Public License v3.0
68 stars 40 forks source link

Digi Xbee Pro S1 test module problem #15

Closed venushkadharmasiri closed 6 years ago

venushkadharmasiri commented 8 years ago

I have checked my Xbee pro s1 module on xXCTU is working I tried the test program But i'm not having the incorrect output. Please be kind enough to explain me.

venushka-pc@venushkapc-ThinkPad-E460:~/my_libxbee/libxbee3/sample/xbee1/0.simple_at$ make 
gcc main.c -g -o main -I/home/venushka-pc/my_libxbee/libxbee3/include -L /home/venushka-pc/my_libxbee/libxbee3/lib -lxbee -lpthread -lrt
venushka-pc@venushkapc-ThinkPad-E460:~/my_libxbee/libxbee3/sample/xbee1/0.simple_at$ ./main 
tx: -17
txRet: 0
attie commented 8 years ago

Hello,

Please work through the "it's not working" steps on my website:

http://attie.co.uk/libxbee/getting_started/its_not_working#s1

It would be particularly useful for you to enable logging, as discussed on that page.

Attie

On 27 July 2016 at 15:39, venushkadharmasiri notifications@github.com wrote:

I have checked my Xbee pro s1 module on xXCTU is working I tried the test program But i'm not having the incorrect output. Please be kind enough to explain me.

venushka-pc@venushkapc-ThinkPad-E460:~/my_libxbee/libxbee3/sample/xbee1/0.simple_at$ make gcc main.c -g -o main -I/home/venushka-pc/my_libxbee/libxbee3/include -L /home/venushka-pc/my_libxbee/libxbee3/lib -lxbee -lpthread -lrt venushka-pc@venushkapc-ThinkPad-E460:~/my_libxbee/libxbee3/sample/xbee1/0.simple_at$ ./main tx: -17 txRet: 0

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/attie/libxbee3/issues/15, or mute the thread https://github.com/notifications/unsubscribe-auth/ACGAP3xB7Ie2N5D8-Xn8lFrIrLoOI1JIks5qZ224gaJpZM4JWQxF .

venushkadharmasiri commented 8 years ago

Dear Attie,

I've sloved it your library is working. Thank you so much.