Location:
Search - hdlc.c
Search list
Description: 这是一个将HDLC协议运用到串口通信的程序源码,很有参考价值,感兴趣的朋友可以讨论一下!-This is a use of HDLC protocol to the serial communication procedures source, was useful and interesting friends can discuss!
Platform: |
Size: 727040 |
Author: |
Hits:
Description: 这是一个关C++的规范说文件,大家可心-This is a clearance C norms that document, we see Kexin
Platform: |
Size: 227328 |
Author: 李鹏 |
Hits:
Description: C语言嵌入式系统编程修炼之道,很不错的关于如何用c语言开发嵌入式系统,值得一看,受益非浅-C programming language embedded systems practitioners know, is very good on how to use C language to develop embedded systems, an eye-catcher, benefited greatly from the
Platform: |
Size: 392192 |
Author: 郭华 |
Hits:
Description: 网络通信中2M专用HW线的高速串行接口的DSP C程序实现-communications network dedicated HW 2M line of high-speed serial interface DSP C Programming
Platform: |
Size: 1024 |
Author: popo zhang |
Hits:
Description: HDLC的软件解码,完成了硬件芯片的功能。-HDLC software decoding, completed a hardware chip functions.
Platform: |
Size: 9216 |
Author: see |
Hits:
Description: HDLC控制协议中CRC校验码算法代码,为CRC16,Verilog语言-HDLC Control Protocol Code in the CRC checksum algorithm code for CRC16, Verilog language
Platform: |
Size: 1024 |
Author: 刘彻 |
Hits:
Description: HDLC调试源码,在ARM7上测试通过(不带操作系统的)。-HDLC debug source code, in the ARM7 on the test (without operating system).
Platform: |
Size: 64512 |
Author: 马龙 |
Hits:
Description: ISO/IEC13239,Information technology-Telecommunications and information exchange between systems-High level data link control(HDLC) procedures-ISO/IEC13239, Information technology-Telecommunications and information exchange between systems-High level data link control (HDLC) procedures
Platform: |
Size: 1386496 |
Author: lyj |
Hits:
Description: crc校验
包括原理文件和说明
另附有一个crc16的c程序函数和crc32的vc项目文件-CRC checksum, including the principle of documents and a note attached CRC16 function of c procedures and CRC32 of vc project documents
Platform: |
Size: 2399232 |
Author: 梁健 |
Hits:
Description: 使用C语言编写的计算GPS卫星在任意时刻的三维速度的程序-Calculation of GPS satellites at any time three-dimensional velocity
Platform: |
Size: 23552 |
Author: 吴瑞祥 |
Hits:
Description: HDLC C-C++ source code
Platform: |
Size: 3072 |
Author: Ravi |
Hits:
Description: 62056协议的ASN.1实现,采用C/C-ASN.1 protocol to achieve 62056
Platform: |
Size: 20480 |
Author: 阿坤 |
Hits:
Description: HDLC协议控制器,用FPGA实现的verilog源代码-HDLC protocol controller, implemented with FPGA verilog source code
Platform: |
Size: 1866752 |
Author: 杜征宇 |
Hits:
Description: Development Programming Language C + + for the project OSHDLC - Open Source HDLC Transceiver
Platform: |
Size: 37888 |
Author: martin |
Hits:
Description: OSHDLC is the software implementation of High Level Data Link Control (HDLC) standard. It is an optimized C-code. It may be used on lots of platforms easily. -OSHDLC is the software implementation of High Level Data Link Control (HDLC) standard. It is an optimized C-code. It may be used on lots of platforms easily.
Platform: |
Size: 37888 |
Author: tangzhenxing |
Hits:
Description: about hdlc
realize with a C way to explain how the agreement work
Platform: |
Size: 3072 |
Author: 朱佳琦 |
Hits:
Description: HDLC程序的C++实现,HDLC程序的C++实现-HDLC procedure C++ achieve HDLC procedure C++ implementation
Platform: |
Size: 1671168 |
Author: jiusheng |
Hits:
Description: 1) 实现比特填充技术和循环冗余校验算法;
2) 实现HDLC的组帧(Flag、A段、C段、D段、FCS、Flag、包括扩展模式);
3) 实现滑动窗口、差错控制机制;
4) 模拟无噪声链路的数据传输,发送端随机发送数据帧(能够模拟帧丢失、帧失序、帧重复);
5) 模拟有噪声链路的数据传输,发送端发送模拟单比特错误(有能力的同学可以考虑加入多比特错误),要求错误出现在HDLC帧的不同字段,并能够模拟差错控制方法(帧损伤);
6) 给定HDLC的比特流,分别用Manchester编码和键控编码方法来模拟实现并给出结果。
-1) to achieve bit-stuffing technique and cyclic redundancy check algorithm 2) achieve HDLC framing (Flag, A section, C section, D segments, FCS, Flag, including the extended mode) 3) to achieve the sliding window, error control Mechanism 4) analog noise-link data, the transmitting side transmits the random data frame (frame loss to simulate the frame out of order, frame repetition) 5) analog noise data transmission link, the transmitter sends the analog single-bit error (students can be considered capable 加入多比特 error), an error occurs in the different fields required HDLC frames, and can simulate the error control method (frame damage) 6) given HDLC bit streams, respectively, with the Manchester coding and keying coding methods and simulation results are given.
Platform: |
Size: 47104 |
Author: 詹春艳 |
Hits:
Description: 1) 实现比特填充技术和循环冗余校验算法;
2) 实现HDLC的组帧(Flag、A段、C段、D段、FCS、Flag、包括扩展模式);
3) 实现滑动窗口、差错控制机制;
4) 模拟无噪声链路的数据传输,发送端随机发送数据帧(能够模拟帧丢失、帧失序、帧重复);
5) 模拟有噪声链路的数据传输,发送端发送模拟单比特错误(有能力的同学可以考虑加入多比特错误),要求错误出现在HDLC帧的不同字段,并能够模拟差错控制方法(帧损伤);
6) 给定HDLC的比特流,分别用Manchester编码和键控编码方法来模拟实现并给出结果。
-1) to achieve bit-stuffing technique and cyclic redundancy check algorithm 2) achieve HDLC framing (Flag, A section, C section, D segments, FCS, Flag, including the extended mode) 3) to achieve the sliding window, error control Mechanism 4) analog noise-link data, the transmitting side transmits the random data frame (frame loss to simulate the frame out of order, frame repetition) 5) analog noise data transmission link, the transmitter sends the analog single-bit error (students can be considered capable 加入多比特 error), an error occurs in the different fields required HDLC frames, and control method capable of simulating the error (frame damage) 6) given HDLC bit streams, respectively, with the Manchester coding and keying coding methods and simulation results are given.
Platform: |
Size: 47104 |
Author: 詹春艳 |
Hits:
Description: 实现hdlc收发控制,包括0x7e帧头检索、数据整理、crc校验等(HDLC transceiver control, including 0x7e header retrieval, data collation, CRC checksum)
Platform: |
Size: 95232 |
Author: whyisme
|
Hits: