Sim800L GSM module
Posted: Thu Apr 12, 2018 10:18 am
Hi
Im using a GSM module, using :
#include <HardwareSerial.h>
HardwareSerial SIM800L(1);
setup:
Serial.begin(19200);
SIM800L.begin(9600, SERIAL_8N1, 16, 17);
While I used esp32 connectet to my PC works fine, if I disconnect the pc USB cable it loose GSM module connectivity.
Please help.
Im using a GSM module, using :
#include <HardwareSerial.h>
HardwareSerial SIM800L(1);
setup:
Serial.begin(19200);
SIM800L.begin(9600, SERIAL_8N1, 16, 17);
While I used esp32 connectet to my PC works fine, if I disconnect the pc USB cable it loose GSM module connectivity.
Please help.