Confirming communication result

Confirm the file that is transferred from the IoT equipment on the application server.

(1) in Windows

1. On the application server, open the file explorer of Windows.

2. Enter "C:\temp\received" in the address bar.

3. Check that the "result.txt" file exists in the "received" folder.

If you set Windows not to show file name extensions, the file name is displayed as "result".

4. Open the "result.txt" file, and then confirm that the content of the "result.txt" file is the same as the content of the "test.txt" file.

The communication test is now complete. After completing the communication test, if you set the details of HULFT IoT, see the "User's Guide".

(2) In Linux

1. On the application server, execute the following command and check the "/tmp/received/result.txt" file is displayed.

ls /tmp/received/result.txt

2. Confirm that the content of the "result.txt" file is the same as the content of the "test.txt" file.

cat /tmp/received/result.txt

The communication test is now complete. After completing the communication test, if you set the details of HULFT IoT, see the "User's Guide".