LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

bluetooth protocole

J'aimerais développer un programme d'échanges de fichiers, cartes de visite ou évènements de calandrier entre PC et un portable Bluetooth. J'arrive à établir une liaison mais pour l'échange il doit y avoir un protocole que je ne trouve nulpart. Si quelqu'un sait où trouver une doc précise ou a déjà réalisé une telle liaison bluetooth avec Labview, soyez généreux et répondez-moi
Merci
0 Kudos
Message 1 of 4
(2,893 Views)

Hello,

This part of the forum is in English, please post in English. You have a French part here.

Anyway, you have all information you are looking for about Bluetooth in LabVIEW here.

Bluetooth is a wireless technology that uses a radio frequency of 2.4 GHz to allow devices to communicate. The range of a Bluetooth connection is between 30 and 40 feet, depending on the device and environmental conditions.

The LabVIEW Bluetooth VIs and functions use RFCOMM, which is a connection protocol the Winsock interface exposes. RFCOMM is simple transfer protocol that emulates serial communication. The RFCOMM interface defines Bluetooth servers and clients.

Creating Bluetooth server and client applications in LabVIEW is similar to creating server and client applications for TCP communication. A Bluetooth server uses the Service Discovery Protocol (SDP) to broadcast the availability of the services the server contains and listens for inbound connections. A client creates an outbound RFCOMM connection to a server. Once the client and server connect to each other, they exchange data until the client or server terminates the connection or until the connection is lost.

LabVIEW supports Bluetooth devices that use the Microsoft Bluetooth driver on Windows XP Service Pack 1 or later only. Refer to the Microsoft Web site for Bluetooth devices that support the Microsoft Bluetooth driver. Most Bluetooth devices use a proprietary Bluetooth driver by default. To use the device with LabVIEW, you must switch to the Microsoft Bluetooth driver. On Windows XP Service Pack 1, you must obtain the Microsoft Bluetooth driver CD from the manufacturer of the device to switch drivers. On Windows XP Service Pack 2 or later, the Microsoft Bluetooth driver is already installed.

    Benjamin R.


Senior LabVIEW Developer @Neosoft


0 Kudos
Message 2 of 4
(2,882 Views)
salut jai besoin de developper un programme avec labview oour envoyer avec bluetooth un dossier entre un PC et un PC ou comme tas fait entre un PC et un portable sil te plait si tas quelque chose envoie la moi
merci
un petit coucou de berlin

0 Kudos
Message 3 of 4
(2,813 Views)
Stop hijacking other people's threads!  Smiley Mad

You have posted this same message in 5 different threads.

Create a new thead with your question.



Message Edited by smercurio_fc on 06-30-2008 02:10 PM
0 Kudos
Message 4 of 4
(2,808 Views)