📄 readme
字号:
Package: net.tinyos.utilDescription: Utility classes for TinyOS java applictionsAuthor: TinyOS teamThis package contains common utility classes used by several TinyOSapplications.Executables: noneTest Programs: noneClasses:ForwarderListen.java:A simple utility that connects to the SerialForwarder and displaysthe resulting packet stream on the screen as a series of white spacedelimited hex bytes. PacketListenerIF.java:Callback interface for classes that want to be notified when packetsarrive. This interface is used by SerialStub to notify when data comesin over a serial connection.SerialForwarderStub.java:Implementation of SerialStub that communicates with SerialForwarder asif it were a serial port; allows for multiplexing of serial streams onthe actual port.SerialPortStub.java:Implementation of SerialStub that communicates over a serial portusing the javax.comm API.SerialStub.java:Interface for classes that implement some form of serialcommunication.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -