On Thursday 08 March 2007 19:05, RADHIKA VIND wrote: > I am new to Tinyos programming. What is the best Terminal Program that can > communicate with the board. I would like some results displayed, for > example the sensor readings. Is there a way to display it on a terminal > program than sending it via packet to the computer?
If you are just exploring, you can certainly use the mote's UART to send ascii data to a PC that can be viewed with minicom/hyperterminal/etc. If you're using TOS2, look at PlatformSerialC.nc in the platform directory for your platform: [EMAIL PROTECTED]:~$ find /opt/tinyos-2.x/tos/platforms -name PlatformSerialC.nc /opt/tinyos-2.x/tos/platforms/intelmote2/PlatformSerialC.nc /opt/tinyos-2.x/tos/platforms/telosa/PlatformSerialC.nc /opt/tinyos-2.x/tos/platforms/mica/PlatformSerialC.nc /opt/tinyos-2.x/tos/platforms/tinynode/PlatformSerialC.nc /opt/tinyos-2.x/tos/platforms/null/PlatformSerialC.nc /opt/tinyos-2.x/tos/platforms/eyesIFX/PlatformSerialC.nc Cheers, Steve _______________________________________________ Tinyos-help mailing list [email protected] https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
