Welcome![Sign In][Sign Up]
Location:
Search - EASY51

Search list

[Other resourceisp

Description: 用于Atmel单片机ISP下载的程序,该源码比起easy51更通俗易懂,且与easy51兼容,移植也容易。-for Atmel microcontroller ISP download procedures, the source easy51 more accessible than, but compatible with the easy51 transplant easily.
Platform: | Size: 70347 | Author: 孙志海 | Hits:

[Develop Toolseasy51单片机编程器

Description: 51编程器,简单易用。可编程at89s51,at89s52,at89c2051,at89c4051-51 programmer, easy-to-use. Programmable at89s51, at89s52, at89c2051, at89c4051
Platform: | Size: 1789285 | Author: 将还动 | Hits:

[Other resourceeasy51

Description: 123456uyygbb温度传感器ds1820 的汇编程序     晶振:12M TEMPER_L EQU 36H TEMPER_H EQU 35H TEMPER_NUM EQU 60H FLAG1 BIT 00H DQ BIT P3.3 AAA:MOV SP,#70H LCALL GET_TEMPER LCALL TEMPER_COV LJMP AAA NOP ------------------读出转换后的温度值 GET_TEMPER: SETB DQ 定时入口 BCD:LCALL INIT_1820 JB FLAG1,S22 LJMP BCD 若DS18B20不存在则返回 S22:LCALL DELAY1 MOV A,#0CCH 跳过ROM匹配------0CC LCALL WRITE_1820 MOV A,#44H 发出温度转换命令 LCALL WRITE_1820
Platform: | Size: 836461 | Author: myyao | Hits:

[SCMEasy 51Pro v2.0简易编程器

Description: 功能强大的51编程器,文件包里有PC机程序、编程程序和硬件电路。-powerful 51 programmer, a paper bag of PC and programming procedures and hardware circuit.
Platform: | Size: 1362944 | Author: 张城 | Hits:

[SCMisp

Description: 用于Atmel单片机ISP下载的程序,该源码比起easy51更通俗易懂,且与easy51兼容,移植也容易。-for Atmel microcontroller ISP download procedures, the source easy51 more accessible than, but compatible with the easy51 transplant easily.
Platform: | Size: 97280 | Author: 孙志海 | Hits:

[SCMprogisp14

Description: 共享软件PROGISP(Ver1.4) 2005/12/28 支持编程器类型 1,多种并口(可以自定义)编程器(并口串行) 2,USBPROG编程器(usb串行) 3,并口并行编程器 特色: 1,速度较快(16k程序): 并口 读11秒 写11秒;USBPROG读2秒 写2秒。 2,USBPROG根据目标cpu自动调整三种下载速度(8k,187.5k,375k) 3,支持自定义ATMEL全系列cpu(avr+S5x 系列). 4,支持自定义熔丝信息提示功能 5,支持时钟校正及系列号生成功能 6,USBPROG还支持usb转串口功能-sharing software PROGISP (Ver1.4) 2005-12-28 support programmer types a diverse parallel port (which can be customized) programming (Serial Parallel Port) 2, USBPROG Programming (usb serial) 3, Parallel- Parallel Programming features : 1. faster (16k procedures) : Parallel Port Reading 11 seconds was 11 seconds; USBPROG Reading 2 seconds was two seconds. 2, according to the target cpu USBPROG automatic adjustment of the three download speeds (8k, 187.5k. 375K) 3, ATMEL support from the definition of a full range of cpu (avr S5x series). 4. Fuse support from the definition of functional information suggested five support clock correction and serial number generation capability 6, USBPROG also supports USB serial transfer function
Platform: | Size: 530432 | Author: 智峰 | Hits:

[SCMEasy 51编程器源程序

Description: Easy 51编程器源程序 ,是Easy 51编程器上用的,可以帮助你熟悉单片机的烧写时序,可以自已参考它来扩展你的编程器,让你的编程器能烧更多种的单片机-source programmers is 51 Easy programming on the device, I can help you familiar with the MCU burning timing, it can refer themselves to expand your programmer, let your programmer can burn more of the MCU
Platform: | Size: 159744 | Author: 9153 | Hits:

[SCMEasy51Prov2.0宇宙版

Description: Easy 51Pro v2.0宇宙版 AT89S52ISP-Easy 51Pro v2.0 version of the universe AT89S52ISP
Platform: | Size: 1643520 | Author: wqr | Hits:

[Bookseasy51单片机编程器

Description: 51编程器,简单易用。可编程at89s51,at89s52,at89c2051,at89c4051-51 programmer, easy-to-use. Programmable at89s51, at89s52, at89c2051, at89c4051
Platform: | Size: 1788928 | Author: 将还动 | Hits:

[SCMEasy51Pro-v2.0

Description: Easy 51Pro v2.0是51单片机的简单实用的开发工具,更好用,容易自制,容易扩充,更稳定,更灵活。-Easy 51Pro 51 MCU v2.0 is a simple and practical tools to better use, easy homemade, easy to expand, more stable and more flexible.
Platform: | Size: 1640448 | Author: 阿三 | Hits:

[SCMEasy51Pro

Description: Easy 51Pro的制作及使用说明 并口下载支持AT89C51,AT89C0251,AT89S51 也可自己编写-in the production and use parallel port download AT89C51, AT89C0251, AT89S51 can also prepare themselves
Platform: | Size: 717824 | Author: az-h | Hits:

[SCMEasy51Prov2.0

Description: 包含51单片机并口串口下载线的上位机及下位机的源程序,分别为c++和keilc编程,并附有电路图。
Platform: | Size: 1251328 | Author: gaojiawei | Hits:

[MacOS developeasy51

Description: 123456uyygbb温度传感器ds1820 的汇编程序     晶振:12M TEMPER_L EQU 36H TEMPER_H EQU 35H TEMPER_NUM EQU 60H FLAG1 BIT 00H DQ BIT P3.3 AAA:MOV SP,#70H LCALL GET_TEMPER LCALL TEMPER_COV LJMP AAA NOP ------------------读出转换后的温度值 GET_TEMPER: SETB DQ 定时入口 BCD:LCALL INIT_1820 JB FLAG1,S22 LJMP BCD 若DS18B20不存在则返回 S22:LCALL DELAY1 MOV A,#0CCH 跳过ROM匹配------0CC LCALL WRITE_1820 MOV A,#44H 发出温度转换命令 LCALL WRITE_1820-Ds1820 temperature sensor 123456uyygbb the assembler crystal: 12MTEMPER_L EQU 36HTEMPER_H EQU 35HTEMPER_NUM EQU 60HFLAG1 BIT 00HDQ BIT P3.3AAA: MOV SP,# 70HLCALL GET_TEMPERLCALL TEMPER_COVLJMP AAANOP read out the converted temperature value GET_TEMPER: SETB DQ regularly import BCD: LCALL INIT_1820JB FLAG1, S22LJMP BCD if DS18B20 does not exist is returned S22: LCALL DELAY1MOV A,# 0CCH Skip ROM matching 0CCLCALL WRITE_1820MOV A,# 44H issued a temperature conversion command LCALL WRITE_1820
Platform: | Size: 836608 | Author: myyao | Hits:

[SCMEasy51Pro

Description: 这是一个51单片机烧录程序,希望对大家有用,谢谢支持-This is a 51 single-chip burning process, in the hope that useful to everybody, thank you support
Platform: | Size: 449536 | Author: 张荣基 | Hits:

[SCMEasy51Prov2.0

Description: 這次把真正的把源程序公開了,而且還有詳細的原理教程,希望大家幫忙把他做的更好,支持的器件更多。 這個下載線電路是我做過的中最穩定的,成功率很高。你也可以直接使用現有的下載線或者Atmel的原版下 載線。Easy 51Pro串行編程器也支持AT89C2051了。《Easy 51Pro的製作及使用說明》中有詳細介紹。 有何問題或者發現了BUG請在這裡給我留言: http://enkj.com/gbook/guestbook.asp?user=digiboy-This time to really focus on the open source program, but also the principle of detailed tutorial, I hope to help everyone to make him better, support more devices. This download is my line circuit done in the most stable, the success rate is very high. You can also direct the use of existing lines or to download the original Atmel download cable. Easy 51Pro serial AT89C2051 programmer also supports the.
Platform: | Size: 1197056 | Author: Chan | Hits:

[OtherEasy51Prov2.0

Description: 51isp下载软件,使用非常方便。非常适应初学者制作使用-51isp download software, use very convenient. Well adapted to the production of the use of beginners
Platform: | Size: 1184768 | Author: 陈东方 | Hits:

[SCMeasy51

Description: 自己做的开发板,包括原理图和PCB图,单面板,使我们在学校自己做的!-Own development board, including schematic and PCB diagram, a single panel, so that our schools do their own!
Platform: | Size: 77824 | Author: | Hits:

[SCMEasyP51ProPv2.0

Description: EASY51 支持各个厂家的51单片机下载-EASY51 support each manufacturer of 51 SCM download
Platform: | Size: 1329152 | Author: YGG | Hits:

[SCMEASY51

Description: easy51开发板源程序,包含原理图及用用户手册。-easy51 source development board
Platform: | Size: 956416 | Author: 康煜华 | Hits:

[SCMAT89C2051-programmer

Description: 使用AT89S51单片机对AT89C2051单片机高压编程的程序。对应的电路为Easy51宇宙版。-AT89S51 microcontroller AT89C2051 microcontroller high-voltage programming procedures. The corresponding circuit for the Easy51 universe version.
Platform: | Size: 100352 | Author: 周晓鹏 | Hits:
« 12 »

CodeBus www.codebus.net