readme.reverseuart
来自「无线通信的主要编程软件,是无线通信工作人员的必备工具,关天相关教程我会在后续传上」· REVERSEUART 代码 · 共 48 行
REVERSEUART
48 行
$Id: README.ReverseUART,v 1.1 2004/05/30 20:46:33 cssharp Exp $README for ReverseUARTAuthor/Contact: tinyos-help@millennium.berkeley.edu@author Cory Sharp <cssharp@eecs.berkeley.edu>Description:ReverseUART is a simple echo-like utility to exercise the mote UART andjava-side tools. It's expected to be useful for debugging new platformsand possibly as part of an automated regression suite. It's small enoughthat it may even be useful as part of the mote "dial-tone".On the mote side, ReverseUART uses UARTComm to receive a message thatcontains a zero-terminated string. It then replies with a messagecontaining that message reversed (flipped front-to-back). CompileReverseUART with make <platform>On the PC side, testReverseUART takes strings given on the command line,sends them over the UART, and waits for a reply. Compile testReverseUARTwith javac *.javaAfter starting SerialForwarder, run testReverseUART with java testReverseUART "Testing ReverseUART" "Berkeley!"If everthing is working properly, the above command produces the followingoutput Send> Testing ReverseUART Recv> TRAUesreveR gnitseT Send> Berkeley! Recv> !yelekreB ... done.Tools:None.Known bugs/limitations:None.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?