搜索资源列表
TCP
- TCP/ip协议子vi,以及实施新例,TCP/ip协议子vi,以及实施新例-TCP/ip protocol sub-vi, and the implementation of the new legislation, TCP/ip protocol sub-vi, and the implementation of the new legislation
sanjihulian
- 采用TCP/IP协议实现三机互联,一台电脑相当于共控机,另外2台电脑相当于控制器中的DSP-TCP/IP protocol to achieve interconnection of the three machines, a computer equivalent of a jointly controlled machine, the other two computers equivalent DSP controller
AMAD6017-MODBUS
- 完成于研华AMAD6017模块通信,协议基于MODBUS的TCP/IP,通过网线连接-Completed in Advantech AMAD6017 module communication protocol is based on the MODBUS TCP/IP, connected via a network cable
TCP-sendareceive-file
- 建立客户端和服务器端后使用TCP/IP协议收发文件-use TCP/IP protocol to send&receive files
SR-751(TCP)
- 程序通过TCP / IP协议,实现简单的相机和虚拟仪器之间的通信,可以自由地改变指令码。-Program via TCP/IP protocol, the realization of the simple communication between the camera and the LABVIEW, free to change the order code.
TCPIP_Image-transmission
- 基于LABVIEW的TCP/IP协议实时视频传输,包含服务器和客户端程序。-LABVIEW the TCP/IP protocol-based real-time video transmission, including server and client programs.
tcp_ipv6_tools_113
- LabVIEW does not support IPv6 protocol (as of version 8.6) using the TCP/IP functions and there is no promised date for inclusion of IPv6 compatibility in an upcoming version. I have a project that requires IPv6 TCP communication so I requested that
TCP-Multiple-Connections---Client-2
- 根据demo程序制作的Labview 显示九轴传感器数据界面-Using TCP IP protocol labview sensor data display interface
tcp-ip-proj-labview
- Very simple implementation of TCP-IP protocol in LabView with client and server modules
TCP客户端程序
- 基于labview的TCP客户端程序发送主机通常将发送缓冲区中的数据按内存地址从低到?的顺序发出,接收主机把从?络上接到的字节依次保存在接收缓冲区中,也是按内存地址从低到?的顺序保存。 TCP/IP协议规定,?络数据流应采??端字节序,即低地址?字节。 socket API是?层抽象的?络编程接?,适?于各种底层?络协议,如IPv4、 IPv6,以及后?要讲的UNIX Domain Socket。(Based on the TCP client program to send the hos