📄 readme
字号:
Package: net.tinyos.util
Description: Utility classes for TinyOS java applictions
Author: TinyOS team
This package contains common utility classes used by several TinyOS
applications.
Executables: none
Test Programs: none
Classes:
ForwarderListen.java:
A simple utility that connects to the SerialForwarder and displays
the resulting packet stream on the screen as a series of white space
delimited hex bytes.
PacketListenerIF.java:
Callback interface for classes that want to be notified when packets
arrive. This interface is used by SerialStub to notify when data comes
in over a serial connection.
SerialForwarderStub.java:
Implementation of SerialStub that communicates with SerialForwarder as
if it were a serial port; allows for multiplexing of serial streams on
the actual port.
SerialPortStub.java:
Implementation of SerialStub that communicates over a serial port
using the javax.comm API.
SerialStub.java:
Interface for classes that implement some form of serial
communication.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -