LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

TCP Port Question

Hey gang,
  I'm pretty new to TCP connections, so I figure it's better to ask about this stuff up front than to ruin my company's network.  Eventually, I'm going to have a networked laptop that will also be connected to a deployed FieldPoint, and I'm going to be using TCP for server/client conversations between the FP and PC.  The question is, are there any ports that are going to cause problems?  Is there a range that is preferred for hardware communications?
0 Kudos
Message 1 of 5
(3,346 Views)
Hi Jeff.  With just your PC talking to Fieldpoint, there shouldn't be any ports you can select that will
cause problems with the network.

As far as choosing ports to use, I would recommend ports > 1024 as a minimum, and better would
be > 49152.  You really just want to avoid picking a port (on the PC side) that some other service
uses.  The Fieldpoint side should be happy using (almost) anything, but again > 49152 is safest.

http://en.wikipedia.org/wiki/List_of_TCP_and_UDP_port_numbers

Matt
Message 2 of 5
(3,334 Views)
Thanks, Matt.  That's exactly the answer I was looking for.
Smiley Happy
0 Kudos
Message 3 of 5
(3,322 Views)

 

Hi guys,

 

I have a question: I need to create a PDA version of my software and here is the situation:

 

It is a server client application which works over DSTP protocol for communication. But the labVIEW PDA module does not support DSTP protocol so: I must create a PDA client which reads data using TCP protocol.


So to simplify, the scope here is: To create a TCP client who reads data from DSTP server!!

 

Thanks, 
0 Kudos
Message 4 of 5
(3,224 Views)
Don't post same question in multiple threads. continue here
0 Kudos
Message 5 of 5
(3,216 Views)