这就是为什么我问你的PIC32是否能够解析服务器IP地址(是ARP成功)吗?还有一种可能性:一旦你把一个特定的IP地址分配给PC机,你的PC机和服务器之间的路由器正在制作一个ARP表条目,将PC IP地址映射到PC MAC地址,然后将相同的IP地址分配给PIC32(我猜这是静态IP地址分配)。现在PC不在网络中,你可能有一个IP地址冲突。我建议你尝试一个不同的IP地址为PIC32,并首次ping PIC32与您的PC在网络中。
以上来自于百度翻译
以下为原文
That why I am asking if your PIC32 is able to resolve the Server IP address (is ARP successful) ?
There is another possibility:
Once you assign a particular IP address to the PC, the router between your PC and Server is making an ARP table entry mapping the PC IP address to the PC mac address.
Then you assign the same IP address to the PIC32 (I am guessing this is static IP address allocation and now PC is not in network), you are probably having an IP address conflict.
I would suggest you to try a different IP address for PIC32, and first ping the pic32 with your PC in the network.
这就是为什么我问你的PIC32是否能够解析服务器IP地址(是ARP成功)吗?还有一种可能性:一旦你把一个特定的IP地址分配给PC机,你的PC机和服务器之间的路由器正在制作一个ARP表条目,将PC IP地址映射到PC MAC地址,然后将相同的IP地址分配给PIC32(我猜这是静态IP地址分配)。现在PC不在网络中,你可能有一个IP地址冲突。我建议你尝试一个不同的IP地址为PIC32,并首次ping PIC32与您的PC在网络中。
以上来自于百度翻译
以下为原文
That why I am asking if your PIC32 is able to resolve the Server IP address (is ARP successful) ?
There is another possibility:
Once you assign a particular IP address to the PC, the router between your PC and Server is making an ARP table entry mapping the PC IP address to the PC mac address.
Then you assign the same IP address to the PIC32 (I am guessing this is static IP address allocation and now PC is not in network), you are probably having an IP address conflict.
I would suggest you to try a different IP address for PIC32, and first ping the pic32 with your PC in the network.
举报