Ken Davidson
Ken Davidson
I'm actually looking at this to see if I can use it. The current yahoo is v1, which they no longer support. But they also don't support implicit, and the...
Are those even available on IOS? Can you check the documentation? The MFi and ExternalAccessory on IOS has limited functionality and those might not even be available.
I have some notes saying that I need to see if the `CoreBluetooth` library can be used for those types of things.
haha "official" of this library? Could be wrong - you're trusting me a whole bunch. Looking at the IOS code, there is only registration for: - BTEvent.BLUETOOTH_CONNECTED - BTEvent.BLUETOOTH_DISCONNECTED Looking...
Feel free to play around with it and add those registered notifications to: ``` /** Register with the NotificationCenter and add all appropriate Observers. Currently the available notification types are:...
> I'm not so good at IOS coding but I'll give it a try in these days. Join the club!! I would play around with something like: ``` private func...
There are two possible issues here: 1) Is that there is a 500ms timeout included in the Java native code, I don't know why it was put there but it...
Thanks, I have some questions though, and I'm sorry I don't really understand what the problem is (finer detail), you're sample data doesn't make sense to me, the numbers are...
The discontinuities look like they are at pretty regular intervals, this is probably due to the SLEEP in the native read method. What happens is: - Wait for data -...
It's 100% a magic number, that is just a hold over from the original project **react-native-bluetooth-serial**. If you look at almost all the forks, they've removed the sleep - so...