搜索资源列表
BBSTelnet
- 本源码是一个bbs客户端程序,能够根据bbs的协议原则,对每个字节进行分析,同时也能够同时显示中文和英文!-the source is a bulletin board clients, according to the agreement in principle with each other, for each byte analysis, but also can display Chinese and English!
class_pk
- 完成Gps类封装。希望对开发Gprs通信的朋友有帮助。字节继承即可使用-complete PON Packaging category. Hope added to the development of communication and friends to help. Inheritance can be used byte
串口通讯JustinIO
- using System using System.Runtime.InteropServices namespace JustinIO { ?class CommPort { ??public string PortNum ??public int BaudRate ??public byte ByteSize ??public byte Parity // 0-4=no,odd,even,mark,space ??public byte
Hz101
- 单个汉字库字摸提取程序,tc2.0编译 hzf16f在电脑的储存格式是以行为字节计算的,一般的lcd都采用以列为字节计算-single word touch extraction procedures, tc2.0 compiler hzf16f stored on the computer acts byte format is calculated on the lcd are generally used as a byte calculation
CDTcode
- 电力系统CDT规约 本标准规定了电网数据采集与监控系统中循环式远动规约的功能、帧结构、信息字结构和传输规则等。 本标准适用于点对点的远动通道结构及以循环字节同步方式传送远动设备与系统。本标准还适用于调度所间以循环式远动规约转发实时信息的系统。 -power system CDT Statute of the standard grid control and data acquisition system cycle remote Statute of the gong can, f
tcp_chat_stone_lee
- 用TCP编写的chat_server和chat_client,一定要先运行chat_server,再运行chat_client,否则会出错。不必要一方一次说一句,一方可以连续说多句。用byte[],能显示汉字。-prepared by using TCP chat_server and chat_client, you must first run chat_server, re-running chat_client, otherwise they will be wrong. Unneces
GB2UNICODE
- 手机发送给SP的汉字消息,SP端读取的时候可能只是读取Unicode码的一个字节,会出现乱码.本程序很好的解决了这个问题!-phones sent to the Chinese news SP, SP-time reader may only read a Unicode byte code, there will be gibberish. This procedure very well resolve the problem!
SCommTest02
- 一个串口数据发送程序,每次发送一定量的字节数,其中第二个字节每次增加0X11,可用来统计发送了多少帧数据-A serial data transmission process, each time I send a certain amount of bytes, including byte-per-second increase in 0X11, statistics can be used to send the number of frame data
I2CBUSOperation
- I2C总线的各类操作的驱动代码,C,ASM,字节方式,位方式-I2C bus driver to operate various types of code, C, ASM, byte mode method
Singltt
- VB串列通訊元件,單位元組與雙位元組測試-VB serial communication components, single-byte and double-byte test
code
- 利用windowsAPI(非组建/控件等)编写的comm通信程序库,能够实现comm单字节/多数据发送接收,延时处理等。使用前如不调用.h中的初始化函数,则使用默认频率。.c文件为一个小的测试程序,使用时包含.h即可。-The use of windowsAPI (non-set up/control, etc.) prepared comm communication library, to achieve single-byte comm/data to send more than rec
4BYTEfloat
- 四个BYTE转换成float程序 程序很简单,简单易学,好使用-byte to float
MyComm
- 应用SerialPort类开发的一个简单串口通讯程序,实现首字节用Mark标志校验,后面的数据用空格校验,这种用法在很多工业控制设备是都会用到-SerialPort class application development of a simple serial communications program, to achieve the first byte check with Mark mark, followed by a space of data validation, the us
BuKXnYK0
- VB与单片机通讯 TextRFdata.Text = "本程序最多只能发送二十四个中文字或占两字节的字符" Textleddata.Text = "液晶背光亮度-VB with MCU TextRFdata.Text = " This program can only send up to twenty-four Chinese characters or accounted for two-byte characters" Textleddata.Text = &
c51-test
- 通信协议: 第1字节,MSB为1,为第1字节标志,第2字节,MSB为0,为非第一字节标志,其余类推……,最后一个字节为前几个字节后7位的异或校验和。 测试方法:可以将串口调试助手的发送框写上 95 10 20 25,并选上16进制发送,接收框选上16进制显示,如果每发送一次就接收到95 10 20 25,说明测试成功。-Communication protocols: 1 byte, MSB is 1 mark for the first 1 byte, 2 bytes, MSB
3
- 要求C语言编写,实现C8051F020通过UART于PC实现数据交换,单片机使用外部22.1184MHz晶振。要求实现的功能:Uart驱动程序,包括初始化、波特率设置,单字节发送接收、字符串发送接受。 程序运行时向PC机发送字符串;接收到PC机的数据后,再将该数据发送回PC机。-Requirements written in C, to achieve C8051F020 UART to PC through data exchange, the microcontroller using an
vb-chuankou
- rivate Sub cmdSend_Click() Dim sj() As Byte Dim sj_Txt As String Dim i As Integer sj_Txt = "800A00113135323634389794" sj_Txt="00FFWW0D006501" & hex(deltapre*i/n+m_OldPre) & "42" Text1 = sj_Txt ReDim sj(Len(sj_Txt) / 2 - 1) For
PC-UDP-PLC
- VBPLC进行UDP通讯的软件及程序,很有用,可以进行BOOL,字节,整形和浮点数通讯-VBPLC for UDP communication software and procedures, useful, can be BOOL, byte, integer and floating-point communications
LTE_CRC_APPEND_C
- 针对LTE中的CRC添加 采用C语言分别进行实现(查表法) 另有单字节数据CRC余式表的产生源码-via VC realize the CRC appending for data stream based on LTE including the code of creation for CRC_table of one-byte-data
ETCPserver
- E语言 TCP 上传服务端 传输控制协议是一种面向连接的、可靠的、基于字节流的运输层通信协议.在简化的计算机网络OSI模型中,它完成第四层传输层所指定的功能,UDP是同一层内另一个重要的传输协议.-Language TCP upload service-side transmission control protocol is a connection-oriented reliable byte stream transport layer communication protocol i
