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.6.tar.gz
(5.7 kB
view hashes)
Built Distribution
Close
Hashes for atcom-0.1.6-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | efe339bb2b9e23e2b39038f6bd3ad9df685c1cee11c2175c832667c27810bfa6 |
|
MD5 | e4b0c0e5cbd87dbf88e627e6a20c6a35 |
|
BLAKE2b-256 | 5e6efb88d60373f2c23d8cf3e50b929baf1fb07a6cf0e45f02f67ea83006220b |