Lesson 1: Getting Started with TinyOS and nesC

There is also support for python and C. Sending a packet to the serial port in TinyOS. Sending an AM packet to the serial port in TinyOS is very much like sending it to the radio. A component uses the AMSend interface, calls AMSend.send, and handles AMSend.sendDone. The serial stack will send it over the serial port regardless of the AM address ... ................
................