I want to read digital inputs in AT comand mode and found the parameter IS.
All the documentation tells is:
All bytes are converted to ASCII:
number of samples
channel mask
DIO data (If DIO lines are enabled
ADC channel Data <-This will repeat for every enabled ADC channel
(end of data noted by extra )
Assuming you’re looking at the 1xEx product manual, have a look at page 13. The section on “Input Line States” describes the data format. If you want an alternative description, you could look in my cookbook (see pinned post above) for the description of the API packet for input line states. I know you’re not in API mode, but the data description is the same.