在电脑上通过手机发短信

[b]1。电脑和e398通过usb连通。[/b]//******************************************//
[b]2。查看com端口[/b]
For USB, how to know on which COM Port the phone has been detected:

1). Power up the Phone.
2). Connect regular USB Cable to phone.
3). Right Click on My Computer.
4). Click on Properties.
5). Select 'Hardware' Tab.
6). Click on Device Manager.
7). Your phone should be detected as Modem. Expand Modems under Device Manager.
(There has been some cases when the phone is detected as Modem but when you expand
Modems under Device Manager it is detected as Broken link. In this case Reboot the
computer and follow steps 1-7 again)
8). Right Click on "Motorola USB Modem". Select Properties.
9). Select 'Advanced' Tab.
10). Click 'Advanced Port Settings".
11). Note down the COM port number.
3。创建终端窗口
4。at命令测试连通状况
5。短信命令
AT+CMGF=1
AT+CMGS="你的发送的手机号"
>输入你要发送的短信内容
ok,操作完毕
------------------------------------
下一步准备写个java类,实现发送短信的功能。

你可能感兴趣的:(手机开发,Motorola,UP)