12std::string
stripEcho(
const std::string& response,
const std::string& command);
std::tuple< std::string, std::string > parseVersionInfo(const std::string &raw)
Parse a raw version-info string ("MODEL,FIRMWARE") into components.
std::string stripEcho(const std::string &response, const std::string &command)
Strip a command echo prefix from a response string.