tag 标签: sbuf

相关博文
  • 热度 15
    2014-8-25 14:33
    970 次阅读|
    0 个评论
    51单片机的串行口是一个可编程全双工的通信接口,具有UART(通用异步收发器)的全部功能,能同时进行数据的发送和接收,也可作为同步移位寄存器使用。其串行口主要有两个独立的串行数据缓冲寄存器SBUF(一个发送缓冲寄存器,一个接收缓冲寄存器)和发送控制器、接收控制器、输入移位寄存器及若干控制门电路组成,其基本结构图: 51单片机可以通过特殊功能寄存器SBUF对串行接收或串行发送寄存器进行访问,两个寄存器共用一个地址99H,但在物理上是两个独立的寄存器,由指令操作决定访问哪一个寄存器。执行写指令时,访问串行发送寄存器;执行读指令时,访问串行接收寄存器。
相关资源
  • 所需E币: 5
    时间: 2019-12-25 15:59
    大小: 1.48MB
    上传者: 微风DS
    THE_FINAL_WORD_ON_THE_8051THEFINALWORDONTHE8051-IntroductionThisisabookabouttheIntel8051microcontrolleranditslargefamilyofdescendants.Itisintendedtogiveyou,thereader,somenewtechniquesforoptimizingyour8051projectsandthedevelopmentprocessyouuseforthoseprojects.Itisnotthepurposeofthisbooktoprovidevariousrecipesfordifferenttypesofembeddedprojects.Whereverpossible,Ihaveincludedcodeexamplestomakethediscussionclearer.Therearepointsinthebookwhereprojectsarediscussedasameansofillustratingthepointofthegivenchapter.Muchofthiscodeisavailableonthecompaniondisk,touseityouwillneedtobefamiliarwithCand8051assemblersincethisbookisnotintendedtobeatutorialinCor8051a……