嗨,Cbraj,
您可以下载UART上的一个示例项目,并修改它来发送ATM命令来发送和接收来自GSM调制解调器的文本消息。
您可以将GSM调制解调器连接到PC机,通过超终端发送和接收文本消息。在这种情况下,UART用于GSM调制解调器和PC.之间的通信。
当您与PSoC连接GSM调制解调器时,您正在用PSoC替换PC,以便UART用于通过PSoC向GSM调制解调器发送AT命令。
以上来自于百度翻译
以下为原文
Hi Cbraj,
You can download a sample project on UART and modify it to send AT commands to send and receive text messages from GSM Modem.
You can connect the GSM modem to a PC to send and receive text messages via Hyperterminal. In this case UART is used for communication between the GSM modem and PC.
When you are interfacing the GSM Modem with PSoC, you are replacing the PC with PSoC so that the UART is used to send AT commands to GSM modem by PSoC.
嗨,Cbraj,
您可以下载UART上的一个示例项目,并修改它来发送ATM命令来发送和接收来自GSM调制解调器的文本消息。
您可以将GSM调制解调器连接到PC机,通过超终端发送和接收文本消息。在这种情况下,UART用于GSM调制解调器和PC.之间的通信。
当您与PSoC连接GSM调制解调器时,您正在用PSoC替换PC,以便UART用于通过PSoC向GSM调制解调器发送AT命令。
以上来自于百度翻译
以下为原文
Hi Cbraj,
You can download a sample project on UART and modify it to send AT commands to send and receive text messages from GSM Modem.
You can connect the GSM modem to a PC to send and receive text messages via Hyperterminal. In this case UART is used for communication between the GSM modem and PC.
When you are interfacing the GSM Modem with PSoC, you are replacing the PC with PSoC so that the UART is used to send AT commands to GSM modem by PSoC.
举报