void hw_print_id(cmdObj_t *cmd) { text_print_str(cmd, fmt_id);}
void hw_print_id(nvObj_t *nv) { text_print_str(nv, fmt_id);}
void tx_print_str(nvObj_t *nv) { text_print_str(nv, fmt_str);}