How to use KDC350 Wi-Fi
36
6.
How to Send KDC commands in HTTP GET/POST Mode
It is possible to send KDC commands to KDC as HTTP Response so KDC can display
message for example.
To send KDC commands as HTTP Response, please add following to HTTP Response.
Received Barcode Post <?php echo ""; ?>.<br />
</body>
</html>
<HTML>
<KDC GMBC="64#08#3#"/>
<KDC GML="4#"/>
<KDC GML="1#"/>
<KDC GMC="0"/>
<KDC GMf="1#"/>
<KDC C="^15^03^01^13^12^34"/>
<KDC GMT="[POST]Scan successful^13"/>
<h2> Test successful....</h2>
</HTML>
KDC first is looking for ‘<KDC ‘ as a start indicator of KDC commands
KDC then is looking for command byte as like ‘GMBC=’, ‘GML=’ or ‘GMT=’
KDC is getting command parameters as like “64#08#3#” and “[POS]Scan
successful^13”
Finally KDC is looking for the command end indicator ‘/>