搜索资源列表
RS232COMMuniication
- uart串口通信的控件和demo,用API 编写,后台接受线程实时接收,Demo可以实现字符串传送和HEX发送 -UART serial communication controls and the demo, with API preparation, background threads to accept real-time receiving, Demo can be achieved string transmission
金笛JAVA版短信开发控件 V2.1
- 1、异步操作方式。设备连接和短信发送均采用异步方式,即容器程序调用连接函数或发送函数后立即返回。由控件自行完成连接或发送过程,当操作完成后,将执行结果以事件的形式通知容器程序。 2、内部包含收发缓冲队列。控件可以同时接受容器程序较多的发送请求,控件将这些发送请求放到一个发送队列中,控件依次逐个执行该发送队列,并将执行结果以事件的形式通知容器程序。控件包括了内部发送队列和内部接收队列,并且提供了队列的处理情况的访问方法,根据这个特性,
windowpipeserver
- 管道编程测试服务器端代码.接受客户端连接,可向客户端发送数据和接受数据-pipeline testing server-side programming code. Accept client, the client can send data and receive data
269t
- 首先选择接受文件的人,可以在部门前打勾,出可以在职务前打勾,以选择接受文件的一批人。如果选择了”所有人“,那么此文件发给每一个人,所以在职务和部门前的选择都失效。如果点击了“按部门排序显示详细名单”或“按姓名排序显示详细名单”,会显示数据库里所有人的姓名,可以选择分别选择要发给哪些人。 然后输入此文件的标题,此项是必填项目。 内容栏可以不填。 点击“上传附件”按钮,可以选择附带的文件,按提交就可上传,可以分别上传
sock2
- socket编程,包括server和client端的程序,具体到connnect,bind,accept,rev,send等等的基本函数,是入门的真好资料-socket programming, including the server and client side of the process, specific to connnect, bind, accept, rev, send the basic function, etc
2407SCI
- 有关dsp2407串口通信的接受和发送小程序-the dsp2407 serial communications to accept and send small programs
NETSong
- 这是一个简单的JAVA聊天程序,同时能够发送声音。 包括两个部分:服务器端和客户端。 基本功能如下: 服务器端: 向所有客户端发送消息;转发消息;发送声音数据给客户端。 客户端: 显示当前在线用户;向某个用户发送消息;接受服务器端发送过来的声音。 这个程序可能看起来有点乱,因为很久没用JAVA了,但是最近别人要我帮忙写一个,所以就。。。 希望能够起到抛砖引玉的效果。 Feel free a
csprogram
- 用vc编写的网络程序。包括服务器端和客户端发送接受数据的程序。供学习者参考-with vc procedures prepared by the network. Including server and the client to send data to accept the procedure. Reference for learners
tcpwinsock
- 学习winsock的最好例子,分为服务端和客户端 服务端可以接受多个客户端请求并与之连接 服务端和客户端可以互相发送数据,用到了winsock数组,测试时先启动服务端,在运行多个客户端,程序健壮,无任何错误-winsock study of the best examples, divided into server and client server can accept a number of the client requ
winSocketTestApp
- WinSock Win32 API 的打包类和例子程序 < WinSock > winSocket/winSocketEx: 如果你正在Windows环境中用C++编写TCP/IP网络程序,那么使用这个打包类吧,我想它不会让你失望的。winSocket几乎封装了编写TCP/IP网络应用程序所需的所有内容,winSocketEx加入了对SOCKS 4/5代理服务器的支持。使得在自己的程序中加入代理支持易如反掌。
C语言与串行通信
- 用TC对计算机的串口进行编程,并作一个简单的串口查询通讯程序。用一条九针的DB-9串口通讯线将计算机的com1口和com2口相连,com1作为接受口,com2作为发送口。-with TC on the serial port of computer programming, and for a simple serial communication program inquiries. Using a 9-pin DB-9 serial
C语言与串行通信
- 用TC对计算机的串口进行编程,并作一个简单的串口查询通讯程序。用一条九针的DB-9串口通讯线将计算机的com1口和com2口相连,com1作为接受口,com2作为发送口。-with TC on the serial port of computer programming, and for a simple serial communication program inquiries. Using a 9-pin DB-9 serial
sock2
- socket编程,包括server和client端的程序,具体到connnect,bind,accept,rev,send等等的基本函数,是入门的真好资料-socket programming, including the server and client side of the process, specific to connnect, bind, accept, rev, send the basic function, etc
accept_send
- 一个比较全面socket服务端加客户端。能实现多项更能,原码没有找到,发一个编译好了的。-a more comprehensive socket server plus client. Better able to realize many of the original code is not found, made a good translation of it.
485driver
- 485总线是通过单片机通过串口与上位机通信的总线,可以接受上位机发送的命令和返回操作,本程序为485总线通信的一个实例,希望对大家有所帮助~-485 bus through the single-chip microcomputer with the host computer through the serial communications bus, can accept PC to send commands and to ret
Client
- 第一步:用指定的端口号和服务器的ip建立一个EndPoint对像; 第二步:建立一个Socket对像; 第三步:用socket对像的Connect()方法以上面建立的EndPoint对像做为参数,向服务器发出连接请求; 第四步:如果连接成功,就用socket对像的Send()方法向服务器发送信息; 第五步:用socket对像的Receive()方法接受服务器发来的信息 第六步:通信结束
CPORT
- 用TC对计算机的串口进行编程,并作一个简单的串口查询通讯程序。用一条九针的DB-9串口通讯线将计算机的com1口和com2口相连,com1作为接受口,com2作为发送口。-with TC on the serial port of computer programming, and for a simple serial communication program inquiries. Using a 9-pin DB-9 serial
accept-and-send-message
- 这是一个基于linux的简单客户端和服务器端互相收发消息的源代码,很适合初学者-This is a simple linux-based client and server to send and receive messages with each other' s source code, it is suitable for beginners
nrf24L01-send-and-accept
- 基于51单片机的nrf24L01无线模块的接收和发送程序-Receive and transmit procedures based the 51 SCM nrf24L01 wireless module
串口工具和例程
- 一个函数专门向上位机发送数据,上位机接受 一个函数是通过上位机向单片机发送并回传显示 还有一个是串口调试工具 适合初学者入门(A function to send data to the upper computer, the upper computer to accept. A function is sent by the upper computer to the MCU and transmitted back a