04-09-2008 08:00 PM
04-09-2008 09:42 PM
04-10-2008 06:28 AM
05-02-2012 11:12 AM
Hi,
I have a problem with the property node. I'm doing the serial communication with labview and ZigBee Xbee API. I send a data frame API to identify the routers on the network and send me Xbee several data frames depending on the amount of Xbee there, when I use the instruction bytes at port is sometimes sends me the amount of a one Xbee, sometimes 0 bytes and never fullamount of the frames. I can do to solve this problem?
Thanks
05-02-2012 11:26 AM
The problem could be something as simple as not waiting long enough before checking the property.
05-02-2012 11:32 AM
Thanks, that was the problem. But if I have too many devices on the network would have changed forever this time? Or is there another way to detect that the frame is not finished?
05-02-2012 11:35 AM
Please provide the exact format of the data you are reading. If, for example there is a termination character, you don't have to wait and you don't use the VISA Bytes at Serial Port at all. You just specify some large arbitrary number of bytes to read.
05-02-2012 11:46 AM
This is the format in hexa 7E00 2288 014E 4400 D083 0013 A200 406E 8234 204E 4F44 4F31 00FF FE01 00C1 0510 1E00 0200 0003 7E00 2188 014E 4400 7ACD 0013 A200 406F F4C4 4E4F 444F 3200 FFFE 0100 C105 101E 0002 0000 2B. In this frame were reported two devices. The frame of each device begins with the rest are 7E byte data of each frame that is determined by API protocol Xbee.
Thanks a lot