Herzlich Willkommen, lieber Gast!
  Sie befinden sich hier:

  Forum » C# (Visual C#, Mono) » Bluetooth Pairing mit Win8 Tablet

Forum | Hilfe | Team | Links | Impressum | > Suche < | Mitglieder | Registrieren | Einloggen
  Quicklinks: MSDN-Online || STL || clib Reference Grundlagen || Literatur || E-Books || Zubehör || > F.A.Q. < || Downloads   

Autor Thread - Seiten: > 1 <
000
21.08.2013, 09:15 Uhr
~MeCoding
Gast


Guten Morgen,
ich möchte meinen Laptop (64Bit) mit meinem Win8 Tablet (32Bit) via Bluetooth verbinden.
Zudem habe ich mich auch schon etwas mit der 32feet.net Library auseinander gesetzt und folgenden Code erstellt.


C++:
public partial class Form1 : Form
    {
        private static string BTMacAddress = "00:00:00:00:00:00";
        private static string Pin = "123testpin321";
        private BluetoothClient Device = new BluetoothClient();
        private static BluetoothAddress BTAddress = BluetoothAddress.Parse(BTMacAddress);
        //private BluetoothEndPoint BTEndpoint = new BluetoothEndPoint(BTAddress, BluetoothService.DialupNetworking);
        public Form1()
        {
            InitializeComponent();
        }
        private void BTConnect_Click(object sender, EventArgs e)
        {
            if(!BluetoothSecurity.PairRequest(BTAddress,Pin))
                MessageBox.Show("Failed");
            else
                MessageBox.Show("Done");
        }
    }


Das aller erste Ausführen des Programms hat funktioniert und ich habe eine Reaktion auf dem Tablet wahrgenommen, nur leider war das das einzige mal..
Ich würde gerne wissen woran das liegt, weiß wer mehr?

Gruß Me
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
001
21.08.2013, 09:16 Uhr
~MeCoding
Gast


Das ganze schreibe ich in C# mit VisualStudio2012.
Doppeltpost war nicht gewollt!
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
002
21.08.2013, 13:27 Uhr
Tommix



Hallo,
kann es sein, daß Du vorher BluetoothSecurity.RemoveDevice aufrufen musst?
Ich kenne mich nicht weiter aus, aber das liest sich so:
http://32feet.codeplex.com/wikipage?title=Bluetooth%20Security

Gruß,
Tommix
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
003
19.09.2013, 08:49 Uhr
~MeCoding
Gast


Ich habe mir das mal angeschaut und mit BluetoothSecurity.RemoveDevice funktioniert es.
Leider bekomme ich nur die Numeric-Code-Abfrage und keine Pinabfrage.
Egal ob ich es mit BluetoothSecurity.PairRequest(BTAddress,Pin)) oder mit Device.Connect(BTAddress) versuche, die Pinabfrage erfolgt nicht.
Bei Device.Connect(..) passiert einfach garnichts!

Kennt sich keiner mit der Thematik aus?
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
Seiten: > 1 <     [ C# (Visual C#, Mono) ]  


ThWBoard 2.73 FloSoft-Edition
© by Paul Baecher & Felix Gonschorek (www.thwboard.de)

Anpassungen des Forums
© by Flo-Soft (www.flo-soft.de)

Sie sind Besucher: