搜索资源列表
EEPROM&USART
- 对PIC16F877芯片的EEPROM数据区进行读写的演示程序和PIC16F87X系列芯片通过SCI(串行通信接口)来实现与PC的通信。-right PIC16F877 chip EEPROM data area of the display and write procedures and PIC16F87X series chip SCI (Serial Communications Interface) and PC communication.
IC卡读写器程序(ASM)及其测试程序(PC端)
- IC卡读写器程序(ASM)及其测试程序(PC端).zip-IC card read-write procedure (ASM) and its test order (PC end) zip
signal_cpu_sort
- Use the verilog language write a MIPS CPU code, and have additional instruction, for example: selection sort instruction. The code has contain combination circuit and sequenial circuit. CPU have contain ALU, ADD, ALU_CONTROL, DATA_MEMORY, INST_ME
Lab_Timer and Timer Signals
- The goal of this lab is (1) to under the defects of software timers, (2) to write a periodic program without timers, (3) to write a periodic program using timer Hardware:Host computer PC Software: GNU GCC -The goal of this lab is (1) to
aduc7000_pwm
- This project is created using the Keil ARM CA Compiler. The Logic Analyzer built into the simulator may be used to monitor and display any variable or peripheral I/O register. It is already configured to show the PWM output signal on PORT3.0 an
51empolderboard
- 此文档是网上一款开发板的完整系统,内附有电路图纸!系统有完整的接口程式,包含了字符型LCD驱动,pc串口通讯程式,flash读写驱动程式,中文字库,ad芯片驱动程式,keyscan4*4扫描程式-this document is the development of new online integrity of the system board, enclosing a circuit drawings! A complete system interface programs, includ
eeprom_i2c_rw
- MCU 通过i2c 总线读写eeprom, i2c 读写程序是软件仿真方式来实现,将读写资料通过D12 和pc实现数据通讯。有实际使用,读写正常。-MCU to read and write through the i2c bus EEPROM, i2c reader software simulation procedure is to achieve, to read and write data through D12 pc and data communications. There i
PS2_ARM
- 我写的ARM PS2驱动程序,使用普通GPIO口模拟PS2协议,可直接驱动键盘、条码找描枪等设备,并将从键盘、条码扫描枪等输入的信号通过UART口传至PC机-I write ARM PS2 driver, I use ordinary GPIO simulation PS2 agreement can be directly driven keyboard, bar code depiction find guns and other equipment, and from the keyboa
51_c
- 51 c 一.闪烁灯 二.流水灯的左移右移 三.按键判断 四.数码管静态显示 五.数码管动态显示 六.4X4键盘识别 七.按键中断判断方式 八.定时器T0的应用---9.9秒计时设计 九.PC机与单片机通信 十.24C08读写操作-51 c 1. Lights flickered 2. Wasted lights bits shifted to the right three. Four keys judgment. Digital static show
Visual.Basic.for.PocketPC
- This book is an in-depth exploration into eVB s inherent features, and how to use them to solve likely mobile application programming tasks. After reading the book the reader will be able to write applications tackling a wide array of business proble
mmc
- 单片机操作MMC/SD卡读写fat12/16/32文件系统的程序,外国网站找到的,支持文件open,read write mkdir close 等,基本pc文件功能都支持,专门针对8位mcu,方便移植到各种单片机系统,占用资源很少
EVM板与PC机通信的程序
- 用WORD写的DSP EVM板与PC机通讯程序。-using Word to write the DSP EVM and PC communication procedures.
ds18B20_SN.rar
- 基于PIC单片机的DS18B20读写源程序,包括读18B20ROM和在单总线上挂多个18B20的读写和串口通讯程序,DS18B20 based on PIC microcontroller to read and write source code, including reading 18B20ROM and hung in a single bus, multiple 18B20 and serial communication program to read and write
BootLoad_PeiMegaLoader
- 一个BootLoader程序和PC端的VB源代码 AVR程序是由527DZ的代码修改而来,主要修正了1个Bug,并增加了页地址效验 目标系统是M8,11.0592M,可根据需要修改,熔丝位BOOTRST要编程 VB程序只支持Bin文件,不支持Hex文件,可使用Hex2Bin工具转换,或使用烧录工具,调入后再保存成Bin文件,只是要注意长度,不要写到Boot区地址 -A BootLoader program and the PC side of the VB source code for
pc-machine
- 编写了一个上位机软件,模拟led动态显示的。主要用的下位机是51,虽然界面简单,但是对于学习使用上位机还是很有帮助的!-Write a PC software, led display of dynamic simulation. The main use of a machine is 51, though the interface is simple, but to learn to use the PC or helpful!
PC-Base-Signal-Analyzer
- PC Based Signal Analyzer This aims of the project just familiar to a Digital oscilloscope. It is used for capture the different signal such as SINE WAVE, TRIANGLE WAVE and the SQUARE WAVE. Use the A-to-D converter into a binary form. Thus, the data
PC-REMOTE(M48)
- 一款用M48 编写的一个电脑遥控器,解码是NEC的,具体可以参考源码中的内容修改对应自己家中的遥控器即可。-A remote control of a computer to write with M48, decoding is NEC' s specific reference source to modify the corresponding remote control can be in their own home.
zhongduan
- 用PIC单片机内部定时器0,作为16位定时器使用,并开启溢出中断。单片机的外部中断0引脚接开关SW2,并设置为下降沿的触发方式。单片机的UART接口工作于全双工异步模式,1个起始位,8个数据位,1个停止位,波特率为9600,并开启接收中断,与PC机通信。编写程序实现功能:SW2按键按下时,LCD上显示“Timer0 Start”, 定时器0开始工作,然后LCD上显示“Timer0 Working”,当UART接收到PC机发送的命令“P”时,定时器0停止工作,LCD上显示“Timer0 Stop”
chuangxing
- 配置CCP1模块使之工作于PWM模式,并初始化周期和占空比。单片机的UART接口工作于全双工异步模式,1个起始位,8个数据位,1个停止位,波特率为9600,并开启接收中断,与PC机通信。编写程序实现功能:当UART接收到命令“S”时,LCD上显示“PWM Start”, PWM开始工作。当UART接收到命令“U”时,占空比增加,当UART接收到命令“D”时,占空比减少,并在LCD上显示占空比。当UART接收到命令“P”时, PWM停止工作,LCD上显示“PWM Stop”。并用示波器观察PWM输
IIC读写EEPROM发送到PC串口
- 能实现用IIC读EEPROM并且将读取的数据通过串口发送到PC端,以及在PC端通过串口发送数据给FPGA,再利用IIC将数据写入EEPROM(The program can realize that FPGA read the data from EEPROM by IIC and then send it to PC by UART,and that PC send the data to FPGA by UART and then write the data to EEPROM by