gprs模块(GPRS module).docVIP

  • 5
  • 0
  • 约1.3万字
  • 约 15页
  • 2017-10-07 发布于河南
  • 举报
gprs模块(GPRS module)

gprs模块(GPRS module) Hardware connection and GPRS module settings Data transmission through the GPRS network generally requires the use of GPRS modules. At present, GPRS module generally refers to the GSM module with GPRS function, and can use GPRS network for data communication. Among them, the more popular French Wave companys WISMO series and SIEMENSs S series, and so on. The WISMO module of WAVECOM has the advantages of simple interface, convenient operation and powerful function Among them, the GPRS module and the microcontroller communicate with each other through the serial port, and the communication speed can reach 115 200b/s. The communication protocol module and the controller is the AT command set, most of which is in line with the command AT command set for GSM protocol Mobile Equipment (ME) (GSM 7.07 version 6.4.0 Release 1997), but there are also some Wavecom their own definition of the AT command. Besides the serial port sending (TX) and serial port receiving (RX), there are some handshaking signals between the microcontroller and the GPRS module, such as DTR, CTS, DCD and so on. In order to simplify the control of the microcontroller, do not use hardware handshake all hardware design, while using only data carrier detect (Data Carrier Detect DCD (Data Terminal) and terminal ready Ready, DTR signal). The DCD signal can detect whether the GPRS module is in the data transfer state or in the AT command transfer state. The DTR signal is used to notify the GPRS module that the transfer operation is over. After the hardware connection is completed, the GPRS module must be set up first before the GPRS operation. The main settings are: Setting baud rate, you can use the AT+IPR=38400 command to set the baud rate to 38 400b/s or other appropriate baud rate, and the default communication speed is 9600b/s. Set the access gateway through the AT+ CGD CONT=, 1, IP, CMNET command set the GPRS access gateway for monternet. The mobile terminal is set by the AT+CGCLASS=

文档评论(0)

1亿VIP精品文档

相关文档