搜索资源列表
老外编写的51单片机UART驱动
- 很有参考价值的51单片机串口程序,正在搞串口的看一看-great reference value of 51 MCU procedures, is now pursuing a look at the serial port
uart
- 51单片机串口通信,为了实现简单的串口而编写的,希望对大家有用。-51 microcontroller serial communication, in order to achieve a simple serial port and write, and I hope useful.
51uart
- C51的串口中断接收,查询发送实例。(以销量30K产品的代码)-C51' s serial port interrupt reception, the query sent instance. (By volume 30K product code)
UART
- 51单片机串口 通用程序,应用时只需添加剩余部分!非常方便-51 Single-chip Universal Serial procedures, the application can add the remainder of the! Very convenient
51mcu
- 51单片机的串口程序,使得51单片机的UART口每接收PC机发送的一个字符,加1回送给PC机。包含实现上述功能的电路原理图(1页) 使用原理图上用到的晶振,给出了计算波特率的步骤。波特率可以是2400、4800、9600给出了设计程序的步骤或画出程序的流程图-51 Single-chip serial procedures, making 51 MCU UART port for each PC, sent to receive a character, plus a gift back t
UART
- 该程序为51单片机双机串口通信程序,有接收和发送程序-The program for the microcontroller 51 pairs of serial communication program, to receive and send program
51uart
- 串口调试程序 1. 发送过程:在发送时必须保证TI=1:即发送缓冲器为空,否则将导致数据发不出去,如果想强制发送可以用:TI=1.具体发送数据:利用printf(“akjdfaklfj”) 函数直接发送即可。 2. 接收过程:在接收时多选用中断方式,这样可以节约CPU的时间,提高效率, -1 serial port debugger. Send process: to be sent to ensure that TI = 1: that is, send buffer is
uart
- 采用51单片机的串口模式来完成数据的传输和通行的,对于新手来说这是一个不错的程序-51 serial single-chip mode to complete the data transmission and access, for the novice, this is a good procedure
uart
- 51单片机普通I/O口,做串口用,可以和真的串口一样,设置发送和接收的波特率,和发送接收的模式-51 Singlechip general I/O port, serial port used to do, you can and really like the serial port, set up to send and receive baud rate, and send to receive mode
serial
- 通用 51单片机 UART 0 初始化程序,适用于不同波特率,不同晶振-Generic 51 Single-chip UART 0 initialization procedure, applied to different baud rate, different crystal
uart
- 采用软件方法来实现单片机的通用串口引脚来模拟UART。根据要求采用P1.0作为发送端(TXD),P1.1做为数据接受端(RXD),并采用全双工通信模式。由于MAX232电平转换芯片除了做UART的几个引脚后,还剩余T2IN,T2OUT,R2IN,R2OUT.所以采用模仿UART的接法.每次通信,发送的数据加1,接收的数据加2.用51系列单片机。-The use of software methods to achieve single-chip Universal Serial pin to s
Z
- 基于单片机的循环及串行中断的C程序源代码。-Based on single-chip serial interrupt the cycle and the C source code.
51UART
- 一个非常不错的单片机232串口通信程序-A very good microcontroller 232 serial communication program! ! !
UART_C51
- Proteus下UART串口程序,可利用Virtual Serial Ports Driver和串口调试工具进行测试.包含仿真电路和C程序。-Serial Port program which can be used in Proteus environment. The packet includes simulation circuit and C code.
uart
- 51单片机串口程序,可以方便的移植任意51内核的相同类似的单片机-51 microcontroller serial program, you can easily transplant the same like any 51-core MCU
uart
- 51单片的串口实现数据的收发过程,也可使用中断形式实现数据的收发。-51 single serial port to send and receive process data can also be used to send and receive data interrupt form.
uart
- UART(串口)用的51芯片是AT89S52,所以这些代码没问题可以在AT89S51、AT89S52、AT89C51、AT89C52下通用,不需要任何修改。-UART (serial port) with the 51 chip AT89S52, so the code is no problem in the AT89S51, AT89S52, AT89C51, AT89C52 under the general, without any changes.
UART_51
- 单片机串行口的驱动程序,可以直接发送字符串和数组-Serial port driver can send strings and arrays
ublox-stm32-uart
- 用51单片机读取ublox的数据,通信格式是uart串口,可用keil编译-51 single-chip reader to read ublox data, communication format is uart serial port, available keil compiler
lesson11_4
- 基于51单片机实现UART串口通信 C语言版(UART serial communication realized by 51 single chip microcomputer)