作者 潘浩文
1 个管道 的构建 通过 耗费 0 秒

硬件串口对接

... ... @@ -26,7 +26,7 @@ class IndexController extends HomeBaseController
public function index2(){
$string='010300000010';
echo (base64_encode($this->crc16($string)));
echo base64_encode(4406);
echo base64_encode("0x440x06");
}
function crc16($string,$length=0){
... ...