I am using BLE with IOT Device. I need to send query request & response to IOT Device as below
The following is the typical query command syntax sent to device from the iOS
<STT><NOO><TAG BLOCK><INFO BLOCK ><CHKSUM><ETO>
Here, the TAG Block contains four bytes as described below
<ID><WID><SC><SO>
Can you suggest any tutorial or docs for sending request to IOT Devices.
Thanks IN Advance