![]() |
|
[Arduino IDE demo source code for KC868-A8S]--#12-Send SMS to many phone numbers - Printable Version +- Smart Home Automation Forum (https://www.kincony.com/forum) +-- Forum: Technical Support (https://www.kincony.com/forum/forumdisplay.php?fid=20) +--- Forum: KC868-A8S (https://www.kincony.com/forum/forumdisplay.php?fid=24) +--- Thread: [Arduino IDE demo source code for KC868-A8S]--#12-Send SMS to many phone numbers (/showthread.php?tid=2307) |
[Arduino IDE demo source code for KC868-A8S]--#12-Send SMS to many phone numbers - admin - 09-21-2022 This demo source code, you just replace with your 10 phone numbers, then will send one SMS to 10 mobile phone, you can also send to many many mobile phone number in loop() function. // make sure set your Serial2 pins in your "HardwareSerial.cpp" for ESP32 as follows: //#define RX2 15 //#define TX2 13 Code: //code use for KC868-A8S board |