# GSM_AT_Lib **Repository Path**: codcat/GSM_AT_Lib ## Basic Information - **Project Name**: GSM_AT_Lib - **Description**: Library for SIMCOM GSM modules to communicate with AT commands and RTOS from host device - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2019-02-21 - **Last Updated**: 2024-08-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # GSM AT commands parser for RTOS systems GSM-AT Library commands parser is a generic, platform independent, library for communicating with SIMCOM based modules SIM800/SIM900 or SIM70xx. Module is written in C99 and is independent from used platform. Its main targets are embedded system devices like ARM Cortex-M, AVR, PIC and others, but can easily work under `Windows`, `Linux` or `MAC` environments. ## Features - Supports `SIM800/SIM900 (2G)` and `SIM7000/SIM7020 (NB-Iot LTE)` modules ## Examples and resources For examples, please check second repository, available at https://github.com/MaJerle/GSM_AT_Lib_res ## Documentation Full API documentation with description and examples is available and is regulary updated with the source changes http://majerle.eu/documentation/gsm_at/html/index.html ## Contribution I invite you to give feature request or report a bug. Please use issues tracker.