gnokii

    0热度

    1回答

    我试图通过标准GSM USB调制解调器在Debain Squeeze 6.0.3 64位上使用gnokii-smsd-pgsql发送和接收批量SMS。 我下面从以下站点说明: http://thelogbox.com/send-receive-sms-messages-usb-modem-linux/ 我已经在我的机器上安装的Postgres,所以我用gnokii-SMSD-pgsql的。 [em

    4热度

    4回答

    我正在使用gnokii发送短信。 我的VB代码: Dim xCmd As String xCmd = "cmd.exe /c echo msgcontent "| c:\gnokii\gnokii.exe --sendsms 12345678" Shell(xCmd) 注意要点: 我曾尝试将输出重定向到一个.txt文件,但.txt文件显示为空。此外,该程序可能不得不每秒发送多个SMS,因此

    0热度

    1回答

    我有很多USB调制解调器连接到服务器。有时USB不响应像gnokii o gammu这样的软件(我需要读取IMEI),我们需要断开设备并重新连接,问题就解决了。 我需要一种方法来从bash中做到这一点。我知道是不可能关闭禁用能源。有任何想法吗? 我尝试: usbreset.c(https://gist.github.com/x2q/5124616) usbpower.pl(https://gist

    1热度

    1回答

    我有下面的代码的问题: #include <stdio.h> #include <stdlib.h> #include <string.h> #include <gnokii.h> #define CONFIG_FILE "config" struct gn_statemachine *state; void terminate(void) { gn_lib_phon

    2热度

    1回答

    即时通讯尝试发送短信使用gnokii短信库(http://gnokii.org/)与vb.net,im创建一个单独的bat文件,并从我的vb.net代码调用该bat文件 这是我的VB代码 Dim process As New System.Diagnostics.Process Dim startInfo As New ProcessStartInfo(AppDomain.Current

    0热度

    1回答

    亲爱的所有IM试图用gnikii发送短信多短信多行,但它无法 Dim xCmd As String xCmd = "cmd.exe /c echo " & txtBody.Text & " | c:\sms\gnokii.exe --sendsms 0771234567 2> test.txt" Shell(xCmd) 请帮我