Please advise : CDC example with USB modem

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Please advise : CDC example with USB modem

1,069件の閲覧回数
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 返信

772件の閲覧回数
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 件の賞賛
返信