搜索资源列表
S3C44B0X例子程序1
- 5 ledblink -- 跑马灯程序 该项目在SDT2.51下编译调试。最简单的demo程序,运行后3个发光二极管轮流点亮。 6 timerint -- 定时器中断demo程序 该项目在SDT2.51下编译调试。将子目录timerint拷贝到c:\\ 下。 该demo程序的主程序是while空循环,定时器中断服务程序每500ms将3个LED反相。 在57600超级终端里也可以看到中断发生时的信息。 7 uart -- 串口测试程序 该项目在SDT2.5
老外编写的51单片机UART驱动
- 很有参考价值的51单片机串口程序,正在搞串口的看一看-great reference value of 51 MCU procedures, is now pursuing a look at the serial port
uart.rar
- 51单片机和PC机串口通讯试验 含汇编程序,电路图,所需软件。,51 microcontroller and serial communication experiment with PC-assembler, schematics, required software.
uart
- 51单片机 串口接收发送 都用到中断 全双工 采用C语言-51 MCU serial port receive interrupt is used to send both full-duplex using C language
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
UART_Program
- 串口中断服务函数集,使用十分方便 51单片机串口调试程序(C语言)-Serial port interrupt service function is set, 51 MCU serial port is very convenient to use the debugger (C language)
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
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
67A04 uart
- 原厂对该功能是隐蔽的,如有需要可以参考使用附件的软件,串口对应的IO口为P16和P17(The original factory is covert to this function. If necessary, you can refer to the software that uses the attachment. The serial port corresponding to the IO port is P16 and P17)
lesson11_4
- 基于51单片机实现UART串口通信 C语言版(UART serial communication realized by 51 single chip microcomputer)
uart
- 适用于stc单片机,简单操作串口,修改方便(51 singlechip serial program)