Quote:
Originally Posted by rppprez
I have been unable to uptain the data I'm looking for.
I am using Windows XP, trying to write some code to capture the signal coming from the XBee Pro through the X-CTU program that comes with it. I'm not sure if it is possible with the format I'm using.
The program I want to create is almost like a port sensing type of program. I would basically have it running in an infinite loop until it receives a signal and then it would execute whatever I need it to do.
I'm not exactly sure what language would be best or even if its possible.
Thanks for your assistance
Hello again!
Please, do try to write in proper English and lay your text out in a way, that makes it pleasant to read. It's really difficult to read what you've written otherwise and you probably won't get as much help that way. I've changed your last post a little, making it much easier to read.
Now, about your question: according to the
Product Manual (Page 70), the X-CTU software allows you to configure "PC serial ports for interfacing with an RF module". So, if I understand correctly, you can forward the signal from the XBee to a (virtual?) serial port, right?
OK, if that's correct, you don't need something
"almost like a port sensing type of program", it
would be a port sensing program!
Now, port programming is possible with many languages; C, C++ and C# for example. Do you know any programming languages so far? If so, you (we) can try to find out, if that language / one of those languages is a viable option.
Greetings,
Nepomuk