Hi Daniele, You should include the TinyOS mailing list in the e-mail address list. Maybe somebody else has had the same problem and can help you better, or maybe somebody else wants to see the answer to a problem because they are having the same problem.
What program are you trying to run (the main class of what?)? How? What are the arguments? The message that you are copying indicates that the parameter for connecting to the mote is not properly formatted (or missing). The tutorial on communication between the PC and the motes might help you: http://docs.tinyos.net/index.php/Mote-PC_serial_communication_and_SerialForwarder Cheers, Urs Daniele Ricci wrote: > I'm running the main class. > I'm using NetBeans and i want to run the program, but I have this problem. > > > Date: Wed, 12 Aug 2009 14:16:23 +0200 > > From: [email protected] > > To: [email protected]; [email protected] > > Subject: Re: [Tinyos-help] problem with SerialPacket > > > > Hi Daniele, > > > > Your problem description is not complete. What is the command that you > > are trying to run? > > > > Cheers, > > Urs > > > > > > Daniele Ricci wrote: > > > Now I have another little problem. > > > If you're so nice to solve it let me know, thanks. > > > problem when running: > > > > > > - s...@hostname:PORTNUMBER > > > A serial forwarder. > > > - ser...@serialport:BAUDRATE > > > A mote connected to a serial port using the TinyOS 2.0 serial protocol. > > > BAUDRATE is either a number or a platform name (selects platform's > > > default baud rate). > > > - netw...@hostname:PORTNUMBER > > > A mote whose serial port is accessed over the network. > > > - tossim-seri...@hostname] > > > The serial port of tossim node 0. > > > - tossim-rad...@hostname] > > > The radios of tossim nodes. > > > > > > Examples: ser...@com1:mica2, serial@/dev/ttyUSB2:19200, > s...@localhost:9000 _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
