sms_modem

来自「使用TAP的蜂窝型GSM手机短消息服务中心」· 代码 · 共 52 行

TXT
52
字号
# --------------------------------------------------------------------# SMS Modem Configuration file# --------------------------------------------------------------------MDM_lock_dir           = /var/lock	# Lock directoryMDM_device	       = modem		# Modem Device Name#MDM_device	       = term/00m	# UNIXWARE# --------------------------------------------------------------------MDM_command_prefix     = ATMDM_init_command       = ZMDM_dial_command       = DTMDM_number_prefix      = 		# Number to dial to get an external					# line. MDM_set_local_echo_off = E0# --------------------------------------------------------------------MDM_command_suffix     = \rMDM_response_prefix    = \r\nMDM_response_suffix    = \r\n# --------------------------------------------------------------------MDM_flow_control       = Hardware	# Software or Hardware# --------------------------------------------------------------------MDM_hangup_command      = HMDM_attention_command   = +++MDM_soft_hangup_retries = 0		# Number of times I should					# continue sending hangup code					# If 0 then don't bother					# and rely on lowering DTRMDM_guard_time          = 1750000	# Microsecond delay before and					# After transmitting attention commandMDM_esc_time	        = 125000	# Microsecond delay between each					# character of the attention command# --------------------------------------------------------------------MDM_lock_action		= BLOCKMDM_lock_retry_delay	= 5000000	# Microsecond delay to wait before					# retrying for modem lock.# --------------------------------------------------------------------

⌨️ 快捷键说明

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