Page 1 of 1

Re: Arduino library command for getting signal values of inputs?

Posted: Tue Sep 14, 2021 3:56 pm
by Basicmicro Support
The Get Signal Values command is the only way to get the state of input signals via packet serial. That command is not recommended for that purpose though because it dumps the status information for all pins at one time(eg it takes a relatively long time).

Writing a custom MCL program that does this and anything else you wanted would be the best option.