in reply to Logging the serial console with minicom and running commands with control::cli
Since you're already using Control::CLI, can't you use the "Output_log" parameter of Control""CLI's object constructor (see here for more details) to capture all output from the device?
If you're not getting back what you believe that you should for any command(s) that you send via Control::CLI, I'd recommend using the Dump_log parameter to capture all input and output. Another route is to manually connect to the device to run the command(s) in question and see how the device responds.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Logging the serial console with minicom and running commands with control::cli
by Anonymous Monk on Dec 08, 2014 at 15:59 UTC |