Please advise : CDC example with USB modem

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Please advise : CDC example with USB modem

1,066 次查看
sumate
Contributor I

Hello all,

 

Now, I'm trying to communicate with USB modem (3G dongle) by CDC_Serial example project which I found in "Freescale MQX 3.8/usb/host/examples/cdc/".

 

Everything look very well, I can send AT-Commands to query and get their reply correctly.

Until when I dial to GPRS by the command "ATDT*99***1#", Which  I expect to receive "CONNECT" response.

But, I never gotten this reply, The modem just switch to data mode and don't accept command till reset.

Has someone give me an advise this problem, Please?

标签 (1)
标记 (1)
0 项奖励
回复
1 回复

769 次查看
kario303
Contributor I

Hi

 

maybe try setting pdp context first. Then ATD, not ATDT ?

 

> at+cgdcont=1,"IP","your.isp.com"
< OK
> atd*99***1#
< CONNECT

 

 

Also, try exiting data mode with +++

 

0 项奖励
回复