Giter Site home page Giter Site logo

atcom's Introduction

ATCom

​ AT commands are the instructions used to control and communicate with the cellular modems. In order to, send AT commands to a cellular device, one needs to check several parameters and might need a serial monitor tool. ATCom is a command-line interface tool that makes AT command operations easier. ​

Installation

pip3 is required to install the atcom. pip3 can be intalled by ​

sudo apt install python3-pip

​ Use the package manager pip3 to install atcom. ​

pip3 install atcom

Usage

$ atcom [OPTIONS] AT_COMMAND

Warning:

If you need to send " or ' character, you should use escape character \ before it.

Example:

atcom AT+CGDCONT=1,\"IP\",\"internet\"

Examples

​ Running atcom without --port parameter, scans for available ports, and selects a valid modem port if available. ​

$ atcom AT

​ or ​

$ atcom --port /dev/ttyUSB2 AT

Configuration File

​ Configuration file(configs.yaml) can be created for persist args. ATCom first checks the current working directory for the configs.yml to read the arguments from. The path of the configuration file can also be specified using the --config parameter. ​ The configuration file must be in yaml format, for example: ​

port: /dev/ttyUSB2
baudrate: 115200
timeout: 10

​ The keys, config file can contain:

  • port (str)
  • baudrate (int)
  • timeout (int)
  • rts_cts (boolean)
  • dsr_dtr (boolean)
  • verbose (boolean) ​

Parameters

default description
-p / --port - PORT of modem
-b / --baudrate 115200 Baudrate for serial communication
-t / --timeout 10 Communication timeout
-c / --config ./configs.yaml Configurations file Path
-v / --verbose - Enable full log output
--rts-cts - Enable RTS-CTS mode
--dsr-dtr - Enable DSR-DTR mode

atcom's People

Contributors

bisguzar avatar dmgolembiowski avatar selengalp avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.