This program I use to tested serial com and AT Command for testing GPRS for SIM300 GSM module

源代码在线查看: command.txt

软件大小: 276 K
上传用户: quzhengjie
关键词: for Command program testing
下载地址: 免注册下载 普通下载 VIP

相关代码

				//AT Command for test GPRS for SIM300 GSM module
				at
				at+cgdcont=1,"IP","telkomsel"
				at+cstt="telkomsel","wap","wap123"
				at+ciicr
				at+cifsr
				at+cipstart="tcp","167.205.22.15","21"
				break
				at+cipsend
				at+cgatt?
				at+cipshut
							

相关资源