onbluesun 发表于 2012-5-19 15:24:55

ENC28j60不能打开网页

本帖最后由 onbluesun 于 2012-5-19 17:49 编辑

51单片机+ENC28j60可以PING通,但不能打开WESERVER网页,高手求助!!!我用的IE9
IP什么的配置如下:(哪个是配置DNS的?)#define UIP_IPADDR0   192 /**< The first octet of the IP address of
                             this uIP node, if UIP_FIXEDADDR is
                             1. \hideinitializer */
#define UIP_IPADDR1   168 /**< The second octet of the IP address of
                             this uIP node, if UIP_FIXEDADDR is
                             1. \hideinitializer */
#define UIP_IPADDR2   1   /**< The third octet of the IP address of
                             this uIP node, if UIP_FIXEDADDR is
                             1. \hideinitializer */
#define UIP_IPADDR3   13   /**< The fourth octet of the IP address of
                             this uIP node, if UIP_FIXEDADDR is
                             1. \hideinitializer */

#define UIP_NETMASK0    255 /**< The first octet of the netmask of
                             this uIP node, if UIP_FIXEDADDR is
                             1. \hideinitializer */
#define UIP_NETMASK1    255 /**< The second octet of the netmask of
                             this uIP node, if UIP_FIXEDADDR is
                             1. \hideinitializer */
#define UIP_NETMASK2    255 /**< The third octet of the netmask of
                             this uIP node, if UIP_FIXEDADDR is
                             1. \hideinitializer */
#define UIP_NETMASK3    0   /**< The fourth octet of the netmask of
                             this uIP node, if UIP_FIXEDADDR is
                             1. \hideinitializer */

#define UIP_DRIPADDR0   192 /**< The first octet of the IP address of
                             the default router, if UIP_FIXEDADDR is
                             1. \hideinitializer */
#define UIP_DRIPADDR1   168 /**< The second octet of the IP address of
                             the default router, if UIP_FIXEDADDR is
                             1. \hideinitializer */
#define UIP_DRIPADDR2   1   /**< The third octet of the IP address of
                             the default router, if UIP_FIXEDADDR is
                             1. \hideinitializer */
#define UIP_DRIPADDR3   1   /**< The fourth octet of the IP address of
                             the default router, if UIP_FIXEDADDR is
                             1. \hideinitializer */

lklhzu 发表于 2012-5-19 16:06:32

用的哪个片子?我用STC12C5A60S2,配置和你一样,可以打开网页。见下图:

onbluesun 发表于 2012-5-19 16:09:32

我用的是STC90C516RD+

tiancaigao7 发表于 2012-5-19 16:50:38

你们使用UIP可以访问外网?那么快网段访的局域网访问可以实现吗?
页: [1]
查看完整版本: ENC28j60不能打开网页