readme.txt

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

TXT
27
字号
This application is used more for characterization rather than a test.It measures the maximum radio throughput using the largest message payload size, and does not use low power listening.Install:Compile and install this application to one mote. Leave the mote connectedto the computer.Expectations:Led1 will toggle as each message is transmitted.  Once a second, the motewill send a packet through the serial port to the computer.  Run theTxThroughput java application:  Linux: java TxThroughput.class [-comm <packetsource>]  Windows: java TxThroughput [-comm <packetsource>]The TxThroughput Java application will display the number of packets persecond and the number of bytes sent in the payload per second:[Packets/s]: 124;  [(Payload Bytes)/s]: 3472[Packets/s]: 126;  [(Payload Bytes)/s]: 3528[Packets/s]: 115;  [(Payload Bytes)/s]: 3220[Packets/s]: 124;  [(Payload Bytes)/s]: 3472

⌨️ 快捷键说明

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