搜索资源列表
DELPHI_CVAVR_EEPROM
- 这是一个DELPHI与单片机相结合的应用例子 这个程序的主要功能是通过串口与单片机通讯,读写EEPROM的资料。 上位机程序是用Delphi 6.0,下位机程序是CVAVR 1.24, 采用的主芯片是Atmel ATMega16, EEPROM芯片是Atmel AT24C04(或AT24C256) Application ...... 应用程序 for Delphi 6.0 (SP2) ..\\EEPROM.dpr ...... DELPHI 项目包 ..
sci_rcv
- 利用PIC16F877A单片机,通过串口控制PWM占空比实现PWM输出程序-PIC16F877A MCU via the serial port to control the PWM duty cycle of PWM output program
derek
- 基于avr单片机的串口采集程序,经调试通过。-Avr microcontroller based on the serial acquisition process, by debugging through.
PIC18F1320--bootloader
- PIC18F1320单片机通过串口下载的bootloader源程序(C语言)-PIC18F1320 microcontroller through the serial port to download the bootloader source code (C language)
serial_interrupt
- rs232 接口的串口通讯实验代码 51单片机实验通过-rs232 serial communication interface experimental code 51 Microcontroller Experiment by
18b20_rs232
- 基于PIC单片机的数据采集系统,通过DS18b20将采集到的温度用串口调试助手 传送到上位机-PIC Microcontroller based data acquisition system will be collected by DS18b20 temperature with serial debugging aids sent to the host computer
Example
- lpc2132读写SST39VF400的程序,通过串口发给单片机,由单片机写入FLASH,可以擦除和写入。ADS1.2编译-This is a program for lpc2132 to write SST39VF400.use ads1.2
DS18B20
- 基于c51单片机通过DS18b20采集温度并在1602显示,还通过串口把温度值发送到pc机上显示出来-C51 microcontroller based on the temperature and collected by DS18b20 1602 shows that the temperature value is also sent through the serial port to the pc machine displayed
series-control-mcu
- 这是一个可以通过串口控制单片机,进而控制外部设备的程序,里面有上位机和下位机程序-This is a microcontroller through the serial port control, process control external devices and then, there are upper and lower machine process machine
MCU-Debug
- 单片机多功能调试助手一款集串口/USB/网络调试、进制转换、字模与数码管字型码制作、常用校验值计算、UNICODE码转换、位图输出C文件等众多功能于一身的综合型调试软件,最值得庆幸的是该软件会一直保持更新,并支持在线升级功能,这样大家手头上的单片机多功能调试助手总是最新的! 单片机多功能调试助手与其他调试软件有什么优势: 一直保持为单文件状态,不会因为需要保存配置信息而创建其他其他文件,所以该软件非常容易携带。 一直体贴着开发者,所有重要的配置在关闭该软件时
RS232
- PC机与单片机的通讯,通过rs232的串口发射与接收源码,-PC and chip communication through rs232 serial port transmit and receive code,
44b0_uart
- 本程序为arm7 44b0的公版串口通讯程序,在其他程序中移植该功能,通过与上位机进行串口通讯,可以方便程序调试,以及可以完成上位机对单片机的控制-The procedures for the the arm7 44b0 public version of the serial communication program, other programs transplantation through serial communication with the host computer, you
xs128Serial
- 基于XS128单片机串口发送程序 测试通过-XS128 microcontroller serial sending program testing by
yuanwenjian
- 12位和16位串行DA上位机控制软件和单片机源代码,这是一个项目里面包含DA芯片控制软件的部分源代码和软件。 -------------------------------------------------- 基本原理介绍: 上位机通过串口向单片机发送DA的控制字,单片机通过SPI接口对DA进行控制。 实现的功能是:在上位机上用户界面上设置一个电压值,DA对应的输出正确的电压。-12-bit and 16-bit serial DA PC control
MSP430G2553_ADC
- 基于msp430g2553单片机的ADC数据采集程序,同时将采集到的数据存入到flash中,并且可以通过串口发送数据。是不可多得的430代码模板。-Based msp430g2553 microcontroller ADC data collection procedures, and the collected data are stored into the flash memory, and can send data through the serial port. Is a rare
msp430g2553--UART
- 用单片机内USCI模块的UART模式,实现两块msp430g2553单片机之间的串口通信,通过灯的亮灭来实现观察-USCI module with microcontroller UART mode, to achieve two msp430g2553 serial communication between the microcontroller through the bright lights to achieve the observed
GPRS_COFIG
- 通过单片机串口配置MC52I-gprs通讯模块-stm32+ USART<-->MC52I(GPRS)
BootLoader
- 单片机的BootLoader程序,可以直接通过串口升级应用程序,开发环境为Keil,芯片为LPC1766 -SCM BootLoader program, you can upgrade directly through the serial port application development environment for Keil, LPC1766 chip
UART_IO
- 普通IO口模拟串口,用于单片机串口数量不够的情况下,亲测通过。-Ordinary IO port analog serial port, for the number of SCM is not enough, the pro test.
基于32单片机的电压检测装置
- 1. 基本功能:基本实现了附件2要求的功能,因为TFT-LCD引脚损坏,故用OLED代替,开发板没有配套24C02,所以使用flash模拟EEPROM,对参数K进行掉电保护。 2. 增加功能: a.按键个数增加1个,多了一个用于时间调整,可以让时间减小。 b.可以通过串口修改实时时间,在屏幕1下,用串口助手输入指令。 c.可以通过串口更新电压上报时间,在屏幕2下,用串口助手输入指令。 d.往串口助手输入:?,即可以获得串口指令提示。更多信息见实验工程下“ReadMe”文件。