GithubHelp home page GithubHelp logo

shareview / bluetoothsample.wpf Goto Github PK

View Code? Open in Web Editor NEW

This project forked from williamkodi/bluetoothsample.wpf

0.0 1.0 0.0 7.86 MB

WPF app to send data through Bluetooth using threads to monitor connection, based on saramgsilva's work

C# 99.99% Smalltalk 0.01%

bluetoothsample.wpf's Introduction

BluetoothSample.WPF

WPF app to send data through Bluetooth using async connection and threads to monitor connection. based on saramgsilva's work (github: https://github.com/saramgsilva/BluetoothSampleUsing32feet.Net).

Changes:

Version 0.9 Connection and Sending actions are in separate methods; sometimes some exceptions could occur when connect a device and then write in the bluetoothStream if those methods are in the same async task. This is because the connection action is executed, the device response the connection request, but the bluetoothStream is not ready to use since the connection is not 'totally complete'

To avoid this problem, the following methodes were implemented:

DeviceConnection(Device device)

  • Create a connection for the selected device.

bool CheckConnection()

  • Check if the device is connected and bluetoothStream ready.

#SendAsync(Device device, string content)

  • Send the data, only available when CheckConnection() = true.

#CheckDeviceConnection()

  • As DeviceConnection is execute on demand when the user wants to connect, this method runs o a thread that keeps monitoring the status of the connection, updating CheckConnection and allowing SendAsync to avoid errors.

Any question or recomendation feel free to write me to: [email protected]

https://csharp.hotexamples.com/examples/InTheHand.Net.Sockets/BluetoothClient/Connect/php-bluetoothclient-connect-method-examples.html

EXAMPLE #8

bluetoothsample.wpf's People

Contributors

friedrichwilhelmnietzsche avatar williamkodi avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.