Questions tagged as 'bluetooth'

1
answer

Bluetooth communication between an iPad and a PIN-PAD using Objective-C

I need help on how to use Core Bluetooth in communication with a PIN-PAD. I would like to know if this is possible, and if so, how can I do it? Thank you!     
asked by 14.03.2016 / 14:42
0
answers

barcode on android bluetooh printer

I can print anything but the barcode, I currently use: byte[] cmd = new byte[3]; cmd[0] = 0x1b; cmd[1] = 0x21; cmd[2] &= 0xEF; out.write(cmd); out.write("Mensagem de t...
asked by 28.02.2016 / 23:15
0
answers

CoreBluetooth - Send and receive a large data packet

I'm developing an application for iOS using only CoreBluetooth, in the same application the device could be a Central or a Peripheral. Well, everything works fine, until I try to send a packet of data above the limit allowed by the slave (periph...
asked by 18.11.2015 / 19:07
0
answers

Send data of the integer type through the Bluetooth connection between android and arduino

I made a method to allow the sending of strings from android to arduino through bluetooth and I was successful! However, the question arose as to how to send data of type 'int', following the same idea. What would be the code for this applica...
asked by 24.12.2015 / 13:34
0
answers

How to create a multiplayer game with bluetooth?

I'm doing a multiplayer game on Unity3D and I'm using the new Unity networking API, I've already seen that there are some Unity plugins that allow you to create a multiplayer via bluetooth
asked by 09.09.2015 / 21:13
0
answers

Use bluetooth connection in two activities

I'm creating a small app with two activities, the first is a screen with just a 'connect' button, after connecting to the bluetooth module it would change to the second screen (second activity) / p> The question is: How to use the connection m...
asked by 19.02.2015 / 19:23