Skip to content

Login  |  Sign Up

6.3.1 Non-transparent mode

You can get received data by the following two methods:

  1. Direct push access mode: Output received data directly from the UART port
  2. Buffer access mode: Read received data from internal buffer using AT commands

6.3.2 Transparent mode

You can only get received data directly from the UART port in this mode.