ATT2.0.1 Release notes		RELEASE 2004/09/16
---------------------------------------------------

New features:
-------------

- documentation ATT20.doc improved, command reference introduced 
- Accelerated script stop/shutdown if waiting for receive: No longer necessary to wait until receive timed out before interpreter stops
- Command line support: ATT2.0 can be started with a project path+name as argument for immediate execution. Return code is number of failed tests. 
- improved time response of WAITFOR command: WAITFOR now returns immediatly if ERROR received but OK expexted
- lower case letters for AT commands in scripts accepted
- Update of script files, especially:
  - global PYTHON import module SMS_PDU_processing.py introduced, containing code for SMS/PDU processing
  - new script for SMS testing, 
  - global PYTHON import module keycommands.py introduced, for simulation of KEY presses (experimental, ULYSSES/PENELOPE only)
  - new DEMO script OrganizerDemo.txt, for demonstration of keycommands.py



Bugfixes:
---------

- All known bugs from Release ATT2.0.0 fixed


ToDo:
-----

- Create online help for version ATT2.0




ATT2.0.0  Release notes		RELEASE 2004/08/13
---------------------------------------------------



Known bugs:
-----------

1. Precompiler:


- 1:AT+CMSS=iIndex, SecondaryMobilePhoneNumber, 145 	variable 1 not followed by ','   fixed: 26.08.2004

- WAIT FOR 0 (or any other single char) fails  |	fixed: 23.08.2004

-  "" (empty string) as AT command parameter is interpreted as PYTHON expression. Should be a string.	| fixed: 17.08.2004
- Empty parameters (like AT+nnn = 17,,,20) may result in incorrect number of commas under some circumstances |fixed: 20.8.04
- WAITFOR ...(....  (with a '(' somewhere in text) is interpreted as PYTHON build-in function. Precompiler jumps over this without processing	fixed: 19.08.2004
- AT+...=Variable fails if Variable is first parameter		fixed: 17.08.2004
 
2. GUI:

- Online help does not open in some cases | should be fixed 26.08.04 	
To Do: Create ATT2.0 online help...

3. Test Result (HTML file)

- HTML tags are completely suppressed in COM	|fixed: 26.08.2004  (The price: Now ATT1.0 variables are no longer shown in comments - you can't have both...)

- if '<' or '>' were used in a line to be written to HTML file (eg. ATT1.0 variables), these were interpreted as HTML tags. Fixed 23.08.2004



Special ATT1.0 commands:
------------------------
SMS-related special ATT1.0 commands _AT+SMGS, _AT+CMGW and TEXT2PDU() are currently not implemented. Script 'SMS.txt' will fail. Considerations in progress to replace them with PYTHON functions 	| ready. 25.8.04


