GPRS

所属分类:Linux/Unix编程
开发工具:Unix_Linux
文件大小:255KB
下载次数:440
上传日期:2009-03-14 23:20:53
上 传 者ProCode
说明:  GPRS打电话,发短信,短信命令解析,linux下的C语言实现
(GPRS)

文件列表:
GPRS\command.c (3786, 2009-02-14)
GPRS\command.h (1061, 2009-01-16)
GPRS\command.o (9248, 2009-03-14)
GPRS\GPRS模块.doc (107520, 2009-02-13)
GPRS\GPRS模块.rar (4501, 2009-02-03)
GPRS\main (37877, 2009-03-14)
GPRS\main.c (2123, 2009-03-14)
GPRS\main.o (8548, 2009-03-14)
GPRS\Makefile (592, 2009-03-14)
GPRS\Makefile~ (543, 2009-02-19)
GPRS\message.txt (355, 2009-01-14)
GPRS\option.h (1618, 2009-02-14)
GPRS\option.h~ (1167, 2009-01-15)
GPRS\sem.c (1280, 2008-11-28)
GPRS\sem.h (764, 2009-02-14)
GPRS\sem.o (5796, 2009-03-14)
GPRS\tags (15145, 2009-02-14)
GPRS\term.c (10466, 2009-03-14)
GPRS\term.h (498, 2009-03-14)
GPRS\term.o (17032, 2009-03-14)
GPRS\test.wav (313108, 2009-01-17)
GPRS\wave.c (5053, 2009-02-14)
GPRS\wave.h (1548, 2009-01-18)
GPRS\wave.o (10576, 2009-03-14)
GPRS (0, 2009-03-14)

WAVE 语音模块 wave.h int recordWav(char *file); //录音并保存为文件file void *playWav(char *file); //播放指定文件 GPRS 模块 term.h int sendSMS(int fd,const char *phNumber, const char *message); //发送短信 int receSMS(int fd); //查看未读短信 int callph(int fd,const char *phNumber); //拨打电话一次只能拨打一个 int haltph(int fd); //挂断电话 int readSMS(int fd,int number); //查看指定短信 ************* //删除短信 命令解析 模块 command.h int gprs_do_request(int,char*); 全局变量 option.h struct message mess; //短信配置变量 struct smoke_struct smoke; //烟雾传感器配置变量 int gprs_debug_on; //调试选项 未完成功能 删除短消息 发送帮助信函

近期下载者

相关文件


收藏者