搜索资源列表
fwgComDbg
- 一个VC++编写的串口通信程序,可以通过串口发送和接收数据,并输出日志,也包含串口通讯中参数的设置-a VC prepared by the serial communication program, through the serial port to send and receive data and log exports, also includes serial communication parameters set
java实现服务器和客户机通讯的的方法
- 本文介绍一种用Java的Socket和ServerSocket实现服务器和客户机通讯的的方法。原理是在服务器端建立ServerSocket端口并监听,接收到客户端的连接请求时建立Socket,得到Socket的输入输出流。在客户端新建Socket并获得输入输出流。服务器和客户端的输入输出流建立后使用writeLine()和println()方法彼此发送和接收数据。为提高代码效率,建立两个类clientAgent和serverAgent。
tcp-ipayixidailv
- 一个简单的TCP客户端程序流程 1、使用WSAStartup()初始化WinSock库。 2、使用socket()创建一个IPPROTO_TCP SOCKET。 3、使用gethostbyname()/gethostbyaddr()获取主机信息。 4、使用connect()和我们创建的套接字连接服务器。 5、使用send()/recv()发送和接收数据,直到我们的TCP会话结束。 6、使用closesocket(
UDP_Demo
- 一个VC++环境下开发的利用UDP协议发送和接收数据的例子.-a development environment using the UDP protocol to send and receive data example.
testcommprg
- 这是自编的一个测试窜口(发送和接收数据)的小程序,是编制大型串口程序的必备基础-This is a test of self channeling I (send and receive data) to the small program, is to produce large-scale serial procedures necessary foundation
mscommcon
- 通过串口发送和接收数据,界面简单漂亮.很容易的一个程序-through the serial port to send and receive data, interface pretty simple. A very easy process
UDPCommunicationClient
- UDP发送和接收数据包客户端,功能还可以,希望站长能满意.谢谢.-UDP send and receive data packets client, functions can also hope that the director is satisfied. Thank you.
UDPCommunicationServer
- UDP发送和接收数据包服务器端,功能还可以,希望站长满意.谢谢.-UDP send and receive data packets server, functions can also hope that the head of satisfaction. Thank you.
VC++ 向指定串口发送和接收数据(可十六进制)
- VC++ 向指定串口发送和接收数据(可十六进制,大家可以收集一下当做素材
java实现服务器和客户机通讯的的方法
- 本文介绍一种用Java的Socket和ServerSocket实现服务器和客户机通讯的的方法。原理是在服务器端建立ServerSocket端口并监听,接收到客户端的连接请求时建立Socket,得到Socket的输入输出流。在客户端新建Socket并获得输入输出流。服务器和客户端的输入输出流建立后使用writeLine()和println()方法彼此发送和接收数据。为提高代码效率,建立两个类clientAgent和serverAgent。
mscommcon
- 通过串口发送和接收数据,界面简单漂亮.很容易的一个程序-through the serial port to send and receive data, interface pretty simple. A very easy process
UDPCommunicationClient
- UDP发送和接收数据包客户端,功能还可以,希望站长能满意.谢谢.-UDP send and receive data packets client, functions can also hope that the director is satisfied. Thank you.
UDPCommunicationServer
- UDP发送和接收数据包服务器端,功能还可以,希望站长满意.谢谢.-UDP send and receive data packets server, functions can also hope that the head of satisfaction. Thank you.
chat
- 此聊天程序是模仿QQ聊天制作,包含服务器端,客户端,服务器端界面含有保存客户端聊天记录到一个文件功能,并且可以读取聊天记录;客户端实现发送和接收数据功能,连接和中断与服务器连接功能,还有一些其他的控件触发功能。-this procedure is to imitate QQ Chat production, including server, client, server interface with the client kept c
WindowsApplication1
- 基于UDP协议的数据包收发程序 按照UDP协议数据包发送方式实现用户端之间的通信。 统计包的发送和接收数,计算数据包的丢失数。 -Agreement based on the UDP packets to send and receive procedures in accordance with the UDP protocol to send packets to achieve communication betwee
comm
- VC++ 向指定串口发送和接收数据,可十六进制接收和发送,是一个串口调试程序。可以选择串口速率和串口号,设置发送和接收的数据编码-VC++ to specify the serial port to send and receive data, you can send and receive hexadecimal, is a serial debugger. Can select the serial port speed and
IAP15F4K-串口通讯-和校验(中断方式)
- 使用单片机实验板,在Keil C开发环境中编写串口发送和接收程序。在串口发送和接收程序中编程增加校验位,使用逻辑分析仪捕捉单片机串口引脚发送和接收数据的波形,并与串口接收和发送的数据进行比较。(Using SCM experiment board, in the Keil C development environment to write serial send and receive program. In the serial s
完整串口通信程序(发送和接受)源代码
- 完整串口通信程序Vc++源代码,实现通过串口发送和接收数据的功能(Complete serial communication program Vc++ source code, to realize the function of sending and receiving data through the serial port)
stm32F407串口中断方式数据发送和接收
- STM32F407串口利用中断方式进行数据发送与接收(STM32F407 USART IT SEND AND RECEIVE)
C# USB 发送和接收数据
- C# USB 发送和接收数据,用于控制,通信,接收(USB send and receive data,use for control, communication,)