]> oss.titaniummirror.com Git - tinyos-2.x.git/commit
Previously, the serial forwarder would only release the COM port on exit. Now it...
authorrincon <rincon>
Fri, 18 May 2007 18:27:03 +0000 (18:27 +0000)
committerrincon <rincon>
Fri, 18 May 2007 18:27:03 +0000 (18:27 +0000)
commit269e688e93ce8181515bf8df604c77f3fc6d6760
treeae551649de5af7d23ab1e6bd0ae9337fa0a7d7d4
parent2692faec79ff662215998231ff9a6cd2f3ff75fe
Previously, the serial forwarder would only release the COM port on exit.  Now it provides the ability to temporarily release or reconnect to the COM port when you close/open your source.  The SF GUI demonstrates this ability when you connect to your mote, stop the server and verify you can reprogram your mote at that time, restart the sf server and verify you can continue communicating with that mote... all without closing down your serial forwarder.
support/sdk/java/net/tinyos/comm/NativeSerial.java
support/sdk/java/net/tinyos/comm/SerialPort.java
support/sdk/java/net/tinyos/comm/TOSSerial.java
support/sdk/java/net/tinyos/packet/Packetizer.java
support/sdk/java/net/tinyos/packet/SerialByteSource.java
support/sdk/java/tinyos.jar