03-20-2007 10:56 AM
03-23-2007 05:21 AM
Hi,
you need to put a TCP layer into your code (on both sides) so you can TCP write out from the PDA, and the "Server" side connected to the hardware can receive that and use the passed in values.
There's shipping examples on TCP that should get you up and running.
[ Mercislessly stolen from another posting : http://forums.ni.com/ni/board/message?board.id=170&message.id=220347&requireLogin=False ]
One thing to look out for is that PDAs are usually set to go off if they haven't been used in a while and their WLAN is often set to have some kind of automatic power management. In such a case, you would lose the connection. What I do is implement a system where I gurantee a constant delivery of packets and if nothing comes through the connection for too long a time both sides close the connection and try reopening it again.
Hope that helps
Thanks
Sacha Emery
National Instruments (UK)
03-30-2007 10:02 AM
07-24-2007 03:00 AM