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) 請幫我