On 8/29/07, Iyad tumar <[EMAIL PROTECTED]> wrote: > > actually i face problem to make communication between > PC and the telosB, i tried to test TestSerial > application via tinyos2, and i installed it on the > mote, after that in apps directory i type java > Testserial as written in the tutorial > (/opt/tinyos-2.x/apps$ java TestSerial), but got the > following messages. > > " Exception in thread "main" > java.lang.NoClassDefFoundError: TestSerial" > > the java is installed properly, and i don't know how > to fix this problem i need your help if you please.
Do this: On cygwin issue the following command: java TestSerial -comm [EMAIL PROTECTED]:telosb On Linux machine issue this: java TestSerial.class -comm serial@/dev/ttyUSBx:telosb <serial@:telosb> P.S. replace 'x' by seeing the MOTECOM which you can get from the output of : $ motelist Mayur Best Regards. > Iyad Tumar. > Jacobs university Bremen > Germany > > > > > > > ____________________________________________________________________________________ > Be a better Heartthrob. Get better relationship answers from someone who > knows. Yahoo! Answers - Check it out. > http://answers.yahoo.com/dir/?link=list&sid=396545433 > -- Mayur Maheshwari([EMAIL PROTECTED]) "Karmanye Vadhikaraste Ma Phaleshu Kadachana, Ma Karma Phala Hetur Bhurmatey Sangostva Akarmani"
_______________________________________________ Tinyos-help mailing list [email protected] https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
