ChinaUnix.net
相关文章推荐:

linux的GSM不能发短信

使用QT作主界面,通过串口操作GPRS实现打电话,发短信 //首先解决串口操作的问题 #ifndef UARTIO_H #define UARTIO_H int open_uart(char *fname); int set_uart_speed(int fd, int speed); int set_uart_parity(int fd, int databits, int stopbits, int parity); ssize_t read_uart_timeout(int fd, void *buf, size_t count, int timeout); #endif #include //串口头文件 #include #include #include #include int __spee...

by creatory - Linux文档专区 - 2012-03-19 09:17:54 阅读(3198) 回复(1)

相关讨论

hello: OpenVox G400P can be implemented to send or receive sms. I will introduce few possible ways to get the features work. 1) To receive the sms, there is a patch to get sms and store that in text format under asterisk logs, customers can use script to parse that and save to somewhere. please refer this link: http://bbs.openvox.cn/viewthread.php?tid=981&extra=page%3D1 2) To send sms, there are ...

by zhulizhong - VoIP开发技术 - 2010-12-16 09:37:22 阅读(7256) 回复(2)

在IE浏览器中,直接通过访问页面: http://192.168.100.101/default.aspx?number=15010922831&content=app_error 就可以把 "app_error" 内容发送到手机 15010922831 上; 但是在linux下,我通过 curl 的方式不成功: curl -F number="15010922831" -F content="app_error" http://192.168.100.101/default.aspx 怎么写才可以?

by LMUser - Shell - 2011-11-14 15:22:10 阅读(2274) 回复(1)

小弟编程比较菜,哪位好心人有这方面的代码麻烦发给我。谢谢了![email]zw_njupt@126.com[/email]

by zw_njupt - 嵌入式开发 - 2010-03-04 23:15:08 阅读(4579) 回复(1)

请问,linux系统上如何编程实现给手机发短信功能?

by pigcrying - Linux环境编程 - 2008-11-25 17:28:45 阅读(8122) 回复(11)

现在有很多企业都在发展短信增值业务, :lol: 包括我们公司。我是第一次接触这些东西,CU里有这方面的高手吗?给我讲讲基本的原理和搭建方案,可以吗?

by 浪色海洋 - Linux论坛 - 2004-05-22 15:52:08 阅读(617) 回复(2)

现在有很多企业都在发展短信增值业务, :lol: 包括我们公司。我是第一次接触这些东西,CU里有这方面的高手吗?给我讲讲基本的原理和搭建方案,可以吗?

by 浪色海洋 - Linux环境编程 - 2004-05-22 15:52:08 阅读(1416) 回复(2)

我想作一个网站,想用这个数据库

by lpws - Sybase - 2003-08-02 13:30:46 阅读(1874) 回复(14)

缺省的gsm字符集是7位编码,ASCii 是8位编码,,怎么把7位编码转成8位编码,,以前写过的达人指教一下!

by henngy - C/C++ - 2004-07-14 17:11:29 阅读(2089) 回复(2)

gsm模块单独在电脑终端测试是没有问题的,但是拿到context A8开发板下就是读取不了串口数据,用的gsm模块是明基M23的。写的程序如下size返回的是-1,recv是空的,搞了几天,就是不知道哪里错了,请大神们帮我检查检查错误,感激不尽.... #include #include #include #include #include #include #include #include #include

by shadow_world - 嵌入式开发 - 2013-05-10 14:41:35 阅读(2014) 回复(5)
by lingyunwmr - 移动操作系统 - 2011-12-21 08:41:40 阅读(460) 回复(0)