۲۱-مرداد-۱۳۸۸, ۱۳:۲۰:۵۸
۲۱-مرداد-۱۳۸۸, ۱۹:۱۹:۴۱
سلام کسی نبود؟
۲۱-مرداد-۱۳۸۸, ۲۰:۳۷:۳۰
سلام
دالنود ورژن 1.11.9.5 :
http://www.ir-manup.com/folder/view/v9VgEEKD
برای دانلود از نرم افزار مدیریت دانلود استفاده کنید
دالنود ورژن 1.11.9.5 :
http://www.ir-manup.com/folder/view/v9VgEEKD
برای دانلود از نرم افزار مدیریت دانلود استفاده کنید
۲۱-مرداد-۱۳۸۸, ۲۰:۴۴:۵۹
ممنون ولی من کرک 1.11.7.4 رو خواسته بودم
۲۱-مرداد-۱۳۸۸, ۲۱:۲۲:۳۱
۲۱-مرداد-۱۳۸۸, ۲۱:۲۶:۵۰
ممنون ولی این که فایل Exe توش نیست.
۲۱-مرداد-۱۳۸۸, ۲۱:۴۳:۴۶
مهندس من هیچ دلیل برای کار با 1.11.7.4 با همون همه مشکل و باگش نمی بینم !
فکر می کنم فایلش رو آنتی ویروس پاک کرده ! ( معمولا به این چیز خیلی گیر می ده )
فکر می کنم فایلش رو آنتی ویروس پاک کرده ! ( معمولا به این چیز خیلی گیر می ده )
۲۱-مرداد-۱۳۸۸, ۲۱:۵۵:۵۳
خب با چه ورژنی کار کنم که باگ کمتر داشته باشه؟
اگه میشه لینکشو بزارید البته با کرک.
با تشکر.
اگه میشه لینکشو بزارید البته با کرک.
با تشکر.
۲۱-مرداد-۱۳۸۸, ۲۲:۰۰:۵۲
۲۲-مرداد-۱۳۸۸, ۱۱:۱۵:۳۰
سلام
اینم مواردی که جدیدا به این نسخه اضافه شده :
اینم مواردی که جدیدا به این نسخه اضافه شده :
کد:
* Structured BASIC with labels.
* Structured programming with IF-THEN-ELSE-END IF, DO-LOOP, WHILE-WEND, SELECT- CASE.
* Fast machine code instead of interpreted code.
* Variables and labels can be as long as 32 characters.
* Bit, Byte, Integer, Word, Long, Single, Double and String variables.
* Large set of Trig Floating point functions. Date & Time calculation functions.
* Compiled programs work with all AVR microprocessors that have internal memory.
* Statements are highly compatible with Microsoft’s VB/QB.
* Special commands for LCD-displays , I2C chips and 1WIRE chips, PC keyboad, matrix keyboad, RC5 reception, software UART, SPI , graphical LCD, send IR RC5, RC6 or Sony code.
* TCP/IP with W3100A chip.
* Local variables, user functions, library support.
* Integrated terminal emulator with download option..
* Integrated simulator for testing.
* Integrated ISP programmer (application note AVR910.ASM).
* Integrated STK200 programmer and STK300 programmer. Also supported is the low cost Sample Electronics programmer. Can be built in 10 minutes! Many other programmers supported via the Universal Interface.
* Editor with statement highlighting.
* Context sensitive help.
* Perfectly matches the DT006 SimmStick from Dontronics and the MAVRIC and the M128 REV B from BDMICRO.
* DEMO version compiles 2KB of code. Well suited for the AT90S2313.
* English an German Books available
* Special tcp/ip library, AT mouse simulator, AT keyboard simulator available as add on.
The following statements are supported (actually there are many more look in the helpfile):
Decision and structures
IF, THEN, ELSE, ELSEIF, END IF, DO, LOOP, WHILE, WEND, UNTIL, EXIT DO, EXIT WHILE, FOR, NEXT, TO, STEP, EXIT FOR, ON .. GOTO/GOSUB, SELECT, CASE.
Input and output
PRINT, INPUT, INKEY, PRINT, INPUTHEX, LCD, UPPERLINE, LOWERLINE,DISPLAY ON/OFF, CURSOR ON/OFF/BLINK/NOBLINK, HOME, LOCATE, SHIFTLCD LEFT/RIGHT, SHIFTCURSOR LEFT/RIGHT, CLS, DEFLCDCHAR, WAITKEY, INPUTBIN, PRINTBIN, OPEN, CLOSE, DEBOUNCE, SHIFTIN, SHIFTOUT, GETATKBD, SPC, SERIN, SEROUT
Numeric functions
AND, OR, XOR, INC, DEC, MOD, NOT, ABS, BCD, LOG, EXP, SQR, SIN,COS,TAN,ATN, ATN2, ASIN, ACOS, FIX, ROUND, MOD, SGN, POWER, RAD2DEG, DEG2RAD, LOG10, TANH, SINH, COSH.
I2C
I2CSTART, I2CSTOP, I2CWBYTE, I2CRBYTE, I2CSEND and I2CRECEIVE.
1WIRE
1WWRITE, 1WREAD, 1WRESET, 1WIRECOUNT, 1WSEARCHFIRST, 1WSEARCHNEXT.
SPI
SPIINIT, SPIIN, SPIOUT, SPIMOVE.
Interrupt programming
ON INT0/INT1/TIMER0/TIMER1/SERIAL, RETURN, ENABLE, DISABLE, COUNTERx, CAPTUREx, INTERRUPTS, CONFIG, START, LOAD.
Bit manipulation
SET, RESET, ROTATE, SHIFT, BITWAIT, TOGGLE.
Variables
DIM, BIT , BYTE , INTEGER , WORD, LONG, SINGLE, STRING , DEFBIT, DEFBYTE, DEFINT, DEFWORD.
Miscellaneous
REM, ' , SWAP, END, STOP, CONST, DELAY, WAIT, WAITMS, GOTO, GOSUB, POWERDOWN, IDLE, DECLARE, CALL, SUB, END SUB, MAKEDEC, MAKEBCD, INP,OUT, ALIAS, DIM , ERASE, DATA, READ, RESTORE, INCR, DECR, PEEK, POKE, CPEEK, FUNCTION, READMAGCARD, BIN2GREY, GREY2BIN, CRC8, CRC16, CHECKSUM.
Compiler directives
$INCLUDE, $BAUD and $CRYSTAL, $SERIALINPUT, $SERIALOUTPUT, $RAMSIZE, $RAMSTART, $DEFAULT XRAM, $ASM-$END ASM, $LCD, $EXTERNAL, $LIB.
String manipulation
STRING, SPACE, LEFT, RIGHT, MID, VAL, HEXVAL, LEN, STR, HEX, LTRIM, RTRIM, TRIM, LCASE, UCASE, FORMAT, FUSING, INSTR.
And many other functions, statements and directives
To make a program takes just a few steps :
Write the program in BASIC
Compile it to fast machine binary code
Test the result with the integrated simulator(with additional hardware you can simulate the hardware too).
Program the chip with one of the integrated programmers.
hardware must be purchased separately