Arduino library command for getting signal values of inputs?

General discussion of the MCP motion controller product line
Post Reply
User avatar
Basicmicro Support
Posts: 1594
Joined: Thu Feb 26, 2015 9:45 pm
Re: Arduino library command for getting signal values of inputs?

Post 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.

Post Reply