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

硬件串口对接

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