Android 串口開發——解析心跳數據。——持續更新中

/** * 字節數組轉換成對應的16進製表示的字符串 * * @param src * @return */ public static String bytes2HexStr(byte[] src) { StringBuilder builder = new StringBuilder(); if (src == null || src.length <= 0) {
相關文章
相關標籤/搜索