Jan Breuer

Results 111 comments of Jan Breuer

Hello Pascal, I saw your changes but for common instrument, this make sense just for common commands (commands starting with `*`). All other commands commonly have short and long form,...

I have another idea with approach described in http://www.heeden.nl/statichashc.htm It can be generated at compile time without external tool and duplicating of the code. Disadvantage is that it is not...

I will create the API change soon with my proposal and with slightly changed your proposal. I think others can benefit from both.

There are even possibilities to run this on 8-bit AVR. Primary purpose of this library are small microcontrollers. This library has these memory requirements - store command template table -...

It is the matter of view. This parser works like following - read `*ESE #B` and now, only allowed characters are `0` or `1` - read `01010` and finish parsing...

This is good workaround. Current library design dos not support messages larger then the buffer. This is also the reason, I can't support indefinite format of arbitrary data, see issue...

Hmm, the same issue in `test-tcp-srq`

Handling of standard C NaN and Inf will be always better and easier for programmers, so this change is welcome. Just some hints, floating point support is problematic for me,...

It seems that it is not so easy. 1) Please, don't use these constants in functions using Double in name an leave them as nonstandard extension to SCPI. Change only...

Are you compiling C source files by C compiler? C and C++ are not compatible and C++ compiler can't compile C code. There are constructions which are allowed in C...