本文介绍了使用AT命令使用tata indicom cdma 1x cdma调制解调器发送SMS的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


我想使用TATA inducom CDMA调制解调器发送短信,您能指导我如何开始吗?

我不知道此调制解调器的波特率,奇偶校验和停止位.

AT命令仅适用于GSM还是适用于CDMA?

我使用SerialPort建立了连接.当我将AT发送到调制解调器时,它会答复OK.
但是当我发送

Hi,
I want to send sms using TATA inducom CDMA Modem, Can you guide me how should i start?

I dont know Baud rate, Parity and Stop Bit for this modem.

Is AT Commands applicable only for GSM or is it same for CDMA?

I made a connection using SerialPort. WHen i send AT to modem, it replys OK.
But when i send

AT+CMGF=1

时,它会回复错误.


我使用了19200波特率,无奇偶校验和停止位1. (随机)

使用任何波特率都会损坏设备吗?我是这种应用的新手..

谢谢

-
Prathamesh

it replys ERROR.


I have used 19200 baud rate, None Parity and stop bit one. (RANDOMLY)

Does Using any baud rate damages the device? i am new to this kind of application..

Thanks

-
Prathamesh

推荐答案


这篇关于使用AT命令使用tata indicom cdma 1x cdma调制解调器发送SMS的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-20 02:35