登录
首页 » c » 串口通信课程设计

串口通信课程设计

于 2022-08-22 发布 文件大小:16.86 MB
0 26
下载积分: 2 下载次数: 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) //延时

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

发表评论

0 个回复

  • matcom
    This application note is used to demonstrate the use of MATCOM software (by Mathtools Corporation) to generate Dynamic Link Library files (*.dll files) that can be used with ACOLADE. (This application note is used to demonstrate the use of MATCOM software (by Mathtools Corporation) to generate Dynamic Link Library files (*. dll files) that can be used with ACOLADE.)
    2008-09-19 19:53:24下载
    积分:1
  • BParithmetic
    说明:  机器学习。神经网络算法。 用c语言开发。(Machine learning. Neural network algorithm. Using c language.)
    2009-08-12 09:11:43下载
    积分:1
  • c# SECS HSMS编程
    关于半导体SEMI SECS SECS-I SECS-II GEM HSMS的一个程序,采用SEMI E37的协议规格编程,来完成和半导体生产设备的通讯
    2023-03-25 11:50:03下载
    积分:1
  • PI_SNR
    盲源分离的的简单易用 适合初学者你们慢慢学习下我只能帮你到这了(signal separation snr matlab code)
    2014-10-28 16:03:57下载
    积分:1
  • bk3432_factory_test_mode
    说明:  bk3432产测模块代码,可读取版本号,进入单载波程序,读取数字寄存器,供参考(bk3432 factory test mode, support single wave mode, read digital register.)
    2020-06-17 10:26:45下载
    积分:1
  • c++API
    计算机软件开发参考手册,参考手册,方便实用(Reference Manual, Convenient and Practical)
    2019-02-10 00:27:18下载
    积分:1
  • C#中如何使用信息提示控件,VS2005平台
    C#中如何使用信息提示控件,VS2005平台-C# How to control the use of information prompted, VS2005 Platform
    2022-02-14 11:57:45下载
    积分:1
  • 02-histogramme
    License Plate Recognition or LPR is an image-processing technology used to identify vehicles by their license plates. This technology is used in various applications involving security, traffic, law enforcement, public safety and transportation sectors. It mainly uses software code that enables computer systems to read automatically the registration number (license number) of vehicles digital pictures.
    2016-04-19 02:26:11下载
    积分:1
  • WinForm酒店管理系统
    此系统是基于C#编程语言,开发的WinForm管理程序。基本实现了数据的增删改查,具体到此系统中即为预定房间,申请住宿等等。
    2022-03-01 14:20:56下载
    积分:1
  • 酒店信息管理系统
    带有酒店信息说明书,酒店信息管理源码,酒店信息管理数据库完整的资源,为本人原创,绝无翻版,是软件专业实习实训最佳选择。。。
    2022-04-16 02:10:39下载
    积分:1
  • 696518资源总数
  • 104224会员总数
  • 54今日下载