CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - WEB浏览器
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - WEB浏览器 - List
[
SCM
]
dmx512-avr
DL : 0
广泛应用于工程建筑景观、舞台灯光、大型活动、节庆场所等场合的灯光装饰。用户可在世界各地用IE或Nescap等现有的Web浏览器,对LED装饰照明系统进行控制。-Landscape architecture is widely used in engineering, stage lighting, large-scale activities, festive occasions, such as places of decorative lights. Users around the world, such as using IE or Nescap existing Web browser, on the LED decorative lighting system control.
Date
: 2026-01-08
Size
: 170kb
User
:
徐保伟
[
SCM
]
EASYWEB
DL : 0
arm7,lpc2378的web浏览器驱动源代码-arm7, lpc2378' s web browser-driven source code
Date
: 2026-01-08
Size
: 33kb
User
:
卢锐
[
SCM
]
pic30f_mini_web
DL : 0
该项目采用ENC28J60H 以太网接口芯片,主控芯片为dsPIC30F6014A。实现"Mini_Web" 服务器对TCP/IP 协议作出了精简,保留满足基本通信要求的功能。作为服务端,运行一个迷你型网页。可以在局域网内通过电脑浏览器实现控制一个LED 的点亮/熄灭。-The project uses ENC28J60H Ethernet interface chip, the master chip to dsPIC30F6014A. Achieve " Mini_Web" server TCP/IP protocol to a streamlined communications to meet the basic requirements to retain function. As a server, run a mini web page. LAN can be achieved through a computer browser control an LED on/off.
Date
: 2026-01-08
Size
: 145kb
User
:
张宏
[
SCM
]
ENC28J60DEMO
DL : 0
使用方法: 程序设置了ENC28J60的IP为192.168.0.15,模块通电后与电脑的网口用网线连接起来, 设置电脑的本地IP为192.168.0.**(**自定),网关为192.168.0.15,其他默认,配置 成功后便可以arp或ping模块。 打开浏览器,在地址里输入http://192.168.0.15/123456可打开开发板简单网页,页 面上通过按键来控制开发板LED的亮灭。-Use: setup the ENC28J60 of IP to 192.168.0.15, the module is powered on the computer' s Ethernet port using a cable connection up to set the computer' s local IP 192.168.0.** (** Custom), the gateway 192.168.0.15, default configuration is successful, it will make arp or ping module. Open the browser, enter the address http://192.168.0.15/123456 to open the development board simple web pages, and page keys to control the development board LED light off.
Date
: 2026-01-08
Size
: 980kb
User
:
tyrone
[
SCM
]
cgi-app_WebServer
DL : 0
基于双十实验箱的web服务器的实验测试代码,可以在主机浏览器上访问开发板指定路径的网页,以实现对开发板的操作。-Based on double ten experimental box the experimental test code of the web server, you can specify the path of the development board web access on the host browser in order to achieve the operation of the development board.
Date
: 2026-01-08
Size
: 1.78mb
User
:
[
SCM
]
8-M3-net
DL : 0
基于stm32单片机,程序实现内容和测试,在浏览器上创建一个web服务器,通过web服务器控制开发板上的灯-Based on stm32 microcontroller, program content and tested on the browser to create a web server through a web server control development board lights
Date
: 2026-01-08
Size
: 4.36mb
User
:
乔先生
[
SCM
]
10M-Ethernet-(WEB-server)
DL : 0
在浏览器上面创建一个web服务器,用过网页界面web服务器,控制stm32板子上面的led,继电器操作。-In the browser created above a web server, web server web interface used to control stm32 board above led, relay operation.
Date
: 2026-01-08
Size
: 2.17mb
User
:
jones
[
SCM
]
web51_YangYi
DL : 0
2002年杨屹51上网卡的WEB51程序,经测试可用。可以用浏览器控制点亮或熄灭LED灯,并附上X5045的驱动。-A program for 51 net card which made by YangYi in 2002,its all function is right,controling a led on or off by web is strictly tested,this source including X5045 s driver.
Date
: 2026-01-08
Size
: 324kb
User
:
普云忠
[
SCM
]
ENC28J60Experiment
DL : 0
本实验将实现如下功能:开机检测ENC28J60,如果检测不成功,则提示报错。在成功检测到ENC28J60之后,初始化uIP,并设置IP地址(192.168.1.16)等,然后监听80端口和1200端口,并尝试连接远程1400端口,80端口用于实现WEB Server功能,1200端口用于实现TCP Server功能,连接1400端口实现TCP Client功能。此时,我们在电脑浏览器输入http://192.168.1.16 ,就可以登录到一个界面,该界面可以控制开发板上两个LED灯的亮灭,还会显示开发板的当前时间以及开发板STM32芯片的温度(每10秒自动刷新一次)。另外,我们通过网络调试软件(做TCP Server时,设置IP地址为:192.168.1.103,端口为1400;做TCP Client时,设置IP地址为:192.168.1.16,端口为1200)同开发板连接,即可实现开发板与网络调试软件之间的数据互发。按KEY0,由开发板的TCP Server端发送数据到电脑的TCP Client端。按KEY2,则由开发板的TCP Client端发送数据到电脑的TCP Server端。LCD显示当前连接状态。-The experiment will achieve the following functions: start testing ENC28J60, if the test was not successful, the system prompts error. After successfully detected ENC28J60, initialize uIP, and set the IP address (192.168.1.16), etc., and then listens on port 80 and port 1200, and attempts to connect to the remote 1400 port, 80 port is used for WEB Server functions, 1200 port is used for TCP Server function, connecting ports 1400 TCP Client function. At this point, we enter in the computer browser http://192.168.1.16, you can log in to an interface that can control the development board two bright LED lights off, also displays the current time and the development board development board STM32 chip temperature (automatically refresh every 10 seconds). In addition, we network debugging software (do TCP Server, set the IP address is: 192.168.1.103, port is 1400 do TCP Client, set the IP address is: 192.168.1.16, port 1200) with the development board, namely Boards and can achieve data int
Date
: 2026-01-08
Size
: 1.19mb
User
:
夜辰
[
SCM
]
1.WiFi_USART-web
DL : 0
通过温湿度传感器,环境光照度传感器,土壤湿度传感器采集数据,作为服务器,发送数据到网页上,实现在浏览器查看。-Through the temperature and humidity sensors, ambient light sensor, soil moisture sensor to collect data, esp8266 as a server, send data to the page, to achieve in the browser view.
Date
: 2026-01-08
Size
: 3.7mb
User
:
谈晨浩
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.