Harry Phillips

Results 32 comments of Harry Phillips

Please try using version `37b324f0cb`: https://jitpack.io/#harry1453/android-bluetooth-serial/37b324f0cb

Ledger communication: (All values here are hex encoded, for actual communication you need to use raw bytes) Sending `080400xx00` -> Public key is returned. `xx` is the index of the...

Please see #10 for instructions on how to use this in a multiplatform project

Hey! I've just found that this only happens on cameras that do not have any MJPEG modes (only YUYV modes)

When you're using the MSVC rust toolchain and MinGW is configured as the toolchain in CLion, it's not possible to debug without setting Visual Studio as the default toolchain. Is...

I'm investigating this now, I've found where the crash occurs and will try to resolve this.

@snurbol Thanks for the report. I can replicate this but I have no idea what is causing it. I don't know what would cause it to behave differently on a...

Hey! This is probably because go is choosing the latest tag rather than the latest snapshot from `master`. I've added tag v1.2.0. Please can you check that your `go.mod` is...

Ah, you've run into #7. Somewhere, when compiled to 32 bit it throws a memory corruption exception even though the 64 bit version works perfectly. I'm afraid I've spent quite...