• 大小: 0.04M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-06-16
  • 语言: 其他
  • 标签: 其他  

资源简介

4059544并行数据转换为串行数据.rar

资源截图

代码片段和文件信息

/***************   writer:shopping.w   ******************/
#include 
#include 
#include 
#define uint unsigned int
#define uchar unsigned char
sbit SPL = P2^5;

void Delay(uint x)
{
  uchar i;
while(x--)
{
  for(i=0;i<120;i++);
}
}

void main()
{
  SCON = 0x10;
while(1)
{
  SPL = 0;
SPL = 1;
while(RI == 0);
RI = 0;
P0 = SBUF;
Delay(20);
}
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      95501  2013-05-05 09:23  44 并行数据转换为串行数据\Last Loaded 并行数据转换为串行数据.DBK

     文件      95501  2013-05-05 09:23  44 并行数据转换为串行数据\并行数据转换为串行数据.DSN

     文件        768  2013-05-05 09:23  44 并行数据转换为串行数据\并行数据转换为串行数据.PWI

     文件       1982  2013-05-05 09:23  44 并行数据转换为串行数据\Keil C\并行数据转换为串行数据

     文件        226  2013-05-05 09:23  44 并行数据转换为串行数据\Keil C\并行数据转换为串行数据.hex

     文件       2243  2013-05-05 09:23  44 并行数据转换为串行数据\code\44

     文件        418  2013-05-05 09:23  44 并行数据转换为串行数据\code\44.c

     文件         36  2013-05-05 09:23  44 并行数据转换为串行数据\code\44.lnp

     文件       1695  2013-05-05 09:23  44 并行数据转换为串行数据\code\44.LST

     文件       3186  2013-05-05 09:23  44 并行数据转换为串行数据\code\44.M51

     文件       2299  2013-05-05 09:23  44 并行数据转换为串行数据\code\44.OBJ

     文件       1223  2013-05-05 09:23  44 并行数据转换为串行数据\code\44.Opt

     文件        345  2013-05-05 09:23  44 并行数据转换为串行数据\code\44.plg

     文件       2147  2013-05-05 09:23  44 并行数据转换为串行数据\code\44.Uv2

     文件          0  2013-05-05 09:23  44 并行数据转换为串行数据\code\44_Uv2.Bak

     目录          0  2013-05-05 09:23  44 并行数据转换为串行数据\Keil C

     目录          0  2013-05-05 09:23  44 并行数据转换为串行数据\code

     目录          0  2013-05-05 09:23  44 并行数据转换为串行数据

----------- ---------  ---------- -----  ----

               207570                    18


评论

共有 条评论