|
Testing TCP/IP LLP ConnectionsIt can often be useful to test LLP implementations using a low level tool to view the raw data being transmitted by an interface. An example of such a tool is called MSOCS (shown below). ![]() MSOCS Test Program MSOCS is a very simple tool to use and is useful for testing TCP/IP LLP Connections. To use the MSOCS application:
The receiving window will be populated with the output when a message is sent.
By examining the exact hexadecimal codes of the message, you can see exactly what is being sent. This is an excellent diagnostic tool for working out low level problems.
|