Hello everyone.

The Mixed Reality Forums here are no longer being used or maintained.

There are a few other places we would like to direct you to for support, both from Microsoft and from the community.

The first way we want to connect with you is our mixed reality developer program, which you can sign up for at https://aka.ms/IWantMR.

For technical questions, please use Stack Overflow, and tag your questions using either hololens or windows-mixed-reality.

If you want to join in discussions, please do so in the HoloDevelopers Slack, which you can join by going to https://aka.ms/holodevelopers, or in our Microsoft Tech Communities forums at https://techcommunity.microsoft.com/t5/mixed-reality/ct-p/MicrosoftMixedReality.

And always feel free to hit us up on Twitter @MxdRealityDev.
Options

Bluetooth Devices, Hololens, Unity 3D, Printing?

Im trying to connect my hololens through my unity 3d application to a bluetooth printer for printing small documents. Does anyone have any examples or code samples of connecting a hololens to a bluetooth device and sending data to it? I have code to do this but it errors out and the only clue that i have is that something is being called before the start method. I can post code if someone is interested in looking at it or helping

Tagged:

Answers

  • Options

    EDIT so it was an issue with PeerFinder class and I needed to call PeerFinder.start() before I called the other method which grabbed the connected devices. However now Im getting an issue where it wont get past the Start method. It says the service is not installed. I have the bluetooth capability enabled and I have the proximity enabled.

  • Options

    The specified service does not exist as an installed service. (Exception from HRESULT: 0x80070424) this is the error I get

  • Options

    Hi man,
    I'm trying to connect my unity application on the Hololens to an android device by bluetooth.
    Can you help me?
    Anyone has some sample?

Sign In or Register to comment.