red15530
Results
2
issues of
red15530
Hello! I'm new to programming Intel XDK. Could you help me deal with the Bluetooth? When you run the program I want to connect to a Bluetooth device, and after...
``` @Override public void handleMessage(Message msg) { switch (msg.what) { case UsbService.MESSAGE_FROM_SERIAL_PORT: String data = (String) msg.obj; mActivity.get().display.append(data); break; } } ``` I'm sending a request which consists of 3...