开发者社区> 问答> 正文

如何使用php或者Python操作wavecom 短信猫?

如何使用php或者Python 操作wavecom 短信猫

展开
收起
小旋风柴进 2016-03-06 17:07:17 2893 0
1 条回答
写回答
取消 提交回答
  • #! /usr/bin/env python
    #coding=gbk
    import sys
    import win32com.client
    ocxname='ShouYan_SmsGate61.Smsgate'
    axocx=win32com.client.Dispatch(ocxname)
    axocx.CommPort=8#设置COM端口号
    axocx.SmsService='+8613800100500'#设置短信服务号码
    axocx.Settings='9600,n,8,1'#设置com端口速度
    axocx.sn='loyin'
    c=axocx.Connect(1)#连接短信猫或手机
    print '连接情况',axocx.Link()
    axocx.SendSms('python确实是很好的','15101021000',0)#发送短信
    2019-07-17 18:54:54
    赞同 展开评论 打赏
问答排行榜
最热
最新

相关电子书

更多
From Python Scikit-Learn to Sc 立即下载
Data Pre-Processing in Python: 立即下载
双剑合璧-Python和大数据计算平台的结合 立即下载