Ken Davidson

Results 60 comments of Ken Davidson

Right on. I have zero time right now. So it would need to be you looking at it and submitting a pr. Keep me posted. Get Outlook for Android ________________________________...

Can you post the connection code, specifically with connection options? Generally the issue with reading data using the `DelimitedStringDeviceConnectionImpl` (which is the standard/default) is that you're using the wrong delimiter...

A quick look shows that the default is a newline: ``` By default, responses from the STN11xx are terminated with a carriage return (0x0D). ATL1 command can be used to...

Sure, anything is possible!! But this week is out, so maybe one evening (EST) next week I could have some time. I just got back from Vacation and I'm going...

React Native will pull all the released source code into the Libraries folder of Android Studio (or the Pods folder of XCode). So there isn't much needed, you just need...

Hey sorry, work and fun have been busy this last little while. Have you made any headway with this? I might be able to spend some time in the coming...

Is this still an issue?

Hey, it's definitely possible - there hasn't been a lot of testing on the IOS side of things. My company/app doesn't use a stream of data like it seems you're...

For future details : https://stackoverflow.com/questions/18677386/bluetooth-connection-to-lego-mindstorms-ev3-brick-from-ios-app Mfi Protocol: "COM.LEGO.MINDSTORMS.EV3"

https://github.com/kenjdavidson/react-native-bluetooth-classic/blob/3dadaca202909a04fc43f61909ca6f345d824a28/android/src/main/java/kjd/reactnative/bluetooth/conn/DelimitedStringDeviceConnectionImpl.java#L55 It looks like the Android version does the message processing during the same step as adding data to the buffer. This is a pretty easy fix of copying lines...