07-04-2011 01:25 AM
Hello,
Using Labview, is it possible to use the bluetooth present in a mobile phone to transmit data while the phone is attached with the PC.
Thanks
07-05-2011 12:13 AM
07-05-2011 04:41 AM
Thanks for reply
Both of these files dont work for mobile phone bluetooth detection.
07-05-2011 04:46 AM
Here I want to clear that I want to receive and send information using the Bluetooth facility present in a mobile phone and don't want to connect the dongle.
Thanks
07-05-2011 07:30 AM
Sorry, I don't understand what you mean by "don't want to connect the dongle".
this exemple has been made for communication between two Bluetooth devices, what ever the bluetooth device (integrated or usb key...)
07-05-2011 10:36 PM
Hello,
I mean that on my PC side I don't want to connect any dongle but want to utilize the integrated Bluetooth of a mobile phone.
But on the other hand their would definitely be a Bluetooth device.
So I am asking that how could one utilize the integrated Bluetooth of a mobile phone that is connected to PC through USB Cable into the LabVIEW.
07-06-2011 12:24 AM
Hi,
I think you're dreaming... I hope beeing wrong !
Good luck for your researches...
Regards,
07-06-2011 08:23 AM
So you think that Labview cannt utilize the bluetooth of a mobile phone.
07-06-2011 08:35 AM
I think that Labview is not a problem : the real problem is the phone manufacturer and capabilities of datas between phone and computer.
It's as if you think that you can use the calculator of your phone on your computer ! You won't have access to all features of your phone, because the phone doesn't share features with computer.
The only way I see is to implement a soft on your phone which make the bluetooth transfer, and then make a copy//paste with labview.
07-06-2011 08:47 AM - edited 07-06-2011 08:50 AM
ramses64 ha scritto:
The only way I see is to implement a soft on your phone which make the bluetooth transfer, and then make a copy//paste with labview.
I think the same thing that ramses64 has written. The only way to do what you want to do for me is: write a software like a server side that has to run on your mobile and that has to control the traffic of the data from bluetooth to the PC and from the PC to the bluetooth. But I think you have to write this software in C++ language, I'm not sure if you can use labview mobile to develop a mobile-server software.