On ArduinoIDE I select the board “unowifi”, then I select the “IP Address” port, and then I try to open the “Serial Monitor” but I get the following error:
“Serial monitor is not supported on network ports such as 192.168.1.111 for the Arduino Uno WiFi in this release”
I'm doing an application where I communicate arduinoIDE and my PC with ubuntu via network.
How are you getting the IDE to communicate with the PC?
The ONLY thing that the IDE can communicate with is a serial port on the PC that it is running on, and the ONLY reason it does that is to upload code to the Arduino.
Just now I found this Uno WiFi related question.
To access Uno WiFi's factory firmware or esp-link firmware's 'WiFiSerial' output you need a telnet client, not a telnet server.