언어 설정

Menu
Sites
Language
Blutooth Data Transfer from Tizen device to Window PC

Hi,

I am developing an application which transfer data from Tizen device to Windows PC.

As per current documentation, Server need to register by following function..

adapter.registerRFCOMMServiceByUUID(serviceUUID, "My service", registerSuccessCallback, onError);

As I am using Windows in my server and using JAVA for developing the server code. I do not have access to this API from server end.

Could anybody tell me how to transfer data between tizen device and server (running windows) by using bluetooth?

 

Edited by: Abu Sayed Mohammad Khan-E-Alam on 15 9월, 2014

Responses

3 댓글
John Ixion

you'll find more info in the wiki https://wiki.tizen.org/wiki/Bluetooth#Bluetooth_on_Tizen

Rafikul Haque

You could find details info in https://developer.tizen.org/dev-guide/2.2.1/org.tizen.web.appprogramming/html/tutorials/communication_tutorial/task_bluetoothchat_connect.htm link.

AVSukhov

Hello,

You need implement server on you PC using java.

And Tizen device will be client device, and to connect to the server device, use the connectToServiceByUUID() method on the client device: