LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to send a msg via Bluetooth from my Pocket PC using Labview?

I am writting a Labview PDA program for my PDA running Pocket PC 2003 and I wanted to know how I can send a message or a file from my PDA to my Nokia phone. I am able to discover the device and connect to it. I just dont know how to send something like a picture file specifically.
 
Can anyone help me out with this? This is for my senior design project and I'm just trying to get the initial steps of Bluetooth with Labview working.
 
Thanks.
0 Kudos
Message 1 of 4
(3,740 Views)
zubairv85,

To my knowledge there are no examples of implementing a higher level protocol like FTP over bluetooth for LabVIEW.  To transfer files you would either have to create such a driver using the exisiting Bluetooth Read and Write VIs, or simply flatten your file to a string and write it that way.  I'm not sure on the specifics of the Bluetooth protocol so you may have to packetize your file and reassemble it on the other end.
Doug M
Applications Engineer
National Instruments
For those unfamiliar with NBC's The Office, my icon is NOT a picture of me 🙂
0 Kudos
Message 2 of 4
(3,711 Views)
How to send a msg via Bluetooth from my  PC other PC using Labview?
0 Kudos
Message 3 of 4
(2,632 Views)

Hi Prabhu,

 

Take a look at the Developer Zone article Developing Bluetooth Applications with LabVIEW for information on this.

 

Regards,

Stephen S.

National Instruments
Applications Engineering
0 Kudos
Message 4 of 4
(2,616 Views)