搜索资源列表
newproj
- 使用socket发送消息.wince smartphone 5-use socket Send Message. 5 wince smartphone
wuxianyaokong
- 将无线接收模块按照脚位对应插入学习板无线插座注意,不要插错,否则会损坏模块学习板学习板处于正常工作状态D3,D2,D1,D0 ,LED灯亮起,将程序tanst.hex 下载 到学习板程序在配套光盘HZC51学习板使用教程HZC51学习板实验程序无线遥控程序无线遥控里面,下载完后,数码管显示0000按遥控发射器A键,此时遥控器红灯亮起,并发出编码信号,学习板,收到信号并解码并驱动数码管显示4000分别按遥控器B,D,C键,学习板分别显示此遥控器发射距离开阔地可达到100米-The wireless
send-receive
- 网络套接字编程,具有收发功能的c程序,可在一台host实验,也可以多机通信-socket program
socket_bigendian
- 仿真小软件,通过socket编程,可以模拟给本机发送消息-simulator tool to send the message
videocapsend
- 发送端通过Video4linux编程对摄像头进行操作,获取视频数据,将所得到的每一帧图像进行处理后,由libjpeg将原始图像进行压缩,使得数据可以通过网络发送。在发送时通过UDP的socket编程实现数据帧的发送;-By Video4linux programming of the transmitter to operate the camera to obtain video data, the resulting image after each frame, the original
pic18f2550-usb-izole-triyak-kontrol-ccs-c-visual-
- Than 8 switch outputs Port B of the PIC18F2550 is used. Power gets the circuit from the USB port. Power supply is separate from the microcontroller and the computer galvanically. switching signals USB socket intended as a virtual serial port COM4. To
sock_raw
- Linux环境下自己构建包packet,包括MAC头部,UDP、TCP头部,以及数据及校验和计算,构建完包之后用原始套接字来进行发送-After the Linux environment to build their own package packet, including the MAC header, UDP, TCP header, and data and checksum calculation, build complete package with a raw socket t
Wiznet_W5300_GeneralDemoProgram
- 为8位数据线宽度下的Wiznet之W5300驱动程序,实现芯片初始化,Socket初始化,建立侦听、进行连接、UDP驱动,收发数据。应注意使用16位数据线时,每个5300地址,读到的为连续偶数地址上值+奇数地址上值。-Width of eight data lines under the W5300 driver Wiznet achieve chip initialization, Socket initialization, build listening connection, UDP d
DS1307
- 通过串口数据设置可调整时钟程序 1、程序说明: 该例程演示了如何通过串口数据设定时钟,采用数码管显示。 2、 操作: 1、该串口1可以设置为通过USB口输出或者通过DB9口输出。 如果使用USB输出,请使用USB线将开发板连接至电脑, 如果使用DB9输出,请使用DB9直连线将开发板的J25插座连接至电脑. 同时将跳线插座J28跳到TxD1和RxD1. 打开STC-ISP下载软件中的串口助手,选择相应
C语言实现socket编程代码
- 服务器步骤:建立socket,绑定socket和地址信息,开启监听,收到请求后发送数据。 客户端步骤:建立socket,连接服务器端,接收并打印服务器给的数据。(Server steps: set up socket, bind socket and address information, open listening, send data after receiving request. Client steps: set up socketside, connect to server,