登录
首页 » SCM » 模拟串口的实用程序,很多没有串口的单片机可以借鉴,或者需要多个串口的人也可以借用...

模拟串口的实用程序,很多没有串口的单片机可以借鉴,或者需要多个串口的人也可以借用...

于 2022-11-29 发布 文件大小:136.34 kB
0 62
下载积分: 2 下载次数: 1

代码说明:

模拟串口的实用程序,很多没有串口的单片机可以借鉴,或者需要多个串口的人也可以借用-Simulation of serial utility, not a lot of single-chip serial port can learn from, or those who require multiple serial ports can also be borrowed

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

发表评论

0 个回复

  • === =时钟20:6=== === == 应先初始化状态寄存器 tx1714 EQU 7FFH PA EQU 05H PB EQU 0...
    === =时钟20:6=== === == 应先初始化状态寄存器 tx1714 EQU 7FFH PA EQU 05H PB EQU 06H PC EQU 07H PD EQU 20H IAR EQU 00H 间接寻址寄存器 TMR0 EQU 01H 定时器 STATUS EQU 03H 状态寄存器 BSR EQU 04H bank选择寄存器 PORTA EQU 05H I/0端口寄存器 PORTB EQU 06H I/0端口寄存器 PORTC EQU 07H I/0端口寄存器 PORTD EQU 20H I/0端口寄存器 PULL EQU 21H PULL-High上拉寄存器 WAKEUP EQU 22H 唤醒控制寄存器--被用来设定watchdog允许和禁止 IRQM EQU 23H 中断屏蔽寄存器 IRQF EQU 24H 中断标志寄存器 WDTSEL EQU 25H -=== === = clock 20 : 6 === === === == should first register initialization state tx1714 EQU 7FFH EQU PA PB EQU 05H 06H 07H PC EQU PD EQU 20H IAR E QU 00H indirectly addressable registers TMR0 EQU 01H timer STATUS EQU Mr send state BSR EQU-deposit bank in the 04H choice Register PORTA EQU 05H I/O ports Register P ORTB EQU 06H I/O ports Register PORTC EQU 07H I/O ports Register POR TD EQU 20H I/O ports Register PULL EQU 21H PULL-High pull Register WAKEUP EQU 22H awaken control registers-- were used to set watchdog allowed and prohi
    2022-03-18 22:55:02下载
    积分:1
  • 用于实现对液晶进行显示控制以及对键盘进行扫描识别,同时完成数据传输...
    用于实现对液晶进行显示控制以及对键盘进行扫描识别,同时完成数据传输-used to achieve for the LCD display and control of the keyboard scan identification, complete data transmission
    2022-04-29 23:58:41下载
    积分:1
  • 16*16点阵LED测试代码,为个人编写,主要用来测试点阵屏的好坏。...
    16*16点阵LED测试代码,为个人编写,主要用来测试点阵屏的好坏。-16*16 LED DOT display test
    2022-12-20 03:30:04下载
    积分:1
  • 正弦波发生器大运用阿斯达是法国阿双方 威尔uweyr 饿efw98ur wef8u...
    正弦波发生器大运用阿斯达是法国阿双方 威尔uweyr 饿efw98ur wef8u-sinwave founcation
    2022-01-28 01:38:36下载
    积分:1
  • 自己编写的一个单片机控制红外发送与接收的红外接收源程序,同时自己也做了一个板实验,是成功的哦...
    自己编写的一个单片机控制红外发送与接收的红外接收源程序,同时自己也做了一个板实验,是成功的哦-I have written a single chip to send and receive infrared control infrared receiver of the source, at the same time also made a plate experiment was a success, oh
    2022-08-17 04:44:57下载
    积分:1
  • x5045的C51程序,实现看门狗和E2PROM功能
    x5045的C51程序,实现看门狗和E2PROM功能-x5045 C51 procedures, and the watchdog function of E2PROM
    2023-06-27 04:30:03下载
    积分:1
  • 这是本关于学习KEIL软件使用方法的书,是PDF格式,请确认你安装了该软件才可阅读...
    这是本关于学习KEIL软件使用方法的书,是PDF格式,请确认你安装了该软件才可阅读-This is the KEIL on learning how to use software, is in PDF format, please make sure you install the software before reading
    2022-12-01 03:40:03下载
    积分:1
  • 1T单片机延时程序头文件代码,us,ms,s延时直接调用,无需再写...
    1T单片机延时程序头文件代码,us,ms,s延时直接调用,无需再写-1T delay program header file code for MCU
    2022-03-18 02:26:48下载
    积分:1
  • 请将下载的2个插件内容拷贝到uVision 的安装目录下的 KeilC51BIN 中 2. 修改 Tool.ini, 此文件位于 uVision 的
    请将下载的2个插件内容拷贝到uVision 的安装目录下的 KeilC51BIN 中 2. 修改 Tool.ini, 此文件位于 uVision 的安装目录 keil 下. 请将下面的内容 添加到 [C51] 部分的后面. AGSI1=ledkey.dll ("ledkey") AGSI2=simboard.dll ("simboard") 3. 重启uVsion. 进入Debug 模式, 打开菜单Peripheral, 发现增加了2项 分别是键盘LED仿真板,51实验仿真板。-Please download the contents of two plug-ins are copied to the installation directory uVision under KeilC51BIN 2. Modify Tool.ini, this file is located in the installation directory uVision under keil. Please Add the following line to [C51] part of the back. AGSI1 = ledkey.dll (ledkey) AGSI2 = simboard.dll (simboard) 3. Reset uVsion. entered the Debug mode, open the menu Peripheral, found an increase of 2 are keyboard LED emulation board, emulation board 51 experiments.
    2022-03-22 06:17:57下载
    积分:1
  • 获得了第三级优秀学术奖学金。
    神经网络多种算法但是传感器已经涉及到具体的结评价控制方法优劣的一个重要数量指标是能量误差的大小,本题中的能量误差是指所设计的路试时的制动器与相对应的实验台上制动器在制动过程中消耗的能量之差。通常不考虑观测误差、随机误差和连续问题离散化所产生的误-Got excellent academic scholarship third class. Got the title of excellent Chinese Communist Youth League members. Got the title of Advanced individual college students volunteer services. Took the test of Spoken and Written English level of UPC.
    2022-05-05 06:19:52下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 31今日下载