If you'd like SerialForwarder (or any command, for that matter) to run in the background so that you can still use your command line, put an ampersand ("&") at the end of the command.  To bring it back to the foreground, type "fg".  If it's already running in the foreground and you don't want to stop it, you can pause it with CTRL+Z and then continue it in the background with "bg".
 
       - Conor

 
On 11/8/06, Mikael Ifversen <[EMAIL PROTECTED]> wrote:
Hi,
Tutorial4 states that a second SerialForwarder can be opened with this
line:

java net.tinyos.sf.SerialForwarder -port 9003 -comm [EMAIL PROTECTED]:9002

But where am I suppose to to input this line since cygwin is occupied by
SerialForwarder and does not allow input. The same goes for :

java net.tinyos.tools.MsgReader -comm [EMAIL PROTECTED]:9002 BlinkToRadioMsg

Best,
Mikael
_______________________________________________
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help



--
"Thought is only a flash in the middle of a long night, but the flash that means everything."

    - PoincarĂ©
_______________________________________________
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to