sms_modem
上传用户:mei_mei897
上传日期:2007-01-05
资源大小:82k
文件大小:2k
- # --------------------------------------------------------------------
- # SMS Modem Configuration file
- # --------------------------------------------------------------------
- MDM_lock_dir = /var/lock # Lock directory
- MDM_device = modem # Modem Device Name
- #MDM_device = term/00m # UNIXWARE
- # --------------------------------------------------------------------
- MDM_command_prefix = AT
- MDM_init_command = Z
- MDM_dial_command = DT
- MDM_number_prefix = # Number to dial to get an external
- # line.
- MDM_set_local_echo_off = E0
- # --------------------------------------------------------------------
- MDM_command_suffix = r
- MDM_response_prefix = rn
- MDM_response_suffix = rn
- # --------------------------------------------------------------------
- MDM_flow_control = Hardware # Software or Hardware
- # --------------------------------------------------------------------
- MDM_hangup_command = H
- MDM_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 DTR
- MDM_guard_time = 1750000 # Microsecond delay before and
- # After transmitting attention command
- MDM_esc_time = 125000 # Microsecond delay between each
- # character of the attention command
- # --------------------------------------------------------------------
- MDM_lock_action = BLOCK
- MDM_lock_retry_delay = 5000000 # Microsecond delay to wait before
- # retrying for modem lock.
- # --------------------------------------------------------------------