ampi

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

TXT
26
字号
# --------------------------------------------------------------------# Sample SMS resource file for AMPI# --------------------------------------------------------------------SMS_comms_params = 7E1		# 7 Data, Even Parity, 1 Stop BitSMS_baud         = 300# --------------------------------------------------------------------# AMPI tries to be clever by supporting a propriatory text entry system# with TAP tacked on. The TAP doesn't seem to match the spec, no # ACK response, just a delivery ACK# --------------------------------------------------------------------SMS_max_deliver    = 1SMS_tap_response   = FALSESMS_tap_disconnect = FALSE# --------------------------------------------------------------------# The SMSCnumber MUST be defined.# This is the number of your local message center.# --------------------------------------------------------------------SMS_centre_number = 4600308	# US Alabama number# --------------------------------------------------------------------

⌨️ 快捷键说明

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