brianreinhold
brianreinhold
Thanks for that info. At low levels a packet size of 0 and one that is less than the bulk size (usually 64) indicates that no more data is to...
YESSS!!! 💗💗💗💗💗😊😊😊😊 Brian ________________________________ From: Fabian Fett Sent: Sunday, September 13, 2020 11:45 AM To: fabianfett/pure-swift-json Cc: Brian Reinhold ; Mention Subject: Re: [fabianfett/pure-swift-json] Why does use of this API...
Fabian, Is there a way to 'pretty print' the output? The JSONValue does not comply to Codable so I could not use the JSONEncoder() on the string or byte array...
Fabian, That's not really important; there are plenty of JSON formatters on line one can use for displaying a JSON string What I have been trying to is to make...
Fabian, I have already done that. I copied all your source files to a simple project to learn how to use it. I am a total newbie to Apple and...
Actually I have a hunch I know how to do it looking at the encoder code but I am so new to Swift and Xcode I wouldn't put too much...
Fabian, In some sense yes. Though I am completely new to Swift and iOS, in Java the way that I was able to maintain precision was that I got a...
Turns out that bonding is not supported on the PICO-W at the python level. We had to add handlers and registrations to the modbluetooth_btstack.c file to begin with and then...
@mattytrentini thanks for your reply. I will check out these boards. I should point out that I need to build a generic health device client which supports not only BT...
@projectgus Thanks for the heads up. I did add them to my source (as I had no choice) but I will check out that optimization. I figured anything labeled 'const'...