适用范围: 本短信二次开发接口适用于WAVECOM、西门子、诺基亚、摩托罗拉等支持标准AT指令的GSM短信终端 使用方式: 将sms.dll文件拷贝到系统安装目录中的system32文件夹中,然后再根据以下接口函数说明和提供的例程源码开发 接口函数: 1、Sms_Connection(Com_Port As Integer,Com_BaudRate As Integer, Mobile_Type As String) As Integer Sms_Connection函数说明如下: 功能描述:
int WINAPI sio_ioctl(int port, int baud, int mode); int WINAPI sio_getch(int port); int WINAPI sio_read(int port, char *buf, int len); int WINAPI sio_putch(int port, int term); int WINAPI sio_write(int port, char *buf, int len); int WINAPI sio_flush