Applies To: |
|
Summary: |
The TCP/IP Port driver has been implemented
will allow most Serial protocol drivers to run over TCP/IP. This
allows the user to send serial protocols over TCPIP and to write
their own TCPIP protocols.
Note: The ability to use a serial protocol driver over TCPIP is not guaranteed, and will not work in all cases. In the event that a driver does not work over TCP/IP as discussed in this KB article, Ci Technologies will treat requests to enable this ability as an enhancement. This may involve some time and/or cost. |
Solution: | |||||||||||||||||||||||||||||||||||||||||||||
This means that you are able to run (for
eg) TIDIRECT over TCPIP. assuming that the data format is the same
for TIDIRECT and TITCP you would be able to define the two like
this:
It also means that you are able to use the com read and write functions to implement simple tcpip communications in cicode. (As most TCPIP protocols are plain text based you should be able to do most of them) Special options to be aware of for TCPIP are: -Ia.b.c.d set remote IP address -Pn set remote port number -U select UDP protocol, the default mode is TCP where: a.b.c.d standard IP address in dot notation using decimal numbers 0 - 255. n decimal value for the port ID for the required service |
Keywords: |
Related Links
Attachments