-
飞思卡尔MC9S12XET,实时时钟rti程序
资源描述演示程序使用说明:
1.实时时钟的演示:
2.毫秒级计时输出;
3.串口输出速率:9600bps.
4.中断的使用。
- 2022-03-15 07:51:13下载
- 积分:1
-
由于普通单片机只有一个串口,由于用户可能会用到多个串口,而对于双串口的单片机价格贵,不如自己动手选择两个IO口,自己模拟串口通讯,以下为模拟串口程序....
由于普通单片机只有一个串口,由于用户可能会用到多个串口,而对于双串口的单片机价格贵,不如自己动手选择两个IO口,自己模拟串口通讯,以下为模拟串口程序.-Because there is only one common single-chip serial port, as the user might use multiple serial ports, dual serial ports for the price of your microcontroller, it is better to select two IO own mouth that they simulation serial communication, the following for Simulation of serial procedures.
- 2022-09-26 00:25:03下载
- 积分:1
-
嵌入式系统的C和C++的电子书
Programming Embedded Systems in C and C++ EBook
- 2022-07-01 10:01:09下载
- 积分:1
-
VB源代码,有2个按钮控件,一个选择目录,一个打开选好目录的EXE格式原件!需要添加一个CommonDialog 的部件!...
VB源代码,有2个按钮控件,一个选择目录,一个打开选好目录的EXE格式原件!需要添加一个CommonDialog 的部件!-Private Sub Command3_Click()
Shell Text1.Text
End Sub
Private Sub Command4_Click()
dakai1.InitDir = "c:"
dakai1.Filter = "EXE(*.exe,*.bat)|*.exe*.bat"
dakai1.Action = 1
Text1.Text = dakai1.FileName
End Sub
- 2023-08-26 00:10:03下载
- 积分:1
-
msp430AD代码
msp430AD的代码,用IARformsp430编写的,可以在msp430f148上运行。可以实现对外部电压的采集。用的是内部的12位的AD
- 2022-03-17 18:20:43下载
- 积分:1
-
使用软件的方法实现A/D功能
使用软件的方法实现A/D功能-use software to achieve the A/D function
- 2023-07-08 08:35:04下载
- 积分:1
-
DMA是用PIC系列单片机的汇编代码设计
dma is being designed using pic series assembly code
- 2022-10-02 01:55:03下载
- 积分:1
-
usbn9603的驱动程序
usbn9603的驱动程序-usbn9603 driver
- 2023-06-16 10:40:04下载
- 积分:1
-
数字温度计制作指导,是基于51单片机,用DS18B20制作的数字温度计,并可自行添加报警电路实现报警。包括电路图和程序以及详细的制作流程。...
数字温度计制作指导,是基于51单片机,用DS18B20制作的数字温度计,并可自行添加报警电路实现报警。包括电路图和程序以及详细的制作流程。-Digital thermometer production guidance is based on 51 microcontroller, digital thermometer with DS18B20 produced, and can add their own alarm circuit alarm. Including schematic and procedures, and detailed production process.
- 2022-08-03 02:58:08下载
- 积分:1
-
用单片机设计完成多按键功能的温度计,主要采用51单片机完成的设计。...
用单片机设计完成多按键功能的温度计,主要采用51单片机完成的设计。-MCU design is completed with a thermometer multi-function buttons, the main use of 51 MCU to complete the design.
- 2022-02-12 15:44:54下载
- 积分:1