davidtsj WROTE:Dear robosang,
Currently i;m using pic basic pro to program my xbee..it;s kinda hard to find web sites related to my program interface with xbees..di u think my program can be used to interface xbees after configurating the xbees using x-ctu..thx in advance
I think robosang and yonghui have given you some clues on how to start.
Have you tried out to "play" your XBee with X-CTU? Basically, XBee is just a wireless transceiver (transmitter and Receiver). It will transmit what ever it receive from UART and transmit wirelessly to another XBee with the correct MY and DL address. At the other XBee, it will receive what ever is being transmitted wirelessly from the 1st XBee and transmit the data to UART transmit. And vise versa as there are bi-directional.
X-CTU is just a software developed to ease user:
1. To perform communication test between PC and XBee module, that is through PC setting tab.
2. To provide a Terminal window for user to see the wireless communication between two PC easily, using the Terminal Tab in X-CTU.
3. You can also use the Modem Setting Tab to configure the setting of MY and DL address to pair XBee up.
It does not matter what programming language you use to communicate with XBee, as long as it can communicate with XBee through UART, the programming language is good to be used.
Try playing the XBee with X-CTU first.