Sounds like you have your MOTECOM environment variable
mis-or-un-set...a socket connection is used to get to
the SerialForwarder program. If you are trying to connect
directly to, say, a MIB510 on a serial port you should set
something like:

export [EMAIL PROTECTED]:mica2

Where COM1 is your serial port ID, often /dev/ttyS0 is
used as well, and mica2 is the kind of beast you are
trying to talk to.

See the first sections of the doc/tutorial for detail.

MS


Eamonn Fitzgerald wrote:
Hi I have a problem running the Oscolloscope application using the following command,
    java net.tinyos.oscope.oscilloscope
I get the following error message, java.net.ConnectException: Connection refused: connect
        at java.net.PlainSocketImpl.socketConnect(Native Method)
        at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171)
        at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)
        at java.net.Socket.connect(Socket.java:426)
        at java.net.Socket.connect(Socket.java:376)
        at java.net.Socket.<init>(Socket.java:291)
        at java.net.Socket.<init>(Socket.java:119)
        at net.tinyos.packet.SFSource.openSource(SFSource.java:56)
        at net.tinyos.packet.AbstractSource.open(AbstractSource.java:77)
        at net.tinyos.packet.PhoenixSource.run(PhoenixSourc
Anyone got any ideas, Regards, Eamonn.

------------------------------------------------------------------------

_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to