Serial Monitor is provided by Arduino IDE and can be used to debug source codes or to output the results. PHPoC Shield for Arduino provides the same function with the serial monitor via web. With your smartphone, you can operate whenever or wherever without connecting Arduino to the PC because of its web-based features.
Connect the shield to the network according to Connecting to Network.
Install Phpoc Library on your PC according to Installing the Library.
Run the Arduino IDE from the PC.
Open the "DateTime" example to confirm the web serial monitor feature.
After checking the loaded examples, upload them to the Arduino.
Now run a web browser on your smartphone or PC and connect to the IP address of the shield.
Please, check Verify The IP Address if you do not know the IP address.
Click "Web Serial Monitor".
Set the rate to "9600" and click "Connect".
Once it is successfully connected, it will output the date and time as shown in the serial monitor.
Click on the button in the serial monitor of Arduino IDE, you can see the same output.