5.4.5.1 Send Transparent Data (IE,<hex16>,<hex16>,<hex8>….)
Format: IE,<hex16>,<hex16>,<hex8><hex8><hex8>……
Use command IE
for UART transparent data transmission operation with the multiple remote devices. This command expects three input parameters, which are: a connection handle of the remote device, data length and 244 bytes of payload (maximum). This command only supports Command mode in the single link and multi-link if the remote device supports the Transparent profile.
Example: | IE,0071,000C,53686f77206d652074686520 | // Send the data to the connection handle 0x0071, the data length is 0x000C, the data is 53686f77206d652074686520 |
Response: | AOK | // Success |
Err | // Not connected or already enabled UART Transparent mode |