pc to xbee
pratima
Posts: 4
hi...
i m not able to figure out what is wrong in my code to transfer the dat from pc to xbee serially plz someone post me the code either in c related or matlab..
regards
i m not able to figure out what is wrong in my code to transfer the dat from pc to xbee serially plz someone post me the code either in c related or matlab..
regards
Comments
You might have a look at Parallax's xBee Manual here. You can download it for free via the link on that webpage.
Transferring data between a PC and xBee requires that you have a serial port connection. Once you've opened that, you can just transmit to the xBee and receive from the xBee. It's easier if you configure the two xBees so they start up with a connection between them. The xBee Manual describes how to do that using Digi's X-CTU utility program. The details of opening a serial port depend on the language that you're using (C vs Matlab vs whatever), but you'd find that in the documentation for the language.