Forum: PC-Programmierung Scannen von seriellen Bluetooth Devices


von Holger (Gast)


Lesenswert?

Link:
http://stackoverflow.com/questions/6236609/problem-with-c-sharp-and-32feet-net-bluetooth-library
Scannen von seriellen Bluetooth Devices
Unter VB.NET ???
Kennt sich damit einer aus ?
Was für eine DLL oder LIB für VB.NET geht mit dem BT-STACK um?
------------------------------------------------------------------------ 
------------------
Somit kann ich am PC feststellen ob das externe SSP Device Modem
noch „betreibsbereit“ ist.  COM PORT 40
Der Eintrag als Com40 ist ja kein Garant das die Verbindung noch da ist.
Der BT-Manager kann die Verbindung testen, ohne das Port40 öffnen.

 Google: 32feet.NET Bluetooth Library
Geht das damit ?

Public Shared Sub find()
    Dim btClient As New InTheHand.Net.Sockets.BluetoothClient
    Dim bdi As BluetoothDeviceInfo() = btClient.DiscoverDevices()
    Dim device As BluetoothDeviceInfo = bdi(0)
    Dim addr As BluetoothAddress = device.DeviceAddress
    Dim name As String = device.DeviceName
    Console.WriteLine(name)
End Sub
------------------------------------------------------------------------ 
-----------------------------------------

Ich habe ein BT-MODEM Parani BT-ESD1000 .
 Geräteadresse: Parani: 00:01:95:0D:C3:0E

Gruss Holger.

von Holger (Gast)


Angehängte Dateien:

Lesenswert?

Noch ein Bild ´dazu für den Status mit dem BT-Manager.
Gruss Holger

von Holger (Gast)


Lesenswert?

http://www.bluesoleil.com/forum/thread-1-3-1.html

bssdk.dll     ( via Installer vom Produkt )
IVT BlueSoleilTM Software Development Kit
SDK:
BsSDK.lib + “Btsdk_API.h… usw. Mit MSVC 6

Bssdk.dll located in the directory
c:\WINDOWS\system32. The “Btsdk_Init” function MUST be called for 
initializing resources
required to run the BlueSoleil before calling any other API functions.
------------------------------------------------------------------------ 
---------------------------------

1. Select “SPP Profile” on Profile Testing Menu. Then select “<1> 
Connect Remote SPP
Service”. The devices from historical searching data will be displayed. 
If there is no device
available, search for the devices once again by following the operation 
instructions. After
remote device is selected, choose “SPP Service” from the service list 
and confirm pin code if
needed. Thus an SPP connection is established.
2. Disconnect from remote SPP service.
Für Java
Beitrag "Bluetooth verbindung"
Aber nix Fur VB.NET 10

BlueSoleil 6.4.236.0 or greater is required to be installed before 
running any programs using the
SDK.

Gruss Holger

Bitte melde dich an um einen Beitrag zu schreiben. Anmeldung ist kostenlos und dauert nur eine Minute.
Bestehender Account
Schon ein Account bei Google/GoogleMail? Keine Anmeldung erforderlich!
Mit Google-Account einloggen
Noch kein Account? Hier anmelden.