Carlos Scovino

Results 14 comments of Carlos Scovino

Hey @pepijndevos, thanks a lot! It works for me with Spike Prime. I've changed only one thing, in the last line. I changed this ``` dat = waitfor(cmd_id) ``` to...

@pepijndevos Now I have a question 🤓. Is there a way to get all the `"m"` commands? For example, if I want to delete some slot, what would be the...

@pepijndevos cool, thanks!

@gpdaniels Great!

Yes, It is that. I know it's expensive 😅. I didn't test on Android because I don't need it at the moment. It's option 1, yes. The device is always...

A good solution could be to implement the `Max Bytes Per Read` with the number as a config parameter.

No, I don't know much about iOS programming. Ok, I could test the solutions that you explain. Thanks! 👍🏼

Great! Thanks! 👍🏼

Sorry, I couldn't do the test. Because I hurried I went with the solution of creating a timer on js side. When I test the options that you gave me,...

The easiest way is using [`text-encoding`](https://github.com/inexorabletash/text-encoding) library to encode the byte array `const string = new TextDecoder(encoding).decode(uint8array);` The other way is modify this library to accept byte array as payload