c0mr9d3 / at_uart

Send command on UART to AT device

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

at_uart

Send commands on UART to AT device on serial port

File commands.db contain aliases on AT commands.
Usage: at_uart.py [options]

Options:
-h, --help show this help message and exit
-e COMMAND, --execute=COMMAND
      execute AT command once
-b BAUDRATE, --baudrate=BAUDRATE
      set speed for comport. On default is equal 9600
-a alias, --add=alias
      add alias on command. Use with option --command
-c COMMAND, --command=COMMAND
      used for set alias on command
-p PORT, --port=PORT set comport

About

Send command on UART to AT device

License:GNU General Public License v3.0


Languages

Language:Python 100.0%