Newer
Older
<html><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<style>
#tbl-td {
border-style:none;
}
table,td {
border:1px solid black;
border-collapse:collapse;
}
th {
background-color:#80c1ff;
}
#tr01 {
background-color:#d6d6c2
border:1pc solid black;
font-familly:verdana,arial;
font-weight:bold;
}
.info_font {
font-weight:bold;
font-style:italic;
font-size:small;
color:#ffcc66;
}
</style>
<script type="text/javascript">
function printFileName(){
var firmware = document.getElementById('fileBIN').files[0].name;
document.getElementById('fwName').value = firmware;
var configToDev = document.getElementById('ConfigfileWR').files[0].name;
document.getElementById('confWR').value = configToDev;
}
</script></head>
<form method="post" action="" autocomplete="on" enctype="multipart/form-data">
<tbody><tr><th colspan="6">AIS NFC READERS HTML EXAMPLE <a href="%20http://www.d-logic.net/nfc-rfid-reader-sdk/"> http://www.d-logic.net/nfc-rfid-reader-sdk/</a></th>
</tr><tr>
<td>q</td>
<td>List devices</td>
<td>o</td>
<td>Open devices</td>
<td>c</td>
<td>Close device</td>
</tr>
<tr>
<td>d</td>
<td>Get devices count</td>
<td>t</td>
<td>Get Time</td>
<td>Real Time Events <input name="rte" size="3" value="10" type="text"></td>
<td>Set application password <input name="default_app_pass" size="5" type="text" width="4"></td>
<td>Change device password <input name="new_pass" size="5" type="text"></td>
<td>Get log by Index : S<input name="start_index" size="3" type="text">
E<input name="end_index" size="3" type="text">
<td>Get log by Time: S<input name="start_time" size="15" type="text">
E<input name="end_time" size="15" type="text">
<td>Get unread log <select name="unread_log">
<option value="1" selected="selected">Count
</option><option value="2">Get
</option><option value="3">Ack
</option></select>
<td>White-list Write <input name="white_list_write" size="15" type="text"></td>
</tr>
<tr>
<td>b</td>
<td>Black-list Read</td>
<td>B</td>
<td>Black-list Write <input name="black_list_write" size="15" type="text"></td>
<td><input name="lights" value="red_master" style="cursor:pointer;" checked="checked" type="radio">Red Master
<input name="lights" value="green_master" style="cursor:pointer;" type="radio">Green Master
<input name="lights" value="red_slave" style="cursor:pointer;" type="radio">Red Slave
<input name="lights" value="green_slave" style="cursor:pointer;" type="radio">Green Slave
</td>
</tr>
<tr>
<td>g</td>
<td>Get IO state</td>
<td>G</td>
<td>Open gate/lock</td>
<td>y</td>
<td>Relay toggle state</td>
</tr>
<tr>
<td>E</td>
<td>EEPROM LOCK</td>
<td>e</td>
<td>EEPROM UNLOCK</td>
</tr>
<tr>
<td>F</td>
<td>Firmware update</td>
<td colspan="2"> Enter full firmware BIN file name:</td>
<td colspan="3"><input id="fileBIN" name="BIN_fname" size="80%" type="file">
<input id="fwName" name="fwName" type="hidden">
</td>
</tr>
<tr>
<td>s</td>
<td>Settings read from device to file</td>
<td colspan="2"> Enter to config file name:</td>
<td colspan="3"><input name="Config_file_RD" size="80%" type="text">
</td>
</tr>
<tr>
<td>S</td>
<td>Settings read from file to device</td>
<td colspan="2"> Enter to config file name:</td>
<td colspan="3"><input id="ConfigfileWR" name="Config_file_WR" size="90%" type="file"></td>
<input id="confWR" name="confWR" type="hidden">
<td rowspan="3">Q</td>
<td rowspan="3">Edit device list for checking </td>
<td colspan="4"" style="text-align:center" ;=""> <input name="edit_list" value="1" style="cursor:pointer;" checked="checked" type="radio">Known device types
<input name="edit_list" value="2" style="cursor:pointer;" type="radio">Actual list
<input name="edit_list" value="3" style="cursor:pointer;" type="radio">Clear list
<tr><td colspan="2">
<input name="edit_list" value="4" style="cursor:pointer;" type="radio">Add device for check
<td rowspan="2" colspan="2" style="text-align:center" ;="">
Enter device type:<input name="device_type" size="5" type="text">
Enter device ID:<input name="device_id" size="5" type="text">
</tr><tr>
<td colspan="2">
<input name="edit_list" value="5" style="cursor:pointer;" type="radio">Erase device from list
</tr>
<tr>
<td colspan="7"></td>
</tr>
<tr>
<td colspan="1">R</td>
<td>REBOOT</td>
</tr>
<tr>
<td>D</td>
<td>Read Debug Log : <input size="35" name="read_debug_log" type="text"></td>
<td>SD</td>
<td colspan="3">Save Debug Log : <input size="35" name="save_debug_log" type="text">
* bbb_debug_log20160617.log
</td>
</tr>
</tbody></table>
<br>
Enter device:<input maxlength="2" name="device" size="3" type="text">
<input name="get_function" size="3" type="text" width="1px">
<input value="GET FUNCTION " onclick="printFileName();" type="submit">