srdjanStankovic / SIM800-Test-Script

This project consists of a python script which tests SIMcom SIM800H module over COM/ttyXX port.

Home Page:https://srdjanstankovic.github.io/SIM800-Test-Script/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SIM800 test script

This repo consist python srcipt which test SIM800H module over COM/ttyXX port. Communication is done over AT commands. This script is implemented as console menu application. Through console two actions are suported, making a call and sending message.

Prerequest

  • python 2
  • pip
  • install requirements libraries as: pip install -r requirements.txt

Example of Usage

  • Insert your COMPORT_NAME in sim800h.py
  • start script typing python sim800h.py in your terminal

About

This project consists of a python script which tests SIMcom SIM800H module over COM/ttyXX port.

https://srdjanstankovic.github.io/SIM800-Test-Script/

License:MIT License


Languages

Language:Python 100.0%