6

Sto provando a inviare/ricevere una stringa da un dispositivo Android. Sono stato su Google per le ultime 3 ore e non riesco a trovare nulla che funzioni. il più vicino ho ottenuto è stato questo: fellainviare/ricevere dati via Bluetooth

e ottengo questi errori:

02-19 15:44:17.680 4680-4680/com.example.jelle.bluetoothconnector W/System.err﹕ at com.example.jelle.bluetoothconnector.BluetoothConnection.init(BluetoothConnection.java:38) 
 
02-19 15:44:17.680 4680-4680/com.example.jelle.bluetoothconnector W/System.err﹕ at com.example.jelle.bluetoothconnector.BluetoothConnection.<init>(BluetoothConnection.java:25) 
 
02-19 15:44:17.680 4680-4680/com.example.jelle.bluetoothconnector W/System.err﹕ at com.example.jelle.bluetoothconnector.ConnectorActivity.btnBluetooth_onCLick(ConnectorActivity.java:92) 
 
02-19 15:44:17.680 4680-4680/com.example.jelle.bluetoothconnector W/System.err﹕ at java.lang.reflect.Method.invoke(Native Method) 
 
02-19 15:44:17.680 4680-4680/com.example.jelle.bluetoothconnector W/System.err﹕ at java.lang.reflect.Method.invoke(Method.java:372)

qualcuno mi può aiutare? Ho solo bisogno di un codice che può inviare/ricevere una stringa via bluetooth per farmi iniziare

Grazie!

risposta

Problemi correlati