KC868-A2 V2.4 +SIM7600E-L1C - 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-A2 (https://www.kincony.com/forum/forumdisplay.php?fid=43) +--- Thread: KC868-A2 V2.4 +SIM7600E-L1C (/showthread.php?tid=6203) |
KC868-A2 V2.4 +SIM7600E-L1C - ktmustafa - 07-25-2024 Hello, I used the KC868-A2 AT debug code to test the connection with the SIM7600E-L1C module. However, I did not get any response... The serial monitor keeps showing " Initializing... " only. Code as below. I would appreciate it if you could help solve this issue. Thank you Code: #include <SoftwareSerial.h> RE: KC868-A2 V2.4 +SIM7600E-L1C - admin - 07-25-2024 you should exchange RXD, TXD pin define: RX=13 Tx= 5 RE: KC868-A2 V2.4 +SIM7600E-L1C - ktmustafa - 07-26-2024 I did exchange.. but no hope... Please check the file I sent on WhatsApp RE: KC868-A2 V2.4 +SIM7600E-L1C - admin - 07-27-2024 because your KC868-A2 PCB is newest verison: V2.4 so the GSM: GSM: RXD:13 TXD:5 I have test with simple code by AT command, it's OK. here is photo: RE: KC868-A2 V2.4 +SIM7600E-L1C - admin - 07-27-2024 Code: void setup() { RE: KC868-A2 V2.4 +SIM7600E-L1C - ktmustafa - 07-27-2024 Thank you very much... I used this code, when I call it's Ok but when send AT command no reply... Am I missing something? RE: KC868-A2 V2.4 +SIM7600E-L1C - admin - 07-27-2024 At the end of each AT command, should add "end symbol". |