代码搜索:DM协议
找到约 10,000 项符合「DM协议」的源代码
代码结果 10,000
www.eeworm.com/read/325799/13184176
pdf modbus通讯协议.pdf
www.eeworm.com/read/137607/13309244
doc 08 协议层.doc
www.eeworm.com/read/238989/13310438
pdf canopen 协议介绍.pdf
www.eeworm.com/read/137022/13347424
c arp协议说明.c
//********************************************************************************
//* Resolve an IP address to a hardware address; if not found,initiate query
//* and return NULL. If an address is
www.eeworm.com/read/137022/13347811
txt arp协议说明.txt
//********************************************************************************
//* Resolve an IP address to a hardware address; if not found,initiate query
//* and return NULL. If an address is
www.eeworm.com/read/317487/13504257
pdf 精简协议(英文).pdf
www.eeworm.com/read/305389/13772357
doc 通信协议.doc
www.eeworm.com/read/143132/5758674
c arp协议说明.c
//********************************************************************************
//* Resolve an IP address to a hardware address; if not found,initiate query
//* and return NULL. If an address is
www.eeworm.com/read/142068/5766142
txt 通讯程序协议.txt
首先Client
1.
Client发送(GETFILE=文件名 )命令
Server接到命令GETFILE后发送(FILELEN=长度)给Client
Client接到FILELEN后得到文件的大小。
然后发送命令(GETFROM=起始位置)给Server.
SERVER得到了之后判断是否正确(比如文件是否存在,请求的起始
是否大于文件的长度)发送ERROR=...或FILEOK=
www.eeworm.com/read/142068/5766144
txt 通讯程序协议.txt
首先Client
1.
Client发送(GETFILE=文件名 )命令
Server接到命令GETFILE后发送(FILELEN=长度)给Client
Client接到FILELEN后得到文件的大小。
然后发送命令(GETFROM=起始位置)给Server.
SERVER得到了之后判断是否正确(比如文件是否存在,请求的起始
是否大于文件的长度)发送ERROR=...或FILEOK=