Geoffrey Hunter

Results 19 comments of Geoffrey Hunter

Can also confirm that this is still an issue, and yes, only occurs if the version tag already exists (i.e. it is overwriting a file). ![image](https://user-images.githubusercontent.com/2396869/103452912-6fda8a80-4d39-11eb-9d18-c303fdf19799.png)

Hi @sledgeh . Thanks for raising an issue! Can you please elaborate more on what you are after? I had a look into what `arm_math.h` is, at it seems it...

@sledgeh , o.k., so it allows you to do parallel processing, as long as the instruction is the same. How do you see this as being a benefit to this...

Added them for Fp32f in 796c7e8036179e4a8321655b502ccc1efd023ae2.

Hi @RamatovInomjon , it's something I haven't yet added support for, but I should do! Will try and add support for setting the parity, num. stop bits and num. databits...

Hi @IrinaKhandogiy! Hmm interesting. It's preserving all your existing line breaks, but adding some extras. Not sure exactly why though?

Interesting @esteimle , I not sure sorry though whether it would help or not. If you do want to play around with fixing it, try adding a flush or similar...

Hi @thhilt you should be able to! The std::string can be treated like a std::vector, you should be able to send any form of data (strings, hex encoded, raw binary,...

@thhilt yes that's correct, it should work. I'll try and get around to testing your use case sometime in the next day or two to make sure this works as...