登录
首页 » C » 485通信驱动

485通信驱动

于 2022-09-30 发布 文件大小:1.33 kB
0 138
下载积分: 2 下载次数: 1

代码说明:

这个代码是基于STM32单片机实现的。我编写的一个MAX485驱动,方便大家使用!!今后还会上传更多的源代码,谢谢大家的支持

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

发表评论

0 个回复

  • tinyxml
    说明:  timyXML是一个简单的xml解析工具,当然,你的xml必需是标准的。 TinyXML is a simple, small, C++ XML parser that can be easily integrated into other programs.In brief, TinyXML parses an XML document, and builds from that a Document Object Model (DOM) that can be read, modified, and saved. XML stands for "eXtensible Markup Language." It allows you to create your own document markups. Where HTML does a very good job of marking documents for browsers, XML allows you to define any kind of document markup, for example a document that describes a "to do" list for an organizer application. XML is a very structured and convenient format. All those random file formats created to store application data can all be replaced with XML. One parser for everything.(timyXML is a simple xml analytical tools, of course, you must be the xml standard. TinyXML is a simple, small, C++ XML parser that can be easily integrated into other programs.In brief, TinyXML parses an XML document, and builds from that a Document Object Model (DOM) that can be read, modified, and saved.XML stands for eXtensible Markup Language. It allows you to create your own document markups. Where HTML does a very good job of marking documents for browsers, XML allows you to define any kind of document markup, for example a document that describes a to do list for an organizer application. XML is a very structured and convenient format. All those random file formats created to store application data can all be replaced with XML. One parser for everything.)
    2008-09-11 09:26:03下载
    积分:1
  • FetionWebServiceCSharp
    飞信WebService接口调用实例C#源码 功能:实时接收飞信,发送飞信,添加好友,删除好友等。 使用此飞信短信接口可以方便的在软件中集成飞信的收发功能,应用领域非常广,比如:机房监控及短信控制,新订单短信监控,开发自己的飞信机器人等。(Fetion WebService interface to call C# source code examples feature: real-time flight information received, the letter sent flying, add friends, remove friends and so on. Fetion SMS using this interface can be easily integrated in the software Fetion the transceiver functions, very wide applications, such as: engine room monitoring and SMS control, SMS control of new orders, to develop their own robots flying letters.)
    2011-06-23 09:32:13下载
    积分:1
  • 18b20
    实现多点18B20搜索ROM,算法参考了DALLAS公司资料(Achieve more 18B20 search ROM, algorithm reference DALLAS company information)
    2010-07-22 15:23:28下载
    积分:1
  • resection
    本代码主要关于摄影测量中的单向空间后方交会(resection of photogrammetry)
    2013-11-11 21:49:56下载
    积分:1
  • 9744_041
    一直在寻找学习c++的好教材,听朋友介绍本书不错,好东西大家分享。(have been studying c find good material, listening to a friend on the book is true, the good things we share.)
    2007-04-26 09:28:57下载
    积分:1
  • 905RF
    NRF905程序,基于STM32F101开发的NRF905串口透明传输程序,里面有自动进入待机模式,(NRF905 program based the STM32F101 the development of NRF905 serial transparent transfer program, which automatically enter standby mode)
    2012-11-16 17:43:01下载
    积分:1
  • 串口通信课程设计
    #include     //52系列单片机头文件#define uchar unsigned char#define uint unsigned int sbit cs1=P2^3; //数码管段选信号sbit cs2=P2^2; //数码管段选信号sbit cs3=P2^1; //数码管段选信号sbit cs4=P2^0; //数码管段选信号sbit RE=P1^6; //低电平收数据,高电平发数据sbit DE=P1^7;   //低电平收数据,高电平发数据sbit key0=P1^0;   //主机用两个拨码开关sbit key1=P1^1; //主机用两个拨码开关uchar show_code[]={0xc0,0xf9,0xa4,0xb0,0x99,0x92,0x83,0xf8,0x80,0x98}; //数字0-9的显示码,更改数码管显示程序。uchar temp1=0,temp2=0;uchar count=0,sum=0;//void delayms(uint); //延时函数声明//void decide (void);void send_byte(uchar t)   //发送一个字节  发送一个数据后立马变成收数据的状态{ RE=1;  //高电平发    DE=1;  //高电平发         ES=0;    SBUF=t; while(!TI);   TI=0;ES=1; RE=0;  //低电平收    DE=0;  //低电平收}void delayms(uint xms) //延时
    2022-08-22 08:46:22下载
    积分:1
  • at
    说明:  mc389模块at中文指令详解,通过超级终端进行调试.(mc389 module at the Chinese instructions Xiang Jie, through the HyperTerminal for debugging.)
    2010-01-03 08:29:00下载
    积分:1
  • TestLMDll
    用hough变换提取直线的C++代码,效果比较好,可以灵活改变可提取直线的条数,适用于提取多条直线。(line detecting using hough tranaformation)
    2012-03-06 16:39:40下载
    积分:1
  • win64 环境下kinectv2 SDK 开发的三维重建
    c++ kinectv2 vs2015 opencv3.1 win64 环境下kinectv2 SDK 开发的三维重建,代码简单易懂。
    2023-06-25 16:45:03下载
    积分:1
  • 696516资源总数
  • 106658会员总数
  • 16今日下载