📄 readme.reverseuart
字号:
$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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -