LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Send and Receive Packet Data over the network

Solved!
Go to solution

Dear all.

 

Lets say I have a GPRS Modem which sends a packet data to a fixed IP address of a server.

 

How can I receive and read the packet data using Labview?

 

In another way, how can I send a packet data from the server using Labview?

 

Thanks.

0 Kudos
Message 1 of 4
(2,886 Views)
Solution
Accepted by topic author uoi

Dear uoi,

 

First of all, in my opinion, you should decide what protocol you are going to use to communicate both sides of the application.

Is that UDP or TCP, for example?

Reading the packet depends on the protocol, I think. But that is possible.

Regarding those two examples of protocol that I quoted, here it goes two white papers for you to analyze.

Basic TCP/IP Communication in LabVIEW

UDP Communication in LabVIEW

 

Regards,

 

Mondoni
0 Kudos
Message 2 of 4
(2,858 Views)

Thanks, joaopam.

 

Your information is quite helpful.

0 Kudos
Message 3 of 4
(2,837 Views)

I've implemented TCP, it is accessing the TCP port of client and in response I'm not able to get the output data. 
P.s: No error is present 

0 Kudos
Message 4 of 4
(818 Views)