forked from faucamp/python-gsmmodem
-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
merged all enhancements made in the last 3 years. todo next: fix unit tests, fix possible bugs after merging
- Loading branch information
babca
committed
Aug 19, 2016
1 parent
99a416f
commit eaa2c61
Showing
5 changed files
with
33 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,19 @@ | ||
* Thu Aug 18 2016 babca - 0.10 | ||
– Probably a new code maintainer for 2016 | ||
- All commits published for the last 3 years merged into a one branch | ||
– Compatibilty for python3 added, needs further testing! | ||
– experimental GPRS support | ||
– more: | ||
– change AT_CNMI command if needed | ||
– waitingForModemToStartInSeconds | ||
– timeouts increased | ||
– ability to check SMS encodings supported by modem - smsSupportedEncoding() | ||
– better modem specific support (incl. simcom) | ||
– TE SMS status reports handling support | ||
– option to disable requesting delivery reports | ||
– incoming DTMF support | ||
– todo: check AT+CMGD support for 1 or 2 params and use appropriate command format | ||
|
||
* Thu Jul 18 2013 Francois Aucamp <[email protected]> - 0.9 | ||
- Added UDH support for SMS PDUs | ||
- Stored messages APIs made public | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
pyserial>=2.6 | ||
pyserial>=3.1.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters