This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. #include #include #define xon 0x11 #define xoff 0x13 int i; unsigned char ACCU,temp,blank,chip,VPP; char command; unsigned int address,chksum; char code title[] = "\n\r Easy-Downloader V2.0 for ATMEL 89C51/52/55 (sdcc version)"; char code prompt[] = "\n\r >"; char code ok[] = "\n\r ok"; unsigned int count,bytes,nonblank; #define LM317 P3_5 #define LE P3_7 #define prog P2_7 #define Vpp P3_3 #define rdy P3_2 #define xtal P3_1 #define p26 ...
Komentar
Posting Komentar