# AT-Command-Library **Repository Path**: armxu/AT-Command-Library ## Basic Information - **Project Name**: AT-Command-Library - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-23 - **Last Updated**: 2021-03-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Arduino IDE AT Command Library ## Description This library is useful for projects in which commands (like AT or ASCII commands) are sent from a microcontroller to a module via UART. This library supports software serial and hardware serial and can check for desired responses from the target module. ## Usage To install the library in Arduino IDE, follow the instructions below: - Click the "Clone or Download" button and click "Download ZIP" - Click on the ZIP file after it finishes downloading and extrac the folder to your Arduino sketchbook directory. By default this is Documents/Arduino/libraries - Alternatively, open the Arduino IDE and navigate to Sketch -> Include Library -> Include .ZIP Library and restart Arduino IDE - That's it! Now in Arduino IDE go to File -> Examples -> ATcommands -> Examples to load the example sketch