-
-
Hallo hier nochmal komplette history
1.11.8.3
- support for EA-DOG LCD's. See EADOG-M163.bas sample.
- tcp/ip readtcp, help changed. readtcp() returns a status byte, not the number of received bytes.
- tcpchecksum() function added
- bootloader sample added for using the second UART
- config print|print0 fixed. the flag was not reset so after first char, the level was changed too soon.
- $timeout is also implemented for UART1 now. SO $timeout work onboth UART0 and UART1.
- USB Programmer switch for stk500 and similar added. You need to use stk500 Programmer to use this option.
It will add -cUSBserial instead of using the COM port.
- DEBUG statement added
- color LCD display support added
- Mega2561 support added
- Mega165 support added
- the help file(HTML) is no longer a 'stay on top' window.
- M16def.dat file modified(i2c pins added)
- serial buffers modified. CLEAR command added to clear buffers.
- CTS/RTS support added
- mega16 prescale 64 was not in the old datasheet for timer 0. new datasheet show 64 instead of 32. so the compiler has been changed too.
- get/put added for HW UART
- base64encoder routine had a bug which resulted in wrong conversion in some cases(depends on the used input)
- new single-> asc conversion lib
this allows output in scientific notation : 12.2E15 for example
To override the default routine and use scientific notation use :
CONFIG SINGLE=SCIENTIFIC , DIGITS= 0|7
The value of digits param must be 0 (no trailing zeros), 1-7 for number of digits behind comma
See single_scientific.bas sample. LIB written by Josef Vögel.
- problem with for..next with words fixed.
- baud rate check did also checked non-UART chips such as tiny26. Fixed.
- CONFIG TWISLAVE has new optional paramter : SAVE=NOSAVE | SAVE=
SAVE=NOSAVE can be used when you use asm in your slave interrupts.
SAVE= can be used when you use basic inside the slave interrupt.
Berechtigungen
- Neue Themen erstellen: Nein
- Themen beantworten: Nein
- Anhänge hochladen: Nein
- Beiträge bearbeiten: Nein
-
Foren-Regeln
Lesezeichen