LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

UDP and wireless

Not sure where I should be posting this so I put it here. I am currently working on a project where I have to use the UDP protocol to read in data being sent to me throught a wireless access point. I am still not sure if I should be using the UDP parts or if I should be using the IrDA parts for this?
0 Kudos
Message 1 of 3
(2,785 Views)
Could you post some details of exactly what you are trying to accomplish?  An application where you are using UDP  versus IrDA could be very different. 


Message Edited by BLAQmx on 03-19-2008 01:26 PM
Mark
NI App Software R&D
0 Kudos
Message 2 of 3
(2,767 Views)
From your description, I assume you're talking about Wi-Fi. This has nothing to do with IR. Wi-Fi works using radio waves and replaces the data link layer of the connection. As such, it is completely transparent to your LabVIEW code and you should use it as you would use any IP based communication setup (e.g. a dialup modem or a LAN). That means using the UDP VIs.

___________________
Try to take over the world!
0 Kudos
Message 3 of 3
(2,759 Views)