Test Reader Connection to TCPIP endpoint

Note

To interact with the reader via TCPIP a tcpip client is needed.

TCPIP Client

  • A TCPIP client app can be used to connect to the reader and read the tag data.

TCPIP Server

  • The reader after configuration acts as a tcpip server listening to client connections over the configured tcpip port .

Interact with Reader

  • Tag reads can be started by sending the start command to the reader.

    ../../_images/TCPIP_Start_postman.png
  • Once start succeeds the tag data will be sent to the tcpip endpoint configured in the reader.A tcpip client app can be used to connect to the reader and get the tag data on the host side.

    ../../_images/TCPIP_tagdata.png