Adam Brunnmeier

Results 115 comments of Adam Brunnmeier

Which keyboard layout are you using? Did you check the shift modifier?

I'm using alanlichen's workaround: `pip install git+https://github.com/boppreh/keyboard.git `

Duplicate of https://github.com/boppreh/keyboard/issues/331

This is a duplicate of https://github.com/dotnet-bluetooth-le/dotnet-bluetooth-le/issues/14. @dgerchcovich I think you can close this one. I didn't try but https://github.com/dotnet-bluetooth-le/dotnet-bluetooth-le/issues/14 suggests that UWP should be working from version 2.2.0 onwards.

Hi @tommasoFabbri , > also we don't have the right environment to compile the Microsoft example Maybe you can elaborate on that? > the function "SendData" always return false, with...

Do you check the deviceId in each data package? The dll buffer should be unlimited (i.e. RAM size) and both the writing and the reading are synchronized. https://github.com/adabru/BleWinrtDll/blob/f2635b7b02432ea3006983657107f092c862171d/BleWinrtDll/BleWinrtDll.cpp#L203 Do you...

Yeah that's probably confusing because "ReadCharacteristic" is not implemented in the dll although it is a ble functionality. If you need it you can checkout https://github.com/adabru/BleWinrtDll/issues/6#issuecomment-1480375448 .

Do you get any error message in the bottom-left corner of the window? Does a rescan work before calling Quit()? As an alternative, maybe subscribe and unsubscribe are sufficient?

Maybe https://github.com/adabru/BleWinrtDll/issues/23 and https://github.com/marianylund/BleWinrtDll can help you :+1: > The difference now is that you need two Dlls, one for Unity Editor and one for HoloLens. For HoloLens choose configuration...

I'm getting the same message as Avasam but it is working fine. I think this issue can be closed.