I can set GPIO mode with CLI (set gpio range={1-n} mode={serial|input|output})
I have to use web user interface to togle output of GPIO signals between high and low (as per “Digi Connect Family Command Reference” manual on page 63).
Why is there no CLI command for this task?
My workaround:
I configure GPIO as output default low state with web UI.
I change GPIO mode with CLI to act as open collector (output = low, input = tristate).
I believe You should add “set gpio range={1-n} output={low|high}” to Your CLI commands
Best regards,
Peter
DC-ME-01T-S