![Chonghan CH-M3G2M6 Скачать руководство пользователя страница 12](http://html1.mh-extra.com/html/chonghan/ch-m3g2m6/ch-m3g2m6_user-manual_2602946012.webp)
CAI JINYONG
2018-3-30
CHONGHAN CH-M4 WIRELESS MODEM USER MANUAL
页
12
5.
Dialing the telephone extension number
Dialing
:
075526458200
,
Extension number
:
801
ATD075526458200;<CR>
// Dialing
OK
// Return value
+CLCC: 1,0,2,0,0,"075526458200",129,"" // Call state
+CLCC: 1,0,3,0,0,"075526458200",129,"" // Ringing
+CLCC: 1,0,0,0,0,"075526458200",129,"" // Receiving state
AT+VTS=8<CR>
// Dial the extension number
OK
// Return value
AT+VTS=0<CR>
// Dial the extension number
OK
// Return value
AT+VTS=1<CR>
// Dial the extension number
OK
// Return value
+CLCC: 1,0,6,0,0,"075526458200",129,"" // Hang up
Note: call the extension command delay 1s to execute the next command
6.
TTS Local speech broadcast
6.1.
UCS2 Encoding
AT&F<CR>
//
Reset
OK
//
Return value
ATE0<CR>
//
Turn off echo
OK
// Return value
AT&W
// Save the parameters
OK
//Return value
AT+CTTS=1, "6B228FCE4F7F75288BED97F3540862107CFB7EDF"<CR>
//text in UCS2 coding format
,
context of the
text is “
欢迎使用语音合成系统
”
OK
// Return value
+CTTS: 0
//
Voice playback ends
6.2.
GBK GB2312 Encoding
AT&F<CR>
//
Reset
OK
//
Return value
ATE0<CR>
//
Turn off echo
OK
// Return value
AT&W
// Save the parameters
OK
//Return value
AT+CTTS=2,"hello
,欢迎使用语音合成系统
"<CR>
//text in ASIIC coding format.Chinese in GBK
coding format.
OK
// Return value
+CTTS: 0
// Voice playback ends