hi, i am working with tinyos version 2 and i have a problem with making the telosb mote receive the UART command sent by my computer thru a C program.
What i want to know is which component to use in my receive program which receives from thr UART(connected to USB) port. I am currrently using the SerialAMReceiverC component and its Receive interface along with using the SerialActiveMessageC component and SplitControl interface for the call SplitControl.start() command.
please let me know which tinyos components i need to use as the ones i have mentioned above are not working(the code is compiling but the program is not giving desired results when i run it).
thank you.