I am using a Arduino Uno and a SIM900
Whilst i do have a bit of code running on the Uno it does the same as what i was doing in the serial monitor.
I have tested this with both a Uno and a Due and the 2 SIM cards i have access to, which work fine in a phone. I have an O2 and Three sim, O2 is the PAYG sim for this project and the Three is my phone's main one.
On Baud 9600 i used the below commands and got the results, am i doing something wrong here?
O2 Sim
AT
OKAT+CMEE=2
OKAT+CPIN?
+CME ERROR: SIM not insertedAT+COPS=?
+COPS: (1,"T-Mobile UK","TMO UK","23430"),(2,"O2 - UK","O2 - UK ","23410"),(1,"vodafone UK","voda UK","23415"),,(0,1,4),(0,1,2)
Three
AT
OKAT+CMEE=2
OKAT+CPIN?
+CME ERROR: SIM not insertedAT+COPS=?
+COPS: (1,"T-Mobile UK","TMO UK","23430"),,(0,1,4),(0,1,2)