readme

来自「sms发送短信的程序」· 代码 · 共 24 行

TXT
24
字号
The SMS-dispatch program is intended for SMS-messages dispatch from preliminary prepared text file in a batch mode from computer via circuit GSM-phone or GSM-modem. The text file should contain lines of the following kind: +ccrrrnnnnnnn the text of the message Where c – country code, r-region code, n - phone number of the client. Text file pathname is passed as command line argument. So you can create the text report about your client’s status ofbills for example and to dispatch it them as SMS.Program language: C++OS: LinuxVersion: 0.1 (beta)To create program run ./make_itTo configure modem port, change the string Port=... in sms_send.cfgTo start program run ./sms_dispatch some_fileLet me to know if u have some questions, etc.Igorigorvlassov@narod.ru

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?