Jan Cumps
Jan Cumps
I'm a user, not a contributor, so feel free to ignore: I like the suggestion of opening the API for other search methods more than choosing one now. It allows...
Pascal, I like improving search delays in the library. I'd like that the exercise doesn't impact code size on small embedded processors. If a solution can be found that doesn't...
That will fit. I use the library with the TI Hercules family. The drivers of TMS320 are somewhat similiar to the Hercules ones - I'm using the UART one for...
For me this worked: add a directory .vscode (if not there yet. create a file settings.json, with this setting (or edit the existing one): { "C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools" }
@PolyPik , do you happen to have an example or test case that uses device specific registers? I'm trying to use the functionality, to flag that a digital input has...
I figured it out. I managed to build a set of instrument specific registers, make them fan out to a bit of the OPERATION STATUS register, etc... Took me a...
Dave, what would the higher level (the SCPI engine) have to do in that case? Because we're implementing all inputs and outputs in our own code (in your case: integration...
The tcp example [writes 0](https://github.com/j123b567/scpi-parser/blob/4e879901b51cbb43dab36dd83f95a23f1dbaa4c0/examples/test-tcp/main.c#L62C8-L62C8) (not -1) if no values could be written.
that line above is to take care to send a separator back before the reply, except if it's the first reply. There's no use for the return value in that...
I think that if you could define - what the scpi lib should do, in case the communication layer flags it is in an error state and not able to...