Just wondering anyone encounter this problem. I've set debug mode for the example/GSMScanNetworks:
GSM gsmAccess(true);
However, I don't see the AT commands between the Serial Monitor and GSM shield being displayed. Any suggestions? Thanks.
Just wondering anyone encounter this problem. I've set debug mode for the example/GSMScanNetworks:
GSM gsmAccess(true);
However, I don't see the AT commands between the Serial Monitor and GSM shield being displayed. Any suggestions? Thanks.
Have you activated Serial.begin()?
Yes, it is activated using the Serial Monitor. Messages are being display, but without the AT message between Shield and Uno.
Without debug mode, does GSMScanNetworks works properly?