02-14-2012 09:33 AM
hi.i have a few problems with my application in labview , here it is :
1-i want to transfer text (or numbers) from computer a to computer b with bluetooth.there is a parameter in
bluetooth create listener VI named "UUID" , what i that and what value must i consider for transfering text?
2-in on of examples in labvies(simple bluetooth server) there is 2 "bluetooth write" block,why?
why there isnt just one?and what is the "The first Bluetooth Write sets the amount of data to send and" mean?
3-i want to design 2 file , one for sender computer and one for resiver computer and i want resiver
computer send a feedback to sender computer when resive the texts .
i designed this two files (by obseving an copying examples) for my application.
can anyone help me plz?
02-21-2012 12:46 PM
Hello, the UUID stands for Universally Unique Identifier. You can use in your code the one from the shipping example, if you want to learn more visit this page. About the two write blocks…the first one configures the amount of data to be send and the second one sends the data. For your application you need on both VIs a Bluetooth server and a client to keep the communication back and forth, just use different channels and trigger the events once you get the data. Good luck!