Author |
Message |
Topic: xbee at commands |
haden
Replies: 10
Views: 15915
|
Forum: General CCS C Discussion Posted: Sun Feb 19, 2012 2:02 pm Subject: xbee at commands |
The above code returns:
OK
4031F854
OK
But how can I verify that the +++ command returns OK before i continue? I've looked at the strcmp method, but can't figure out where to put it.. C is not m ... |
Topic: xbee at commands |
haden
Replies: 10
Views: 15915
|
Forum: General CCS C Discussion Posted: Thu Feb 16, 2012 10:24 am Subject: xbee at commands |
Thank you very much. its awesome
I've change it to:
void main() {
enable_interrupts(int_rda);
enable_interrupts(global);
delay_ms(2000);
printf ... |
Topic: xbee at commands |
haden
Replies: 10
Views: 15915
|
Forum: General CCS C Discussion Posted: Wed Feb 15, 2012 1:43 pm Subject: xbee at commands |
I've tried modify one the examplefiles, but no luck.
#include "16F886.h"
#fuses NOLVP,NOWDT,PUT,BROWNOUT,INTRC_IO
#use delay(clock=2000000)
#use rs232(baud=9600, xmit=pin_C6 ... |
Topic: xbee at commands |
haden
Replies: 10
Views: 15915
|
Forum: General CCS C Discussion Posted: Tue Feb 14, 2012 1:25 am Subject: xbee at commands |
Thanks
I can send using the printf, but how do i receive the result from the ATSL returned from the xbee?
Kim |
Topic: xbee at commands |
haden
Replies: 10
Views: 15915
|
Forum: General CCS C Discussion Posted: Tue Feb 14, 2012 12:23 am Subject: xbee at commands |
Thanks
Sorry for not providing that.
Its a DIGI XBEE series 2 module, in AT mode that is connected using the UART of the PIC(pin 17,18). I'm using the plain old rx/tx.
If other connection methods a ... |
Topic: xbee at commands |
haden
Replies: 10
Views: 15915
|
Forum: General CCS C Discussion Posted: Mon Feb 13, 2012 2:05 pm Subject: xbee at commands |
Hi
I've searched and read a lot in this nice forum, but I have no clue where to start. I'm totally newbie into PIC, but what a new world that had opened up... I hope some of you can point me in the r ... |
|