Released on 29/07/2022
- Fixed get_session_value returning None
- Better typing definition
- Code improvements
- New ESK
- RTSCTS
- DSRDTR
- WRITE
- ATtila CLI
- History
- Changed minimum Python version to 3.5
- Code
- Type annotations
- Indentation to 4 spaces
- Fixed response collection
- Fixed serial communication which didn't wait for all input
- Serial is now slower, especially for lower baudrate
- Fixed slow serial read when working with low baud rates
- Added
rtscts=True, dsrdtr=True
options to serial open - Serial Write is no more blocking
- Fixed doppelganger and collectables
- Fixed a typo in ATRE for ESK EXEC (commit ref: 8506523)
- Fixed broken windows installation
- Didn't deploy virtual.
- Fixed device not None after serial close
- Fixed ATCommand response getter
- Added SyntaxError exception handler in ATScriptParser
- Fixed value getter in ESK
- Added Virtual Serial device
- Test improvements
- Added codecov
- Added missing CR value in BREAK ESK
- Added ESK and ATRE tests
- Fixed help in main
- Added Travis