I have uploaded the new IDE tool into my FTP, please replace your previous tool with this one.
After you install it, you will find the new beta Core FW in the folder SIM900RDevIDE_DTMF_MultiTask_GCC\EmbatSIM\gsmos\coreSW\rvctcore.
And it supports all the features as you required.
Последняя тестовая версия выложена -
http://www.microchip.ua/simcom/SIM900x/SIM...GCC_JUL2013.rarвошло то что анонсировали выше + доделали
1)FTPEXTGET/PUT,
2)AT+CFSLIST добавлена в
http://www.microchip.ua/simcom/SIM900x/App...lash%20data.pdf3)UDP server function in multi-connection mode
4)изменена работа команды CUSD
5)добавлен параметр в COPS
6)новые команды - CIPTKA и CIPOPTION (SIM900_AT Command Manual_V1.08)
7) CLDTMF -
http://www.microchip.ua/simcom/SIM900x/App...20(06.2013).pdfВНИМАНИЕ - ТЕПЕРЬ ЯДРО EAT МОЖНО ИСПОЛЬЗОВАТЬ И КАК ШТАТНУЮ ВЕРСИЮ ДЛЯ РАБОТЫ КОНТРОЛЛЕРОМ ЧЕРЕЗ ПОРТ ПРИ ПОМОЩИ АТ КОМАНД
по крайней мере в процессе тестирования все заявленые фишки работали в штатном режиме как в ЕАТ, так и через АТ.
Документация будет к релизу, так как работа по допиливанию нового еще продолжается.
По использованию новых фишек пишите YOOJ (он лично все тестировал в ЕАТ) или мне.
по UDP
Regarding the UDP server function in Multi-connection mode, please check below AT log for reference. Note that to support this function, we add one more parameter <index> before the parameter <mode>. Attached is the new SIM900 ATC spec (but the new parameter is not updated in the document) and TCPIP application note (Chapter 2.1.4), you can refer to it in detail.
Let me know if you have any further question, thanks!
AT+CIPMUX=1
OK
AT+CIPUDPMODE=0,1 //0 is the <index>
OK
AT+CLPORT=0,"UDP",8888 //udp local port 8888
OK
AT+CIPHEAD=1
OK
AT+CIPSRIP=1
OK
AT+CSTT
OK
AT+Ciicr
OK
AT+Cifsr
10.4.64.80
AT+CIPSTART=0,"UDP","116.236.221.75",6666
OK
0, CONNECT OK
AT+CIPSEND=0
> test
0, SEND OK
+RECEIVE,0,9,"116.236.221.75:6666":
test 6666
AT+CIPUDPMODE=0,2,"116.236.221.75",3114
OK
AT+CIPSEND=0
> test
0, SEND OK
+RECEIVE,0,11,"116.236.221.75:3114":
werfafqfqwf
+RECEIVE,0,9,"116.236.221.75:6666":
test 6666