⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mdm_lib.c

📁 Linux XForms语音Modem控制程序
💻 C
字号:
#include <stdio.h>#include <string.h>#include <sys/ioctl.h>#include <sys/types.h>#include <sys/stat.h>#include <sys/time.h>#include <fcntl.h>#include <errno.h>#include <termios.h>#include <unistd.h>#include "mdm_lib.h"int mdm_modem;		/* el fd del modem */static struct termios old;static char mdm_dev[10];int mdm_verboso= 0;FILE *mdm_log= stdout;#define MDM_CAD_RESET "ATZ"#define MDM_SEG_ESPERA_DTR 2#define MDM_DLE 0x10/**********************************//* APERTURA Y CIERRE DE mdm_modem *//**********************************//* dev es el nombre del dispositivo _sin_ /dev/, es decir, 'ttyS1' por   ejemplo. vel_puerto est

⌨️ 快捷键说明

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