Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Goal: Send a command through a serial port to a moteĀ to make it send a 6P packet.

...

  • set /dev/myAwesomeMote 6pAdd [6,7]

This would send the following bytes over the serial bus towards the mote:

  • [67, 9, 2, 6, 7] in decimalĀ 

Explanation:

...