Hi
I use Ameba26(RTL8720DF) board, use arduino OTA basic example, start mDNS and register service is OK, but appear the error message as below.How to solve for this problem?
Tools–>port–>Network port (error mesage)
“No monitor available for the port protocol network.Could not connect to XXX network port.”
when upload (error message)
main] Default input parameters 2 usage: C:\Users\USER\AppData\Local\Arduino15\packages\realtek\tools\ameba_d_tools\1.1.3\misc\OTA_All.bin
File: C:\Users\USER\AppData\Local\Arduino15\packages\realtek\tools\ameba_d_tools\1.1.3\misc\OTA_All.bin opened succesfully in current folder (Size: 741408 Byte)
Checksum: 74894598
Create socket: success (248)
IP = 192.168.6.106 [User Input / Arduino Network Port]
PORT = 8082
Failed uploading: uploading error: exit status 0xffffffff
Hi dakamaster
yes, I found the new network ip port from Tool–>port–>Ameba_10AC20at 192.168.6.106 as below.
but when I select this port, appear
“No monitor available for the port protocol network.Could not connect to XXX network port.”
Since you are currently opening your Serial Monitor, there might be a conflict if you want to display your data from the network port to your serial monitor. Thus, could you please close the serial monitor tab and try to select your network port again.