標(biāo)題:
藍(lán)牙模塊 手機(jī)APP 發(fā)送十六進(jìn)制
[打印本頁(yè)]
作者:
qq1105424012
時(shí)間:
2017-12-26 11:17
標(biāo)題:
藍(lán)牙模塊 手機(jī)APP 發(fā)送十六進(jìn)制
public void bluesend(byte[] message){
try{
outputStream = bluetoothSocket.getOutputStream();
Log.d("send", Arrays.toString(message));
outputStream.write(message);
}catch (IOException e){
e.printStackTrace();
}
}
為什么要這樣寫(xiě)啊 ,才是十六進(jìn)制啊
歡迎光臨 (http://www.torrancerestoration.com/bbs/)
Powered by Discuz! X3.1