Hi!
I have a device with WiFi connectivity. Sending data from LabVIEW to it, is straightforward. But how can I receive data efficiently? Data is not sent from the device periodically so an event-based procedure could be used for this.
I already have read several topics in this forum. Some users suggest parallel "polling" of received data. And as far as I know it is not possible to create an event on data value change in an Event Structure.
I have attached a simple vi which sends data successfully.
Thanks!