Donny9 opened a new pull request #491:
URL: https://github.com/apache/incubator-nuttx-apps/pull/491


   ## Summary
   Test remote control by this Interactive cmd shell tool.
   This tool supports simultaneous operation of multiple devices, the maximum 
number of devices depends on CONFIG_TESTING_IRTEST_MAX_NIRDEV, and the maximum 
size of sending data depends on CONFIG_TESTING_IRTEST_MAX_SIRDATA.
   
   You can open /dev/lirc0 character device by input  "open_device /dev/lirc0";
   You can read data from /dev/lirc0 by input "read_data index 1", index 
represents the order number in which the device is turned on, 1 is size of 
reading data.
   You can input "help" to get more usag information.
   ## Impact
   Test remote control device
   ## Testing
   Daily test
   


----------------------------------------------------------------
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.

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


Reply via email to