Home→Forums→MonoBrick Communication Library→EV3 // Direct Commands // Play a beep→Reply To: EV3 // Direct Commands // Play a beep
April 5, 2015 at 19:44
#5361

Anders Søborg
Keymaster
Hi
You can see the byte array that is send using the Data property of the Brick Command class. If you use the test project you should be able to see the content before it is send. Alternatively add a print function to the class that prints the content.
/Anders
Follow