Check whether a computer can communicate with the ScanSnap by using the PING command.
Windows
-
Check the IP address of the ScanSnap.
-
Press
in the home screen on the touch panel of the ScanSnap to display the [Settings] screen.
-
Press [Wireless setup] to display the [Wireless setup] screen.
-
Press [Wi-Fi information] to display the [ScanSnap information] screen.
-
Check the [IP address] in the [Network] tab.
-
-
Display the [Command Prompt] window.
For details about how to display Device Manager, refer to [Windows] To display the [Command Prompt] window.
-
Enter the following at the point where the cursor flashes, and press the [Enter] key on the keyboard.
ping <IP address of the ScanSnap>
A space is required between the PING command and the IP address.
-
Check the command result.
-
When a computer is communicating with the ScanSnap correctly
"Reply from ... : bytes...." appears.
-
When a computer is not communicating with the ScanSnap correctly
An error such as "Request timed out." and "Destination host unreachable." appears.
-
macOS
-
Check the IP address of the ScanSnap.
-
Press
in the home screen on the touch panel of the ScanSnap to display the [Settings] screen.
-
Press [Wireless setup] to display the [Wireless setup] screen.
-
Press [Wi-Fi information] to display the [ScanSnap information] screen.
-
Check the [IP address] in the [Network] tab.
-
-
From the sidebar in Finder on a computer, select [Applications] → [Utilities] and double-click [Terminal] to start up.
-
Enter the following at the point where the cursor is displayed, and press the [Enter] key on the keyboard.
ping -c 4 <IP address of the ScanSnap>
A space is required between "ping", "-c", "4", and "<IP address of the ScanSnap>".
-
Check the command result.
-
When a computer is communicating with the ScanSnap correctly
"0.0% packet loss" appears.
-
When a computer is not communicating with the ScanSnap correctly
Text other than "0.0% packet loss" appears.
Example: 100.0% packet loss
-