1- python-gsmmodem-new
1+ python-gsmmodem-2025
22===================
33*GSM modem module for Python *
44
@@ -28,6 +28,12 @@ Bundled utilities:
2828- **identify-modem.py **: simple utility to identify attached modem. Can also be
2929 used to provide debug information used for development of python-gsmmodem.
3030
31+ How is this different than https://github.com/babca/python-gsmmodem?
32+ -----------------------
33+ It seems the `python-gsmmodem-new ` repository is not maintained anymore.
34+ This fork is a copy of the last commit from the original repository, with some modifications.
35+ Specifically, I started this to handle SIM800 modem, which require xonxoff flow control to work properly.
36+
3137How to use this package
3238-----------------------
3339
@@ -44,32 +50,32 @@ Requirements
4450How to install this package
4551---------------------------
4652
47- There are multiple ways to install ``python-gsmmodem-new `` package:
53+ There are multiple ways to install ``python-gsmmodem-2025 `` package:
4854
4955Automatic installation of the latest "stable" release from PyPI
5056~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5157
5258::
5359
54- pip install python-gsmmodem-new
60+ pip install python-gsmmodem-2025
5561
5662`pip <http://www.pip-installer.org >`_ will automatically download and install
5763all dependencies, as required. You can also utilise ``easy_install `` in the
5864same manner as using ``pip `` above.
5965
60- If you are utilising ``python-gsmmodem-new `` as part of another project,
66+ If you are utilising ``python-gsmmodem-2025 `` as part of another project,
6167add it to your ``install_requires `` section of your ``setup.py `` file and
6268upon your project's installation, it will be pulled in automatically.
6369
6470Manual installation of the latest "stable" release from PyPI
6571~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6672
67- Download a ``python-gsmmodem-new `` archive from `PyPI
68- <https://pypi.python.org/pypi/python-gsmmodem-new > `_, extract it and install the package with command::
73+ Download a ``python-gsmmodem-2025 `` archive from `PyPI
74+ <https://pypi.python.org/pypi/python-gsmmodem-2025 > `_, extract it and install the package with command::
6975
7076 python setup.py install
7177
72- Note that ``python-gsmmodem-new `` package relies on ``pySerial `` for serial communications:
78+ Note that ``python-gsmmodem-2025 `` package relies on ``pySerial `` for serial communications:
7379https://github.com/pyserial/pyserial
7480
7581Installation of the latest commit from GitHub
@@ -81,7 +87,7 @@ Clone from GitHub::
8187 cd python-gsmmodem/
8288 python setup.py install
8389
84- Note that ``python-gsmmodem-new `` package relies on ``pySerial `` for serial communications:
90+ Note that ``python-gsmmodem-2025 `` package relies on ``pySerial `` for serial communications:
8591https://github.com/pyserial/pyserial
8692
8793Testing the package
0 commit comments