11-16-2014 05:50 PM
Hi all,
Currently I am working labVIEW program to connect to XBee Wifi module.
As I just want to send a character "1" to my wifi Module, XBee S6B . So I just make a vi (Attached below) that's similar to example by using TCP connect to my XBee, however, the TCP listen couldn't connect to my XBee.
Indeed when I use hyperterminal in my computer ( by inserting IP address and Port of Xbee) to send character "1" to Xbee , Xbee successfully detected 1.
Please advised me for my vi.
Thanks in advanced.
11-17-2014 03:32 PM
Are you getting an error code at the TCP listen? What happens when you run the program?
-Jayk