xiaoxiang781216 commented on PR #14823:
URL: https://github.com/apache/nuttx/pull/14823#issuecomment-2482037422

   > @xiaoxiang781216 I was thinking this was CMUX support for NuttX, but seems 
like it has other purpose, probably to run on Linux side. Could you please 
explain the idea of this tool? Please create a usage() function explain the 
purpose of this tool.
   
   already in the code:
   ```
   static void usage(const char *progname)
   {
     fprintf(stderr, "Usage: %s -d <device> -n <number> -b <baudrate>\n",
             progname);
     exit(EXIT_FAILURE);
   }
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to