This commit is contained in:
Volodymyr Shymanskyy
2017-02-01 23:56:59 +02:00
parent cc74904dbb
commit 0633e39c5d
2 changed files with 4 additions and 1 deletions

View File

@@ -67,6 +67,8 @@ void loop() {
return;
}
SerialAT.begin(rate);
// Access AT commands from Serial Monitor
SerialMon.println(F("***********************************************************"));
SerialMon.println(F(" You can now send AT commands"));

View File

@@ -12,10 +12,11 @@
// Select your modem:
#define TINY_GSM_MODEM_SIM800
//#define TINY_GSM_MODEM_SIM900
//#define TINY_GSM_MODEM_A6
//#define TINY_GSM_MODEM_M590
// Increase buffer fo see less commands
#define GSM_RX_BUFFER 256
#define TINY_GSM_RX_BUFFER 256
#include <TinyGsmClient.h>
#include <StreamDebugger.h>