A tool which makes AT communication easier.
Project description
ATCom
ATCom is a command line tool to make AT command operations easier.
Installation
Use the package manager pip3 to install atcom.
pip3 install atcom
Usage
$ atcom [OPTIONS] AT_COMMAND
Examples
If you run atcom without --port parameter, the tool will scan available ports and select a valid modem if it can find.
$ atcom AT
or
$ atcom --port /dev/ttyUSB2 AT
Parameters
need value | is required | default | description | |
---|---|---|---|---|
-p / --port | yes | yes, unless--auto flag | - | PORT of modem |
-b / --baudrate | yes | no | 115200 | Baudrate of serial communication |
-t / --timeout | yes | no | 3 | Communication timeout |
-c / --config | yes | no | ./configs.yaml | Path of configurations file |
-v / --verbose | no | no | - | Enable full log output |
--rts-cts | no | no | - | Enable RTS-CTS mode |
--dsr-dtr | no | no | - | Enable DSR-DTR mode |
License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
atcom-0.1.8.tar.gz
(6.0 kB
view details)
Built Distribution
File details
Details for the file atcom-0.1.8.tar.gz
.
File metadata
- Download URL: atcom-0.1.8.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.52.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a67ea948c8e975b502029101566690f5d10df1bc227d1266ceb3e4ca1caa4284 |
|
MD5 | 634a7a341b59d50e0396066ba452987b |
|
BLAKE2b-256 | 14f6619c84a3ca687796a6a92fea9e0d59bb334db42d2fcbce2d302b42560226 |
Provenance
File details
Details for the file atcom-0.1.8-py2.py3-none-any.whl
.
File metadata
- Download URL: atcom-0.1.8-py2.py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.52.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1435111d69f7fcbdaea49e6c6453c4964899898ec1659665049199739be55f55 |
|
MD5 | 2fc5c71cb0e608d84bc3d4820f839b12 |
|
BLAKE2b-256 | 4fceb0bce08b50ecc622105c2f51f4fb9a1c29b4e32976015963a89029abf09b |