-
DataScope
DataScope 串口虚拟示波器 一款非常不错 串口调试软件 具有多个串口通道 同时传送多个数据
- 2021-04-03 22:19:04下载
- 积分:1
-
UCS2Char
该工具可以根据输入的UNICODE十六进制字符串计算出相应的汉字或ASCII码。比如:输入4F60便可以得到"你"。(The tool can be based on the input UNICODE calculate the corresponding hexadecimal string guy or ASCII.)
- 2013-09-09 12:29:23下载
- 积分:1
-
PWM-ULN2003A
利用ULN2003A进行驱动,产生PWM波,里边有照片,可供参考,通过本例程了解PWM 的基本原理和使用 (#include <reg52.h>
unsigned char timer1
sbit PWM=P1^2
void system_Ini()
{
TMOD|= 0x11
//PWM
TH1 = 0xfe //11.0592
TL1 = 0x33
TR1 = 1
IE =0x8A
}
main()
{
system_Ini()
while(1)
{ if(timer1>100) timer1=0
if(timer1<30) PWM=0
else PWM=1
}
)
- 2013-11-21 15:17:25下载
- 积分:1
-
SCM-mat
《 单片机应用技术(C语言版)(工业和信息化高职高专“十二五”规划教材立项项目)》素材文件 (" SCM technology applications (C language) (Industry and Information Technology College" 12th Five-Year Plan " textbook project project) material file)
- 2012-12-08 20:36:59下载
- 积分:1
-
SPI_STM32_FPGA
STM32F1与FPGA通过SPI进行通信,我上传的是32部分的程序,已经通过串口测试成功。此程序可拓展为和单片机,DSP通过SPI进行通信(STM32F1 and FPGA communication through the SPI, I uploaded the 32 part of the procedure has been successfully tested through the serial port. This program can be extended to and single-chip, DSP communication through the SPI)
- 2020-11-16 09:29:42下载
- 积分:1
-
S57reader
能够快速读取电子海图,还有简单的显示功能(ENC )
- 2021-04-12 15:08:57下载
- 积分:1
-
USB-mouse
一个鼠标基于C8051f340为核心的USB鼠标程序,在开发板上已调可用。用Keil打开。(A mouse-based core C8051f340 USB mouse program has been transferred is available on the development board. Opened with Keil.)
- 2014-05-02 17:02:37下载
- 积分:1
-
RS485_connection_process-for-C51
在51单片机上实现RS485通讯,能够实现与上位机的通信(RS485 mode on 51 single, able to communicate with the host computer)
- 2014-08-21 18:10:03下载
- 积分:1
-
PID
1单片机 控制直流电机转速 PID算法+C语言程序+Proteus仿真
采用PID控制算法控制电机转速,使得电机实际转速与设定转速保持一致。(1 MCU control DC motor speed PID algorithm+C language program+Proteus simulation using PID control algorithm to control motor speed, so that the actual motor speed and the set speed consistent.)
- 2015-05-07 14:24:09下载
- 积分:1
-
F500_Flash_Test
C8051f500 Flash读写擦除操作(C8051f500 Flash read and write erase operation)
- 2012-06-26 14:32:01下载
- 积分:1