Bart Hertog

Results 19 comments of Bart Hertog

Hello @richdunajewski, Thank you for this tip! I will look into this next week. Best regards, Bart

Hello @richdunajewski, Currently we are using version 9.4.0. In this version it is not possible to do this. Are you using a newer version? We have looked in to using...

Hello @sdwhitney, Thank you for writing in! A function like DebugString() would require a function like sprintf(). These types of functions are quite big, they take up a lot of...

Hello Scott, Yes a customer of Embedded AMS is using https://github.com/eyalroz/printf as an alternative printf. This is a reasonable alternative but I would prefer the user of Embedded Proto making...

Hello Scott, With regards to this ticket I have done some coding today. For each variable in a message a static character array is now defined with the name of...

Hello Scott, Looking at my code I must conclude that it is indeed not useful at this point. It really is just part of what I am planning to build...

Hello @sdwhitney, Good news! I have implemented a decent to_string() function! It is now available on the develop branch. An example of what a message could look like is: ```...

Hello @wuyuanyi135, It is correct no exceptions or asserts are used. Most microcontrollers have no support for these. When they hit one of these they will go into a hard...

The function mentioned above is now implemented for String, Bytes, and repeated fields. You can find this code on the develop branch.

I am working out how to properly test this. A bit more time is required.