Hello,
It's a code related issue, not hardware. Thus, I think even without an Arduino mkr gsm 1400, you might find out why.
Please download both my Screenshot to understand my problem (1 picture = 1000 words) and my source code (for your root-cause analyse)
Please focus on the main loop, their is 2 functions. 1 runs perfectly, the 2nd not. They do not provide same Serial.println().
Here are my workaround hypothesis:
- Related to "a function call a function, which call another function"
- Function type "void"
- not proper usage of Serial.println().
Attachements:
a) Screenshot with overview comment regarding my problem
b) Full Source code
Here is the excrept of the main loop.
/*******
* Loop
*******/
void loop() {
//FORUM COMMUNITY PLEASE MAKE THE menuManager() WORKING
doFullGsmGprsConnectionTest(); // HERE THE VARIABLE String oktext = "OK" ARE SUCCESSFULLY SHOWN
menuManager(); // HERE THE VARIABLE String oktext = "OK" ARE FAILING TO SHOW UP, PLEASE HELP ME TO MAKE IT WORK, THANKY YOU
}
Thank you for your supportive behaving.
TestGPRS_connect_to_distant_server.ino (14.4 KB)
