Closed palmerr23 closed 11 months ago
I solved the problem - I had some duplicate commands.
ddSCPI.RegisterCommand(F(":IMD:FREQ"), &DoNothing); // removed this one ddSCPI.RegisterCommand(F(":CONT:BPHASE"), &DoNothing); // removed this one too
removing them solved the problem.
Thanks for a very useful library.
Closing the issue
I have a largish project with 42 tokens and 52 commands, and PrintDebugInfo() is showing "Hash Crashes" is that because I have wrong settings of SCPI_HASH_TYPE , hash_magic_number and hash_magic_offset or is it simply that a lot of the commands still point to &doNothing()?
Richard
Here's the debug output