Jump to content
Reliance Jio & Reliance Mobile Discussion Forums
Sign in to follow this  
neo3matrix

At Commands Which Supports To Huawei Ec325 Modem

Recommended Posts

hi friends,

I'm using HUAWEI EC325 modem. But I didn't get the AT Commands for it.

I have reliance data card.

I want to send some sms through my software.

So please If you have any Idea then please tell me.

Share this post


Link to post
Share on other sites

Try downloading document from nokia and other site for AT commands on CDMA handset and see. Mostly data cards do support AT commands for SMS. You can also viand download reference manuals from other manufacturers like www.multitech.com

Share this post


Link to post
Share on other sites
Try downloading document from nokia and other site for AT commands on CDMA handset and see. Mostly data cards do support AT commands for SMS. You can also viand download reference manuals from other manufacturers like www.multitech.com

I can't execute commands like atd , at + cmgf ,etc. Some are working but most don't.

I m using HUAWEI EC325 relience data card.

Plz , tell me how to execute at commands on this particular data card.

thanks in advance.

Share this post


Link to post
Share on other sites
Try downloading document from nokia and other site for AT commands on CDMA handset and see. Mostly data cards do support AT commands for SMS. You can also viand download reference manuals from other manufacturers like www.multitech.com

I can't execute commands like atd , at + cmgf ,etc. Some are working but most don't.

I m using HUAWEI EC325 relience data card.

Plz , tell me how to execute at commands on this particular data card.

thanks in advance.

hi same with me..

I'm also using EC325 data card..but cant send sms through it...

Share this post


Link to post
Share on other sites

To send a sms using a reliance (huawei) usb modem you need to give the following command in a terminal like hyperterm in windows or minicom in linux.

AT$HSMSSD=<destID>, <length>, [ack], [format]<CR>

<msg>

in simple words

AT$HSMSSD=phone-number,length-of-message,ack,format

message

e.g. if you want to send the message "hello world" to phone number "12345678" and you dont need and acknowledgement and the format is ascii the command would be

AT$HSMSSD=12345678,11,0,1<CR>

hello world

the second parameter is 11 because there are 11 characters in the message.

You can write a simple script in linux to get this working.

Here is the direct translation of the chinese text

DestID: Reception Short Message Terminal numbers, ranges from 0 to 9, *, #, the effective length of 32;

Length: short message to be sent by the length of the English, the effective length of the range of 0 to 160 words

Festival For Chinese, effective length of the range of 0 to 70 Chinese characters;

Ack: that the need for the success of short messaging confirmed. 1 is a need to recognize; 0 no need for confirmation;

The parameters for optional, and if we do not enter this parameter, using AT $ HSMSSS choice of the Senate

Few.

Format: that the short message encoding formats; 1 for ASCII coding; 2 encoding for UNICODE, this

Parameters for optional, and if we do not enter this parameter, using AT $ HSMSSS choice of parameters.

Msg: information specific content.

Have fun

-Ashwin

www.petroniatech.com

Share this post


Link to post
Share on other sites

Very useful info ashwin :)

Share this post


Link to post
Share on other sites

Useful, thanks buddy. :thumb:

Share this post


Link to post
Share on other sites
To send a sms using a reliance (huawei) usb modem you need to give the following command in a terminal like hyperterm in windows or minicom in linux.

AT$HSMSSD=<destID>, <length>, [ack], [format]<CR>

<msg>

in simple words

AT$HSMSSD=phone-number,length-of-message,ack,format

message

e.g. if you want to send the message "hello world" to phone number "12345678" and you dont need and acknowledgement and the format is ascii the command would be

AT$HSMSSD=12345678,11,0,1<CR>

hello world

the second parameter is 11 because there are 11 characters in the message.

You can write a simple script in linux to get this working.

Here is the direct translation of the chinese text

DestID: Reception Short Message Terminal numbers, ranges from 0 to 9, *, #, the effective length of 32;

Length: short message to be sent by the length of the English, the effective length of the range of 0 to 160 words

Festival For Chinese, effective length of the range of 0 to 70 Chinese characters;

Ack: that the need for the success of short messaging confirmed. 1 is a need to recognize; 0 no need for confirmation;

The parameters for optional, and if we do not enter this parameter, using AT $ HSMSSS choice of the Senate

Few.

Format: that the short message encoding formats; 1 for ASCII coding; 2 encoding for UNICODE, this

Parameters for optional, and if we do not enter this parameter, using AT $ HSMSSS choice of parameters.

Msg: information specific content.

Have fun

-Ashwin

www.petroniatech.com

Hello Ashwin,your information is very good and very very very useful,

do you have full documentation in English, about Huawei EC325 CDMA Modem AT Command Set?

I very need it, thank you.

Share this post


Link to post
Share on other sites

Thanks Ash,

This information is really helpful.

-Vivek

To send a sms using a reliance (huawei) usb modem you need to give the following command in a terminal like hyperterm in windows or minicom in linux.

AT$HSMSSD=<destID>, <length>, [ack], [format]<CR>

<msg>

in simple words

AT$HSMSSD=phone-number,length-of-message,ack,format

message

e.g. if you want to send the message "hello world" to phone number "12345678" and you dont need and acknowledgement and the format is ascii the command would be

AT$HSMSSD=12345678,11,0,1<CR>

hello world

the second parameter is 11 because there are 11 characters in the message.

You can write a simple script in linux to get this working.

Here is the direct translation of the chinese text

DestID: Reception Short Message Terminal numbers, ranges from 0 to 9, *, #, the effective length of 32;

Length: short message to be sent by the length of the English, the effective length of the range of 0 to 160 words

Festival For Chinese, effective length of the range of 0 to 70 Chinese characters;

Ack: that the need for the success of short messaging confirmed. 1 is a need to recognize; 0 no need for confirmation;

The parameters for optional, and if we do not enter this parameter, using AT $ HSMSSS choice of the Senate

Few.

Format: that the short message encoding formats; 1 for ASCII coding; 2 encoding for UNICODE, this

Parameters for optional, and if we do not enter this parameter, using AT $ HSMSSS choice of parameters.

Msg: information specific content.

Have fun

-Ashwin

www.petroniatech.com

Share this post


Link to post
Share on other sites
Complete list of AT commands for Huawei ec325 & ec321 data card is available on following site.

http://www.basicknowledge.co.in/mobile/tip...-ec325-321.html

Thans a lot for all these information, I a m usign LG LDU-1900D Rev Modem to send SMS, please someone have the AT Command to send SMS with LG Modem

Share this post


Link to post
Share on other sites

To send a sms using a reliance (huawei) usb modem you need to give the following command in a terminal like hyperterm in windows or minicom in linux.

AT$HSMSSD=<destID>, <length>, [ack], [format]<CR>

<msg>

in simple words

AT$HSMSSD=phone-number,length-of-message,ack,format

message

e.g. if you want to send the message "hello world" to phone number "12345678" and you dont need and acknowledgement and the format is ascii the command would be

AT$HSMSSD=12345678,11,0,1<CR>

hello world

the second parameter is 11 because there are 11 characters in the message.

You can write a simple script in linux to get this working.

Here is the direct translation of the chinese text

DestID: Reception Short Message Terminal numbers, ranges from 0 to 9, *, #, the effective length of 32;

Length: short message to be sent by the length of the English, the effective length of the range of 0 to 160 words

Festival For Chinese, effective length of the range of 0 to 70 Chinese characters;

Ack: that the need for the success of short messaging confirmed. 1 is a need to recognize; 0 no need for confirmation;

The parameters for optional, and if we do not enter this parameter, using AT $ HSMSSS choice of the Senate

Few.

Format: that the short message encoding formats; 1 for ASCII coding; 2 encoding for UNICODE, this

Parameters for optional, and if we do not enter this parameter, using AT $ HSMSSS choice of parameters.

Msg: information specific content.

Have fun

-Ashwin

www.petroniatech.com

the information is very useful. thanx buddy!! I'm using Venus VT-12 n it's work with those commands. Many thanks!!!

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×