登录
首页 » 嵌入式系统 » 一个DTU的代码,包括LCP、ICMP、UDP

一个DTU的代码,包括LCP、ICMP、UDP

于 2022-04-14 发布 文件大小:240.24 kB
0 161
下载积分: 2 下载次数: 1

代码说明:

一个DTU代码,包括LCP、ICMP、UDP-A DTU code, including LCP, ICMP, UDP

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • /* To learn ARM9 S3C44B0 in call features and functions of the message in both E...
    /* 学习ARM9 S3C44B0中电话呼叫功能和中英文短信功能的实现方 /* 1. 该实验仅仅适用与JX44B0-2以及JX44B0-3实验箱 */ /* 2. 实验之前请阅读用户手册,并进行正确的硬件连接 */ /* 3. 实验过程需要SIM卡,SIM可以使用中国移动和中国联通的各种手机卡 */ /* 4. SIM卡请不要带电插拔,否则容易导致烧卡 */ /* 5. 短信实验中需要修改短信中心号码,请参照您的手机中的设置设置该值, */ /* 注意去掉前面的 + 号-/* To learn ARM9 S3C44B0 in call features and functions of the message in both English and Chinese to realize/* 1. The experiment is only applicable with JX44B0-2, as well as JX44B0-3 experiment boxes*//* 2. Experiment please read the user manual before and the correct hardware to connect*//* 3. experimental process requires SIM card, SIM can use China Mobile and China Unicom a variety of mobile phone cards*//* 4. SIM card, please do not live plug, otherwise easily lead to burn cards*//* 5. experiments need to amend the message message center number, please refer to your phone settings in setting this value,*//* Note remove the front of+ No.
    2022-03-13 12:16:59下载
    积分:1
  • I HFAT32 v1.0 is based on FAT standards, according to their own understanding of...
    HFAT32 v1.0是我依据FAT标准,按照自己的理解写出来的一个FAT文件系统 特性: 1.HFAT32 v1.0 是一个小型的嵌入式FAT文件系统,可以方便地在nand flash,RAM和SD Card等 存储设备上创建FAT文件系统和操作它. 2.目前支持FAT16/32,支持长文件名.-I HFAT32 v1.0 is based on FAT standards, according to their own understanding of written in a FAT file system characteristics: 1.HFAT32 v1.0 is a small embedded FAT file system, can be easily in the nand flash, RAM and SD Card such as storage devices to create a FAT file system and operating it .2. currently supports FAT16/32, support long file names.
    2022-03-05 18:39:36下载
    积分:1
  • CH375作为usb从设备时的win驱动程序
    CH375作为usb从设备时的win驱动程序-windows drivers for CH375(usb)
    2022-06-13 01:43:01下载
    积分:1
  • 8051AD,use keil to program this code.
    8051AD,use keil to program this code.
    2022-06-12 04:59:35下载
    积分:1
  • The notes first introduced the basic concepts of version control, and then expla...
    该讲义首先介绍了版本控制的基本概念,然后讲解了svn的基本知识、体系架构,工作中常用的命令,然后介绍了常用的gui客户端,和eclipse 插件。 最后介绍了经常遇到的问题,和使用svn的一些约定。 -The notes first introduced the basic concepts of version control, and then explain the basic knowledge of the svn, system architecture, commonly used in the work order, and then introduced the commonly used client gui and eclipse plug-ins. Finally, the problem often encountered, and the use of svn some agreement.
    2022-04-12 15:48:41下载
    积分:1
  • MINIGUI编程指南 版本2.0,修订号3. MiniGUI Ver 2.0.3/1.6.9
    MINIGUI编程指南 版本2.0,修订号3. MiniGUI Ver 2.0.3/1.6.9-MINIGUI Programming Guide Version 2.0, revision number 3. MiniGUI Ver 2.0.3/1.6.9
    2022-04-19 12:15:49下载
    积分:1
  • 温度测量
    应用背景程序设计,以帮助嵌入式系统测量环境温度范围从0到150摄氏度和显示的价值,可以应用于气象监测站或房间温度控制系统,如空调系统。关键技术已编写代码ATmega32单片机与温度传感器LM35的接口,系统的温度测量范围0-150度。工具如Proteus和代码使用视觉软件,采用C语言编程。
    2022-01-30 22:10:17下载
    积分:1
  • 搜集的有关C语言图形学的教程,很详尽,欢迎下载!
    搜集的有关C语言图形学的教程,很详尽,欢迎下载!-collected in the C language graphics on the guides, detailed and download welcome!
    2022-03-20 14:40:13下载
    积分:1
  • arduino 液晶屏
    dogm128 库更新日志 2010-02-13 v1.00 奥利弗 Kraus < olikraus@gmail.com > * 第一版 2010-07-17 v1.01 奥利弗 Kraus < olikraus@gmail.com > * 固定编译器警告 * 修正了一个在 Breakorino * 实施 getStrWidth 函数 (十三期) * 添加了新示例"Stars.pde" * 添加位图支持 (例如"Walk.pde") * 少闪存 ROM 所需 (函数放入单独的文件) * 在 drawArc 修正 bug (w0 > w1) * 添加 GraphicsTest.pde 2010-07-18 v1.02 奥利弗 Kraus < olikraus@gmail.com > * 删除不是必需的文件 2010-08-19 v1.03 奥利弗 Kraus < olikraus@gmail.com > * 代码更新: DOG_WIDTH 如果需要使用 * 支持 DOGM132 和 DOGS102 * 新级别 4 和 5 的 Breakorino * 添加 SPI 抽象层 (dogmspi.c) * 更通用的延迟过程 (dog_delay()) * clrHLine xorHLine 2010-09-05 v1.04 奥利弗 Kraus < olikraus@gmail.com > * 重命名 dog_delay()--> dog_Delay() * 重命名 dog_init()--> dog_Init() * 重命名 dog_set_inverse()--> dog_SetInvertPixelMode() * 重命名 dog_set_contrast()--> dog_SetCont
    2022-03-07 18:53:32下载
    积分:1
  • 本程序功能是在FPGA上nios处理器的flash接口程序。
    本程序功能是在FPGA上nios处理器的flash接口程序。-The program features in the FPGA on the Nios processor
    2023-01-09 09:20:03下载
    积分:1
  • 696516资源总数
  • 106554会员总数
  • 12今日下载