readme.txt

来自「无线传感器网络操作系统tinyos下的cc2420测试驱动程序」· 文本 代码 · 共 28 行

TXT
28
字号
This is more of a general demonstration than a test.Install this application to one node, connected to the computer.The node will measure the environmental RSSI from the CC2420and sending those readings over the serial port.Use the Java application to display the relative RSSI readings.No activity:[+++++++++++++++                                   ]Transmitter nearby:[+++++++++++++++++++++++++++++++++++               ]Since the Java side has to convert the readings into a CLI bargraph, it's scaled by some (possibly non-linear) factor.  Java Application Usage:  Linux: java SpecAnalyzer.class [-comm <packetsource>]  Windows: java SpecAnalyzer [-comm <packetsource>]  If not specified, the <packetsource> defaults to sf@localhost:9001 or  to your MOTECOM environment variable (if defined).

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?