spk.cmds

来自「使用USR和RockWell Modem的语音Modem程序」· CMDS 代码 · 共 36 行

CMDS
36
字号
#######################################################################  This file contains commands for SPEAKER for US Robotics modem.#  If you have different modem, you might be interested to make#  some changes to this file###################################################################### COMMAND SPEAKER_ONAT&F1       OK|VCON     # Use factory settingsAT#CLS=8    OK|VCON     # Voice modeAT#VRN=0    OK|VCON     # No ringback timerAT#VLS=6    OK|VCON     # Set speakerphone modeAT#VBT=1    OK|VCON     # Set tone length#AT#VGR=128  OK|VCON     # US Robotics specific speaker volume command#AT#VGT=128  OK|VCON     # US Robotics specific microfone volume commandATA         OK|VCON     # Finally, pick up the lineEND_COMMANDCOMMAND SPEAKER_OFFATH         OK|VCON     # Just hangupATZ         OK|VCON     # Reset modemEND_COMMANDCOMMAND DIALAT#VTS=     OK|VCON     # Dial commandEND_COMMANDCOMMAND SPEAKER_VOLUMEAT#VGR=     OK|VCON     # US Robotics specific speaker volume command#AT#SPK=,%d, OK|VCON    # Use this if you have Rockwell-based modemEND_COMMANDCOMMAND MIKE_VOLUMEAT#VGT=     OK|VCON     # US Robotics specific microphone volume command#AT#SPK=,,  OK|VCON    # Use this if you have Rockwell-based modemEND_COMMAND

⌨️ 快捷键说明

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