I'm building a small app for PC like Nokia PC suit. I use 8210 and 6220 to test the app but there are some strange problems
1. Why Max of Name field in the response is difference from real phone? +CPBR: (1-250),20,8 -> is mean that Max of Name field is 8 characters but if I add an entry in phone, max of name field is 14 characters.
PC: AT
8210: OK
PC: AT+CPBS="SM" -> select SIM storage
8210: OK
PC: AT+CPBR=?
8210: +CPBR: (1-250),20,8
8210: OK
2. Why Nokia 6220 don't accept some AT commands (command related to phonebook?) -> is there AT command set for only NOKIA products ? because it is read by Nokia PC Suit in normal.
PC:AT
6220: OK
PC: AT+CMGI -> manufacturer
6220: Nokia
PC: AT+CMGF=1 -> set text mode
6220: OK
PC: AT+CPBS="SM"
6220: ERROR
3. With the same code to read phone book, ME first then SM later is okie but in opposite is not okie ??? In Vietnamese, there are 2 GSM network: Vinaphone and Mobiphone. I tested with Mobiphone SIM, it's okie whatever SM or ME read first, but if I test with Vinaphone SIM, it's only okie if I read ME first. -->> are there any different SIM types and its properties ?
03:49:03 Request : AT -> testing AT command
03:49:05 Response: OK
03:49:05 Request : AT+CPBS="SM"
03:49:05 Response: OK
03:49:05 Request : AT+CPBR=?
03:49:05 Response: +CPBR: (1-250),20,8
03:49:05 Response: OK
03:49:05 Request : AT+CPBR=1,250
03:49:06 Response: AT+CPBR=1,250<CR><CR><LF>
03:49:06 Response: +CPBR: 1,"+84913393639",145,"A.DUNG.A T"<CR><LF>
03:49:06 Response: +CPBR: 2,"0904266966",129,"A.CHUNG.A T"<CR><LF>
03:49:06 Response: +CPBR: 3,"0989242212",129,"LINH.VIETTEL"<CR><LF>
03:49:06 Response: +CPBR: 4,"0983388295",129,"CUONG.A9"<CR><LF>
03:49:08 Response: OK
03:49:08 Request : AT
03:49:14 Response: Time out, no response.
Thanks you so much for your help and I'm sorry about my English (I'm Vietnamese)



