登录
首页 » 通信 » 液晶屏 rs232 PIC 电路

液晶屏 rs232 PIC 电路

于 2022-08-14 发布 文件大小:41.78 kB
0 182
下载积分: 2 下载次数: 1

代码说明:

RS232 是异步串行通信协议,广泛应用在计算机上。异步意味着它不会有任何单独的同步时钟信号,所以它必须同步本身对传入的数据-这是通过使用开始和停止脉冲。信号本身是略有不寻常的计算机,而是作为比正常 0V 到 5V 范围、 它使用 + 12V-12V-到这做是为了提高可靠性,并极大地增加了它可以工作在可利用的范围-不需要提供此确切电压摆动和实际使用 PIC 0V 到 5V 电压摆动和几个电阻可以做一个简单的 RS232 接口,通常会很好但并不保证与所有串行端口的工作。为此我设计了串行板能使用 MAX232 芯片,这是专为 5V 的逻辑级别之间的接口设计的芯片和 + 12V /-12V 的 RS232-它生成的 + 12V /-12V 内部使用电容器充电泵,并包括四个转换器,两个传输和两个接收,只采用的每-其他两个一个串行董事会明确标记为电路如果需要可以用别的东西。

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

发表评论

0 个回复

  • IEC61375
    IEC61375-1列车通信总线(TCN)协议中文翻译。-IEC61375-1 Train Communication Bus (TCN) Chinese translation of the agreement.
    2022-04-30 22:36:12下载
    积分:1
  • VB串口编程比较全教程及代码,愿给大家有一定的帮助
    VB串口编程比较全教程及代码,愿给大家有一定的帮助-VB Serial Programming Guide and compare the whole code, we would like to have some help
    2022-01-26 06:43:32下载
    积分:1
  • 串口
    串口是串行接口(serial port)的简称,也称为串行通信接口或COM接口。 串口通信是指采用串行通信协议(serial communication)在一条信号线上将数据一个比特一个比特地逐位进行传输的通信模式。
    2023-04-16 09:15:02下载
    积分:1
  • BCP和整体业务逻辑(GSL)有两种类型的接口: 起始点(POI):在呼叫处理过程中,当智能业务被触发 时,从BCP进入整体业务逻辑(GSL)处理的始发点...
    BCP和整体业务逻辑(GSL)有两种类型的接口: 起始点(POI):在呼叫处理过程中,当智能业务被触发 时,从BCP进入整体业务逻辑(GSL)处理的始发点。 返回点(POR):在整体业务逻辑(GSL)处理结束后,返 回到BCP继续呼叫处理的终结点。 -BCP and the overall business logic (GSL) There are two types of interfaces: the starting point (POI): In the call processing process, when the intelligence business is triggered from BCP into the overall business logic (GSL) deal with the starting point. Return point (POR): in the overall business logic (GSL) after the end of treatment and return to the BCP continues to call the end point of treatment.
    2022-06-19 08:53:56下载
    积分:1
  • 串口传输的例子 而且在工作中得到了应用
    串口传输的例子 而且在工作中得到了应用-Example of serial transmission and in the workplace has been applied
    2023-03-04 02:40:04下载
    积分:1
  • Layered space
    分层空时码的自己编写的zf分解检测程序,包括判决无误和判决有误差两种情况-Layered space-time codes zf prepared by decomposition of their own testing procedures, including the accurate judgments and sentences a margin of error of two cases
    2022-07-06 22:05:59下载
    积分:1
  • 实验室的实验室_ _ C,C,C,C _ _实验室,实验室,
    lab_C, lab_C, lab_C, lab_C, -lab_C, lab_C, lab_C, lab_C, lab_C, lab_C, lab_C, lab_C,
    2022-03-19 23:37:12下载
    积分:1
  • Serial debugging helper, the latest version of the serial debugging helper, the...
    串口调试小助手,最新版本 串口调试小助手,最新版本-Serial debugging helper, the latest version of the serial debugging helper, the latest version of the serial debugging helper, the latest version
    2022-02-22 10:12:14下载
    积分:1
  • CORBA交易服务的实现源码。目前已经将CORBA标准中的CosTransactions.dll,CosTSInteroperation.dll,CosTSPo...
    CORBA交易服务的实现源码。目前已经将CORBA标准中的CosTransactions.dll,CosTSInteroperation.dll,CosTSPortability.dll转化为c++代码,用户只要实现里面的CORBA存根,就可以实现一个CORBA交易服务。-CORBA transaction services to achieve the source. Now to the CORBA standard CosTransactions.dll, CosTSInteroperation.dll, CosTSPortability.dll into c code, as long as users realize the CORBA stubs inside, we would achieve a CORBA transaction services.
    2022-05-20 13:00:33下载
    积分:1
  • 这是XMODEM传输协议原代码,测试只能证明错误的存在,而不能表明程序中没有错误。 测试的两个作用是:确定程序中缺陷的存在;有助于判断该程序在实际上是否可用...
    这是XMODEM传输协议原代码,测试只能证明错误的存在,而不能表明程序中没有错误。 测试的两个作用是:确定程序中缺陷的存在;有助于判断该程序在实际上是否可用。 软件测试最困难的问题之一是知道何时停止测试(When to stop testing? ) 自己测试自己的程序是不可能的。 当一个软件被测出的缺陷数目增加时,更多的未被发现的缺陷存在的概率也随之增加。 -This XMODEM transfer protocol source code, the test can only be proved wrong there and not show anything wrong procedure. The two test role is : procedures for determining the existence of defects; Contribute to the judge whether the procedure can be used in practice. Software testing the most difficult one of the problems is to know when to stop testing (When to stop testing) testing their own procedures is not possible. When a software detected the increase in the number of defects, more undiscovered flaws in the probability has increased.
    2022-03-10 02:22:42下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载